Debian Package Tracker
Register | Log in
Subscribe

python-urllib3

HTTP library with thread-safe connection pooling for Python3

Choose email to subscribe with

general
  • source: python-urllib3 (main)
  • version: 2.8.0-1
  • maintainer: Debian Python Team (DMD)
  • uploaders: Daniele Tricoli [DMD]
  • arch: all
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 1.26.5-1~exp1
  • o-o-sec: 1.26.5-1~exp1+deb11u4
  • oldstable: 1.26.12-1+deb12u4
  • old-sec: 1.26.12-1+deb12u4
  • old-p-u: 1.26.12-1+deb12u4
  • stable: 2.3.0-3+deb13u2
  • stable-sec: 2.3.0-3+deb13u2
  • testing: 2.7.0-3
  • unstable: 2.8.0-1
versioned links
  • 1.26.5-1~exp1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.26.5-1~exp1+deb11u4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1.26.12-1+deb12u4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.3.0-3+deb13u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.7.0-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.8.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-urllib3
action needed
Debci reports failed tests high
  • unstable: pass (log)
    The tests ran in 0:03:10
    Last run: 2026-07-13T09:03:24.000Z
    Previous status: unknown

  • testing: fail (log)
    The tests ran in 0:01:58
    Last run: 2026-09-16T12:52:31.000Z
    Previous status: unknown

  • stable: fail (log)
    The tests ran in 2:48:06
    Last run: 2026-08-18T05:09:53.000Z
    Previous status: unknown

Created: 2026-07-15 Last update: 2026-09-22 02:02
3 security issues in trixie high

There are 3 open security issues in trixie.

2 important issues:
  • TEMP-0000000-4E54D2:
  • TEMP-0000000-9DF28A:
1 ignored issue:
  • CVE-2025-66471: urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.
Created: 2025-12-05 Last update: 2026-09-21 21:00
3 security issues in forky high

There are 3 open security issues in forky.

3 important issues:
  • TEMP-0000000-08F07E:
  • TEMP-0000000-4E54D2:
  • TEMP-0000000-9DF28A:
Created: 2026-09-21 Last update: 2026-09-21 21:00
3 security issues in bookworm high

There are 3 open security issues in bookworm.

2 important issues:
  • TEMP-0000000-4E54D2:
  • TEMP-0000000-9DF28A:
1 ignored issue:
  • CVE-2025-66471: urllib3 is a user-friendly HTTP client library for Python. Starting in version 1.0 and prior to 2.6.0, the Streaming API improperly handles highly compressed data. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data.
Created: 2026-09-21 Last update: 2026-09-21 21:00
1 security issue in buster high

There is 1 open security issue in buster.

1 important issue:
  • CVE-2024-37891: urllib3 is a user-friendly HTTP client library for Python. When using urllib3's proxy support with `ProxyManager`, the `Proxy-Authorization` header is only sent to the configured proxy, as expected. However, when sending HTTP requests *without* using urllib3's proxy support, it's possible to accidentally configure the `Proxy-Authorization` header even though it won't have any effect as the request is not using a forwarding proxy or a tunneling proxy. In those cases, urllib3 doesn't treat the `Proxy-Authorization` HTTP header as one carrying authentication material and thus doesn't strip the header on cross-origin redirects. Because this is a highly unlikely scenario, we believe the severity of this vulnerability is low for almost all users. Out of an abundance of caution urllib3 will automatically strip the `Proxy-Authorization` header during cross-origin redirects to avoid the small chance that users are doing this on accident. Users should use urllib3's proxy support or disable automatic redirects to achieve safe processing of the `Proxy-Authorization` header, but we still decided to strip the header by default in order to further protect users who aren't using the correct approach. We believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited: 1. Setting the `Proxy-Authorization` header without using urllib3's built-in proxy support. 2. Not disabling HTTP redirects. 3. Either not using an HTTPS origin server or for the proxy or target origin to redirect to a malicious origin. Users are advised to update to either version 1.26.19 or version 2.2.2. Users unable to upgrade may use the `Proxy-Authorization` header with urllib3's `ProxyManager`, disable HTTP redirects using `redirects=False` when sending requests, or not user the `Proxy-Authorization` header as mitigations.
Created: 2024-06-17 Last update: 2024-06-24 17:49
debian/patches: 1 patch to forward upstream low

Among the 1 debian patch available in version 2.8.0-1 of the package, we noticed the following issues:

  • 1 patch where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2024-01-22 Last update: 2026-09-20 20:31
testing migrations
  • excuses:
    • Migration status for python-urllib3 (2.7.0-3 to 2.8.0-1): BLOCKED: Rejected/violates migration policy/introduces a regression
    • Issues preventing migration:
    • ∙ ∙ Autopkgtest for advocate/1.0.0-7: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for auth0-python/6.1.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for awscli/2.36.17-1: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for azure-cli/2.90.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for bibtexconv/2.1.1-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for bleachbit/6.0.2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for breezy/3.3.22-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for buku/5.1.1+ds-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for cinder/2:28.0.0-1: amd64: Pass, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for cryptodatahub/1.4.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for dask.distributed/2024.12.1+ds-3: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for debian-codesearch-cli/1.0.0+nmu4: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for debusine/0.15.0: amd64: Pass, arm64: Test triggered, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered, ppc64el: Test triggered, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for django-anymail/15.0-1.1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for dulwich/1.2.12-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for eodag/4.9.0+ds-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for fence-agents/4.17.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for finalcif/159+dfsg-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for gdown/6.2.0+dfsg-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for geventhttpclient/2.3.9-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for graphite-carbon/1.1.10-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for graphite-web/1.2.1~pre2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for httpx/0.28.1-1.1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for jellyfin-apiclient-python/1.18.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for kombu/5.6.2-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for kytos-utils/2019.2-4: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for onionshare/2.6.4-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for osc/1.15.1-1: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻ (reference ♻), riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for parsero/0.0+git20140929.e5b585a-7: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for patroni/4.1.5-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Test triggered (failure will be ignored)
    • ∙ ∙ Autopkgtest for persepolis-lib/1.1.2-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for piuparts/1.6.0: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for pocsuite3/2.1.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for pyaps3/0.3.7-1: amd64: Pass, arm64: Test triggered, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for pydoctor/25.4.0-3: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for pygithub/2.6.1-1: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for pyinstaller/6.22.2+ds-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Failed (not a regression) ♻ (reference ♻), riscv64: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for pystac/1.15.2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-amberelectric/2.0.0-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-amcrest/1.9.9-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-asusrouter/1.21.3-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-awscurl/0.36-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-botocore/1.40.72+repack-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-crossrefapi/1.7.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Test triggered, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-docker/7.2.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻
    • ∙ ∙ Autopkgtest for python-dwdwfsapi/1.1.0-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-elastic-apm/6.26.2-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-elastic-transport/9.4.2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-etcd/0.4.5-7: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-etcd3gw/2.5.0-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-fedora/1.1.1-7: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-fitbit-web-api/2.15.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-freebox-api/1.1.0-1.1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-google-auth/2.48.0-3: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-gspread/6.2.1-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-homeconnect/0.8.0-1.1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-httpretty/1.1.4-7: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-ibm-cloud-sdk-core/3.24.2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Regression ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-id/1.6.1-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-ilorest/7.0.0.0+ds-1: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-infoblox-client/0.6.2-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-internetarchive/5.11.0-1: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-kubernetes/35.0.0-2: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-mechanicalsoup/1.4.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-mercantile/1.2.1-8: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-opendata-transport/0.6.2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-oslo.vmware/4.9.0-3: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-podman/5.4.0.1-4: amd64: Pass, arm64: Test triggered, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered, ppc64el: Pass, riscv64: Failed (not a regression) ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for python-requests-cache/1.3.1-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-requests-mock/1.12.1-5: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-requests-unixsocket/1.0.1-2: amd64: Pass, arm64: Test triggered, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-selenium/4.24.4+dfsg-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-softlayer/6.2.5-3: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-test-server/0.0.43-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-tpm/5.0.1-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-truststore/0.10.4-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-tuf/7.0.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-urllib3/2.8.0-1: amd64: Pass, arm64: Test triggered (will not be considered a regression) ♻ (reference ♻), armhf: Pass, i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for python-wsgi-intercept/1.13.1-4: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for pywps/4.8.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for requests/2.34.2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for responses/0.26.1-2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for ripe-atlas-tools/3.4.0-0.2: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for sabnzbdplus/5.1.3+dfsg-1: amd64: Failed (not a regression) ♻ (reference ♻), arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for sentry-python/2.64.0-1: amd64: Pass, arm64: Test triggered, armhf: Failed (not a regression) ♻ (reference ♻), i386: Test triggered (will not be considered a regression) ♻ (reference ♻), ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for sphinx-prompt/1.10.2-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for spotipy/2.26.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for streamlink/8.5.0-1: amd64: Regression ♻ (reference ♻), arm64: Test triggered, armhf: Regression ♻ (reference ♻), i386: Test triggered, ppc64el: Regression ♻ (reference ♻), riscv64: Regression ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for tempest/1:46.2.0-4: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for tesla-powerwall/0.5.3-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for toil/9.5.0-1: amd64: Pass, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for twine/6.2.0-6: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for vcr.py/8.3.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for wlc/2.0.0-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Autopkgtest for wsgiproxy2/0.5.1-3: amd64: No tests, superficial or marked flaky ♻, arm64: Test triggered, armhf: No tests, superficial or marked flaky ♻, i386: Test triggered, ppc64el: No tests, superficial or marked flaky ♻, riscv64: No tests, superficial or marked flaky ♻ (reference ♻)
    • ∙ ∙ Autopkgtest for yt-dlp/2026.08.19-1: amd64: Pass, arm64: Test triggered, armhf: Pass, i386: Test triggered, ppc64el: Pass, riscv64: Pass
    • ∙ ∙ Too young, only 2 of 5 days old
    • Additional info (not blocking):
    • ∙ ∙ Piuparts tested OK - https://piuparts.debian.org/sid/source/p/python-urllib3.html
    • ∙ ∙ Reproduced on amd64 - info
    • ∙ ∙ Reproduced on arm64 - info
    • ∙ ∙ Reproduced on armhf - info
    • ∙ ∙ Reproduced on i386 - info
    • Not considered
news
[rss feed]
  • [2026-09-20] Accepted python-urllib3 2.8.0-1 (source) into unstable (Colin Watson)
  • [2026-07-30] python-urllib3 2.7.0-3 MIGRATED to testing (Debian testing watch)
  • [2026-07-21] Accepted python-urllib3 2.7.0-3 (source) into unstable (Colin Watson)
  • [2026-07-16] python-urllib3 2.7.0-2 MIGRATED to testing (Debian testing watch)
  • [2026-07-12] Accepted python-urllib3 2.7.0-2 (source) into unstable (Alexandre Detiste)
  • [2026-07-06] python-urllib3 2.7.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-06-28] Accepted python-urllib3 2.7.0-1 (source) into unstable (Colin Watson)
  • [2026-06-26] Accepted python-urllib3 1.26.12-1+deb12u4 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Guilhem Moulin)
  • [2026-06-26] Accepted python-urllib3 1.26.12-1+deb12u4 (source) into oldstable-security (Debian FTP Masters) (signed by: Guilhem Moulin)
  • [2026-06-26] Accepted python-urllib3 1.26.5-1~exp1+deb11u4 (source) into oldoldstable-security (Guilhem Moulin)
  • [2026-06-25] Accepted python-urllib3 2.3.0-3+deb13u2 (source) into proposed-updates (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2026-06-23] Accepted python-urllib3 2.3.0-3+deb13u2 (source) into stable-security (Debian FTP Masters) (signed by: Moritz Mühlenhoff)
  • [2026-03-21] python-urllib3 2.6.3-2 MIGRATED to testing (Debian testing watch)
  • [2026-03-18] Accepted python-urllib3 2.6.3-2 (source) into unstable (Colin Watson)
  • [2026-02-08] python-urllib3 2.6.3-1 MIGRATED to testing (Debian testing watch)
  • [2026-02-06] Accepted python-urllib3 2.6.3-1 (source) into unstable (Colin Watson)
  • [2026-01-24] Accepted python-urllib3 1.26.12-1+deb12u3 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-01-24] Accepted python-urllib3 1.26.12-1+deb12u2 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-01-24] Accepted python-urllib3 2.3.0-3+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-01-23] Accepted python-urllib3 1.26.5-1~exp1+deb11u3 (source) into oldoldstable-security (Guilhem Moulin)
  • [2026-01-22] Accepted python-urllib3 1.26.12-1+deb12u3 (source) into oldstable-security (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-01-20] python-urllib3 2.5.0-2 MIGRATED to testing (Debian testing watch)
  • [2026-01-17] Accepted python-urllib3 2.3.0-3+deb13u1 (source) into stable-security (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-01-17] Accepted python-urllib3 1.26.12-1+deb12u2 (source) into oldstable-security (Debian FTP Masters) (signed by: Salvatore Bonaccorso)
  • [2026-01-10] Accepted python-urllib3 2.5.0-2 (source) into unstable (Santiago Vila)
  • [2026-01-08] Accepted python-urllib3 2.5.0-1.1 (source) into unstable (Salvatore Bonaccorso)
  • [2025-12-26] Accepted python-urllib3 1.26.5-1~exp1+deb11u2 (source) into oldoldstable-security (Guilhem Moulin)
  • [2025-08-25] python-urllib3 2.5.0-1 MIGRATED to testing (Debian testing watch)
  • [2025-08-18] Accepted python-urllib3 2.5.0-1 (source) into unstable (Colin Watson)
  • [2025-07-21] python-urllib3 2.3.0-3 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.7.0-3
  • 2 bugs

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing