Linux workstation

openSUSE Leap 16.0 native package

python313-urllib3

HTTP library with thread-safe connection pooling, file post, and more

Packages / openSUSE Leap 16.0 / Unspecified / python313-urllib3

[Source: python-urllib3]

Package: python313-urllib3 (2.5.0-160000.7.1)

External Resources:

Homepage: [urllib3.readthedocs.org]

HTTP library with thread-safe connection pooling, file post, and more

Highlights - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Works with AppEngine, gevent, and eventlib. - Tested on Python 2.6+ and Python 3.3+, 100% unit test coverage. - Small and easy to understand codebase perfect for extending and building upon. For a more comprehensive solution, have a look at Requests which is also powered by urllib3.

Other Packages Related to python313-urllib3:

Download python313-urllib3

ArchitecturePackage SizeInstalled SizeFiles
noarch320 KiB1.0 MiB[list of files]

Paketdateipfade (133)

Paths come from the repository package-file index for the observed builds. They describe archive/package associations, not every file that will exist on a running system after maintainer scripts, alternatives, generated state, diversions, or installation choices.

  • /usr/lib/python3.13/site-packages/urllib3
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/INSTALLER
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/licenses
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/licenses/LICENSE.txt
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/METADATA
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/RECORD
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/REQUESTED
  • /usr/lib/python3.13/site-packages/urllib3-2.5.0.dist-info/WHEEL
  • /usr/lib/python3.13/site-packages/urllib3/_base_connection.py
  • /usr/lib/python3.13/site-packages/urllib3/_collections.py
  • /usr/lib/python3.13/site-packages/urllib3/connectionpool.py
  • /usr/lib/python3.13/site-packages/urllib3/connection.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/connection.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/fetch.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__init__.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/request.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib/emscripten/response.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__init__.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__pycache__
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__pycache__/__init__.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__pycache__/__init__.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__pycache__/socks.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/__pycache__/socks.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/contrib/pyopenssl.py
  • /usr/lib/python3.13/site-packages/urllib3/contrib/socks.py
  • /usr/lib/python3.13/site-packages/urllib3/exceptions.py
  • /usr/lib/python3.13/site-packages/urllib3/fields.py
  • /usr/lib/python3.13/site-packages/urllib3/filepost.py
  • /usr/lib/python3.13/site-packages/urllib3/http2
  • /usr/lib/python3.13/site-packages/urllib3/http2/connection.py
  • /usr/lib/python3.13/site-packages/urllib3/http2/__init__.py
  • /usr/lib/python3.13/site-packages/urllib3/http2/probe.py
  • /usr/lib/python3.13/site-packages/urllib3/http2/__pycache__
  • /usr/lib/python3.13/site-packages/urllib3/http2/__pycache__/connection.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/http2/__pycache__/connection.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/http2/__pycache__/__init__.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/http2/__pycache__/__init__.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/http2/__pycache__/probe.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/http2/__pycache__/probe.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__init__.py
  • /usr/lib/python3.13/site-packages/urllib3/poolmanager.py
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_base_connection.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_base_connection.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_collections.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_collections.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/connection.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/connection.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/connectionpool.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/connectionpool.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/exceptions.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/exceptions.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/fields.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/fields.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/filepost.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/filepost.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/__init__.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/__init__.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/poolmanager.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/poolmanager.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_request_methods.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_request_methods.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/response.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/response.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_version.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/__pycache__/_version.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/py.typed
  • /usr/lib/python3.13/site-packages/urllib3/_request_methods.py
  • /usr/lib/python3.13/site-packages/urllib3/response.py
  • /usr/lib/python3.13/site-packages/urllib3/util
  • /usr/lib/python3.13/site-packages/urllib3/util/connection.py
  • /usr/lib/python3.13/site-packages/urllib3/util/__init__.py
  • /usr/lib/python3.13/site-packages/urllib3/util/proxy.py
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/connection.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/connection.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/__init__.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/__init__.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/proxy.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/proxy.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/request.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/request.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/response.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/response.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/retry.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/retry.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/ssltransport.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/ssltransport.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/timeout.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/timeout.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/url.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/url.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/util.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/util.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/wait.cpython-313.opt-1.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/__pycache__/wait.cpython-313.pyc
  • /usr/lib/python3.13/site-packages/urllib3/util/request.py
  • /usr/lib/python3.13/site-packages/urllib3/util/response.py
  • /usr/lib/python3.13/site-packages/urllib3/util/retry.py
  • /usr/lib/python3.13/site-packages/urllib3/util/ssl_match_hostname.py
  • /usr/lib/python3.13/site-packages/urllib3/util/ssl_.py
  • /usr/lib/python3.13/site-packages/urllib3/util/ssltransport.py
  • /usr/lib/python3.13/site-packages/urllib3/util/timeout.py
  • /usr/lib/python3.13/site-packages/urllib3/util/url.py
  • /usr/lib/python3.13/site-packages/urllib3/util/util.py
  • /usr/lib/python3.13/site-packages/urllib3/util/wait.py
  • /usr/lib/python3.13/site-packages/urllib3/_version.py
  • /usr/share/doc/packages/python313-urllib3
  • /usr/share/doc/packages/python313-urllib3/CHANGES.rst
  • /usr/share/doc/packages/python313-urllib3/README.md
  • /usr/share/licenses/python313-urllib3
  • /usr/share/licenses/python313-urllib3/LICENSE.txt

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

Dieses Paket verwenden

OpenFactory kann dieses Betriebssystem in einer Browser-VM starten oder einen Image-Build mit dem nativen Paketnamen aus diesem Datensatz beginnen.

Versionen, Suiten und Repositories

Jede Zeile ist Paketindex-Metadaten für eine Version, Architektur, Suite und ein Repository. Namen, URLs und Größen stammen aus der Quelle; ein Link ist ein veränderbarer Abrufort, kein Weitergabanspruch von OpenFactory.

VersionReleaseArchitectureRepositoryPackage sizeInstalled sizePublisher repository artifact
2.5.0-160000.7.1leap-16.0 / ossnoarchopenSUSE Leap 16.0 · OSS · multi-architecture320 KiB1.0 MiBnoarch/python313-urllib3-2.5.0-160000.7.1.noarch.rpm
2.5.0-160000.6.1leap-16.0 / ossnoarchopenSUSE Leap 16.0 · OSS · multi-architecture320 KiB1.0 MiBnoarch/python313-urllib3-2.5.0-160000.6.1.noarch.rpm
2.5.0-160000.5.1leap-16.0 / ossnoarchopenSUSE Leap 16.0 · OSS · multi-architecture319 KiB1.0 MiBnoarch/python313-urllib3-2.5.0-160000.5.1.noarch.rpm
2.5.0-160000.4.1leap-16.0 / ossnoarchopenSUSE Leap 16.0 · OSS · multi-architecture320 KiB1.0 MiBnoarch/python313-urllib3-2.5.0-160000.4.1.noarch.rpm
2.5.0-160000.3.1leap-16.0 / ossnoarchopenSUSE Leap 16.0 · OSS · multi-architecture316 KiB1.0 MiBnoarch/python313-urllib3-2.5.0-160000.3.1.noarch.rpm
2.5.0-160000.2.2leap-16.0 / ossnoarchopenSUSE Leap 16.0 · OSS · multi-architecture316 KiB1.0 MiBnoarch/python313-urllib3-2.5.0-160000.2.2.noarch.rpm

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

Prüfsummen und Beobachtungsdaten

For an APT source, signature verification authenticates the repository metadata chain and the Packages index containing this source-reported artifact digest. It does not certify package safety.

2.5.0-160000.7.1 / noarchObserved Sep 1, 2026 to Sep 1, 2026

Verification status: Metadata observed; artifact bytes were not independently fetched or hashed by this catalog import. The digest below is source-reported.

Source-reported sha512: 57d6f4f8154133dada5a82825c006a73c3f4c78baf53ae8d5480922c4edfa8cc0a8c4cebd39266ee68a236fa22f9c7e9e4aa8beeb8a85cbb68c5bdfea50d963f

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

2.5.0-160000.6.1 / noarchObserved Sep 1, 2026 to Sep 1, 2026

Verification status: Metadata observed; artifact bytes were not independently fetched or hashed by this catalog import. The digest below is source-reported.

Source-reported sha512: 72e556fd0072236622c32049183f9a2be7315098445fe41de8f1e581ded40f257bd7a079aeda5b83c190beaebcb6de29c04288f44720a90997889f71831eefb0

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

2.5.0-160000.5.1 / noarchObserved Sep 1, 2026 to Sep 1, 2026

Verification status: Metadata observed; artifact bytes were not independently fetched or hashed by this catalog import. The digest below is source-reported.

Source-reported sha512: 3db186e2fef238d58f1c25ff4d7bdf99044984edaa2989ec1c25dce5808ed35d09dfe7ccac24ababa1a9c8af91c46caa44866d3028a98c96d25dcbae6b83bd04

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

2.5.0-160000.4.1 / noarchObserved Sep 1, 2026 to Sep 1, 2026

Verification status: Metadata observed; artifact bytes were not independently fetched or hashed by this catalog import. The digest below is source-reported.

Source-reported sha512: 95413d5e2b57809c84a794088865fac550538f74cb1d6fb537fe51cff6ff8e34c20e26ad4a236f8b49e2cdcd95bcbfbf5b95c490918c2473a054937289a9deb4

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

2.5.0-160000.3.1 / noarchObserved Sep 1, 2026 to Sep 1, 2026

Verification status: Metadata observed; artifact bytes were not independently fetched or hashed by this catalog import. The digest below is source-reported.

Source-reported sha512: 00514f681a58b548ebbcbffc2d32400b9c6e6526025bc2b277d2196194ddd79c89ff393ea0ad35bf694b94de534dd7f92966a9ecdd3e7dde4a3152044cd338c4

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

2.5.0-160000.2.2 / noarchObserved Sep 1, 2026 to Sep 1, 2026

Verification status: Metadata observed; artifact bytes were not independently fetched or hashed by this catalog import. The digest below is source-reported.

Source-reported sha512: a47cd818ccd6934c0a9c373864f52420f28aa8ff64e2baf95978f890a7bb7974377d4fc16e20ce80d2f6c735539417eeb349059cc959961c11024b94c7290536

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

Vollständigkeit des Katalogsatzes

The completeness score measures metadata coverage, not software quality, security, compatibility, or suitability.

Summary and description
25/25
Artifact path and source digest
25/25
Dependency metadata
15/15
Package-file index
15/15
Homepage
5/5
License text
5/5
Source package or maintainer
10/10

Recorded total: 100/100

Field source: openSUSE Leap 16.0 OSS revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c. The cross-OS mapping is catalog-derived from the source-reported homepage; it does not establish authorship or publisher identity

Quellen und Herkunft

Field-source links above resolve here. Each source entry names the metadata publisher, trust tier, exact snapshot revision, signature result, and observation time; catalog-derived mappings are labeled separately.

  • Authoritative source; repository metadata signature verified, revision leap-16-0-oss-multiarch:271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c

    Signature verification covers the configured repository metadata chain. It does not certify that the package is safe or suitable.

    Repository-signature verification record
    Signed-object SHA-256
    271b36d440253edf9871ac0c100319fc7443d8f2d54b6b449a72e9414c51577c
    Signer fingerprint
    AD485664E901B867051AB15F35A2F86E29B700A4
    Keyring revision
    opensuse-project-signing-key.asc
    SHA-256 b5745739ebfb95b25b8e810f9bcb847fe750ccda598bd85f02f0e974599a6d7e
    Tool and policy
    gpgv (GnuPG) 2.4.9
    openfactory-software-catalog-signature-v1
    Verification time
    Sep 1, 2026
    Signed Release → package-index hash linkage

    Path: Not recorded
    Expected SHA-256: Not recorded
    Observed SHA-256: Not recorded
    Result: match verified