<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-installer/patches, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2026-08-10T17:17:38Z</updated>
<entry>
<title>python-installer: allow flit_core 4.x as the build backend</title>
<updated>2026-08-10T17:17:38Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-08-10T12:15:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3caf694947323cba3e2ddbe90752188a2ed43ab6'/>
<id>urn:sha1:3caf694947323cba3e2ddbe90752188a2ed43ab6</id>
<content type='text'>
installer caps flit_core&lt;4 in its build-system, so its /host build fails
with "Missing dependencies: flit_core&lt;4" against flit-core 4.0.2. flit_core
4 builds it unchanged; relax the upper bound.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-installer: update to 1.0.0</title>
<updated>2026-04-16T04:08:59Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-09T05:36:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7ca00dfa99743b7e06178cc53c2e7d4d2db57a81'/>
<id>urn:sha1:7ca00dfa99743b7e06178cc53c2e7d4d2db57a81</id>
<content type='text'>
Update package to 1.0.0. This is the first stable release.

Changes since 0.7.0:
- Dropped support for Python 3.7, 3.8, 3.9; added Python 3.13/3.14
- Added --overwrite-existing and --validate-record CLI options
- Support installing multiple wheels in a single invocation
- Security: fixed a path traversal bug
- Do not install __pycache__ directories from wheels
- Switch to stream-based validation instead of in-memory (lower memory)
- Sort entries before writing RECORD; fixed Windows relative path bug
- Complete type annotations with strict mypy enforcement
- API change: SchemeDictionaryDestination.overwrite_existing now defaults
  to True (was False); update patch 001 accordingly

Remove patch 001-don-t-raise-error-if-file-exists.patch and
set '--overwrite-existing' in build scripts.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-installer: patch behavior for when script file exists</title>
<updated>2025-11-08T09:21:38Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2024-12-24T14:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=9a5f1dc8a1cc5cf9c9163994189e62653c11c649'/>
<id>urn:sha1:9a5f1dc8a1cc5cf9c9163994189e62653c11c649</id>
<content type='text'>
This seems to happen when re-triggering a build.
The destination path is already there, so this exception gets raised.

Another approach is to do 'make package/&lt;python-package&gt;/clean' and
re-trigger the build.
But that becomes annoying.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
</feed>
