Information for build python-urllib3-2.3.0-2.fc42

ID17380
Package Namepython-urllib3
Version2.3.0
Release2.fc42
Epoch
DraftFalse
SummaryHTTP library with thread-safe connection pooling, file post, and more
Descriptionurllib3 is a powerful, user-friendly HTTP client for Python. urllib3 brings many critical features that are missing from the Python standard libraries: • Thread safety. • Connection pooling. • Client-side SSL/TLS verification. • File uploads with multipart encoding. • Helpers for retrying requests and dealing with HTTP redirects. • Support for gzip, deflate, brotli, and zstd encoding. • Proxy support for HTTP and SOCKS. • 100% test coverage.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 09 Jun 2025 16:49:42 UTC
CompletedMon, 09 Jun 2025 16:49:42 UTC
Tags
f42
RPMs
src
python-urllib3-2.3.0-2.fc42.src.rpm (info) (download)
noarch
python3-urllib3-2.3.0-2.fc42.noarch.rpm (info) (download)
python3-urllib3+brotli-2.3.0-2.fc42.noarch.rpm (info) (download)
python3-urllib3+h2-2.3.0-2.fc42.noarch.rpm (info) (download)
python3-urllib3+socks-2.3.0-2.fc42.noarch.rpm (info) (download)
python3-urllib3+zstd-2.3.0-2.fc42.noarch.rpm (info) (download)
Changelog * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sun Dec 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.3.0-1 - Update to 2.3.0 (close RHBZ#2333724) * Tue Sep 17 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 2.2.3-5 - Add extras to ELN builds * Mon Sep 16 2024 Karolina Surma <ksurma@redhat.com> - 2.2.3-4 - Add a smoke test * Thu Sep 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.2.3-3 - Remove a 32-bit workaround (since noarch packages no longer build on i686) * Thu Sep 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.2.3-2 - Stop skipping one test that now passes * Thu Sep 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.2.3-1 - Update to 2.2.3 (close RHBZ#2311902) * Mon Aug 05 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.2.2-1 - Update to 2.2.2 (close RHBZ#2143021) * Mon Aug 05 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.2.1-1 - Update to 2.2.1 * Mon Aug 05 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.2.0-1 - Update to 2.2.0 * Mon Aug 05 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.1.0-1 - Update to 2.1.0 * Mon Aug 05 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2.0.7-1 - Update to 2.0.7 - Add metapackage for new zstd extra - Upstream no longer vendors six, so we no longer need to bundle it - Assert that there is a license file in the .dist-info directory - Greatly reduce the number of skipped tests - Stop explicitly bounding versions of build dependencies for testing * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.19-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jun 26 2024 Lumir Balhar <lbalhar@redhat.com> - 1.26.19-1 - Update to 1.26.19 to fix CVE-2024-37891 (rhbz#2292790) * Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 1.26.18-6 - Rebuilt for Python 3.13 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.26.18-5 - Bootstrap for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.18-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Oct 17 2023 Maxwell G <maxwell@gtmx.me> - 1.26.18-1 - Update to 1.26.18. - Mitigates CVE-2023-45803 / GHSA-g4mx-q9vg-27p4. * Mon Oct 09 2023 Miro Hrončok <mhroncok@redhat.com> - 1.26.17-2 - Switch the hardcoded dependency on urllib3[socks] to a weak one * Mon Oct 02 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.17-1 - Update to 1.26.17: fix CVE-2023-43804 (GHSA-v845-jxx5-vc9f) * Wed Aug 30 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.26.16-3 - Use bundled six * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jul 01 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.16-1 - Update to 1.26.16 * Sat Jul 01 2023 Python Maint <python-maint@redhat.com> - 1.26.15-3 - Rebuilt for Python 3.12 * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.26.15-2 - Bootstrap for Python 3.12 * Thu May 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.15-1 - Update to 1.26.15 * Thu May 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.12-5 - Confirm the License is SPDX MIT - Update Summary and description based on upstream - Add metapackages for brotli and socks extras - Port to pyproject-rpm-macros * Tue May 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.26.12-4 - Disable tests by default in RHEL builds * Tue May 16 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.26.12-3 - Accomodate the test to the changed behavior of SSLContext.shared_ciphers() in CPython - Fixes: rhbz#2203773 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.26.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild