<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-urllib3/Makefile, 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-04-02T16:23:54Z</updated>
<entry>
<title>python-urllib3: relax setuptools-scm version constraint</title>
<updated>2026-04-02T16:23:54Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-01T15:42:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=646903fea2c9cb6d5e46f9de9721e2b70d008c93'/>
<id>urn:sha1:646903fea2c9cb6d5e46f9de9721e2b70d008c93</id>
<content type='text'>
urllib3 2.6.3 pyproject.toml pins setuptools-scm&lt;10 but
python-setuptools-scm was recently bumped to 10.0.3, breaking
the build. Drop the upper bound via patch to allow building
with setuptools-scm 10.x.

Also add test.sh to verify core API imports, Retry/Timeout
configuration, and PoolManager creation.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-urllib3: update to 2.6.3</title>
<updated>2026-01-10T11:58:47Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-01-08T04:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=295c75a2b9ea415991016bbef66c512a82f74e78'/>
<id>urn:sha1:295c75a2b9ea415991016bbef66c512a82f74e78</id>
<content type='text'>
- Fixed HTTPResponse.read_chunked() to properly handle leftover data
  in the decoder's buffer when reading compressed chunked responses.
- Fixed a security issue where decompression-bomb safeguards of the
  streaming API were bypassed when HTTP redirects were followed.
  (CVE-2026-21441)
- Started treating Retry-After times greater than 6 hours as 6 hours
  by default.
- Fixed urllib3.connection.VerifiedHTTPSConnection on Emscripten.

Release notes:
https://github.com/urllib3/urllib3/releases/tag/2.6.2
https://github.com/urllib3/urllib3/releases/tag/2.6.3

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: update to 2.6.1</title>
<updated>2025-12-12T06:20:31Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2025-12-08T13:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=495e4e92874300589304a624b78e0162a0dee46b'/>
<id>urn:sha1:495e4e92874300589304a624b78e0162a0dee46b</id>
<content type='text'>
Fix CVE-2025-66418 and CVE-2025-66471.

Full release notes:
https://github.com/urllib3/urllib3/releases/tag/2.6.0
https://github.com/urllib3/urllib3/releases/tag/2.6.1

Drop 001-setuptools-scm-upper-limit.patch as upstream now supports
setuptools-scm v9.x.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: fix builds with setuptools-scm 9.x</title>
<updated>2025-11-26T10:22:22Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2025-11-25T19:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=12d23c8e95cb1385e70d7250951a3e1dab89ea3d'/>
<id>urn:sha1:12d23c8e95cb1385e70d7250951a3e1dab89ea3d</id>
<content type='text'>
- Fix builds for python-urllib3 with setuptools-scm
- Patch sourced from upstream (un-released/main branch)

Signed-off-by: Austin Lane &lt;vidplace7@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: update to 2.5.0</title>
<updated>2025-10-02T06:17:48Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2025-08-23T10:49:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c6ba0ce29205b14a9b1052555340f0081463885a'/>
<id>urn:sha1:c6ba0ce29205b14a9b1052555340f0081463885a</id>
<content type='text'>
Changelogs can be found in https://github.com/urllib3/urllib3/releases.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: update to 2.0.7</title>
<updated>2025-08-14T13:48:28Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2025-08-14T08:23:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=23646be59e7a3c15e60b1d210d975b647cd46dd9'/>
<id>urn:sha1:23646be59e7a3c15e60b1d210d975b647cd46dd9</id>
<content type='text'>
Fix CVE-2023-45803 and CVE-2023-43804.

Full changelogs:
- https://github.com/urllib3/urllib3/releases/tag/v2.0.5
- https://github.com/urllib3/urllib3/releases/tag/2.0.6
- https://github.com/urllib3/urllib3/releases/tag/2.0.7

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: add hostbuild</title>
<updated>2024-12-09T09:29:28Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2024-12-05T05:27:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d6c644c5f534e677444846ad291f828c69a33223'/>
<id>urn:sha1:d6c644c5f534e677444846ad291f828c69a33223</id>
<content type='text'>
Signed-off-by: Austin Lane &lt;vidplace7@gmail.com&gt;
</content>
</entry>
<entry>
<title>lang/python/python-urllib3: fix PKG_CPE_ID</title>
<updated>2024-02-04T23:56:22Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:09:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=d369edb57105104b7a6085b9217366705d0ca118'/>
<id>urn:sha1:d369edb57105104b7a6085b9217366705d0ca118</id>
<content type='text'>
There is not a single CVE linked to urllib3_project:urllib3 so use
python:urllib3 instead:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:python:urllib3

Fixes: 6dcaa769d8ce8921dc3bfaf78ab9a8c1cef4a9b9 (python-urllib3: update to version 1.25)

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: Update to 2.0.4</title>
<updated>2023-09-04T06:33:57Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-08-29T03:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=1b2811920a5c6b02963a449bed51fb7b92d01fcc'/>
<id>urn:sha1:1b2811920a5c6b02963a449bed51fb7b92d01fcc</id>
<content type='text'>
The package changed to the hatchling build backend.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-urllib3: update to version 1.25.11</title>
<updated>2020-11-03T00:55:24Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-11-03T00:55:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0e9a6afecd44ac6235356984eae2c0941eca001d'/>
<id>urn:sha1:0e9a6afecd44ac6235356984eae2c0941eca001d</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
</feed>
