Update to 2.3.0 (close RHBZ#2333724)
This commit is contained in:
parent
a2a67038ae
commit
38b04c1b21
3 changed files with 11 additions and 15 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -48,3 +48,4 @@
|
|||
/urllib3-2.2.1.tar.gz
|
||||
/urllib3-2.2.2.tar.gz
|
||||
/urllib3-2.2.3.tar.gz
|
||||
/urllib3-2.3.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%bcond extradeps %{undefined rhel}
|
||||
|
||||
Name: python-urllib3
|
||||
Version: 2.2.3
|
||||
Version: 2.3.0
|
||||
Release: %autorelease
|
||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||
|
||||
|
|
@ -40,31 +40,28 @@ BuildRequires: python3-devel
|
|||
# to manual listing.
|
||||
# h2==4.1.0: also in the h2 extra
|
||||
BuildRequires: %{py3_dist h2}
|
||||
# coverage==7.4.1: omitted linter/coverage tool
|
||||
# coverage==7.6.4: omitted linter/coverage tool
|
||||
# PySocks==1.7.1
|
||||
BuildRequires: %{py3_dist PySocks}
|
||||
# pytest==8.0.2
|
||||
BuildRequires: %{py3_dist pytest}
|
||||
# pytest-timeout==2.1.0
|
||||
BuildRequires: %{py3_dist pytest-timeout}
|
||||
# pyOpenSSL==24.0.0
|
||||
# pyOpenSSL==24.2.1
|
||||
BuildRequires: %{py3_dist pyOpenSSL}
|
||||
# idna==3.7
|
||||
BuildRequires: %{py3_dist idna}
|
||||
# # As of v1.1.0, child CA certificates generated by trustme fail
|
||||
# # verification by CPython 3.13.
|
||||
# # https://github.com/python-trio/trustme/pull/642
|
||||
# trustme @ git+https://github.com/python-trio/trustme@b3a767f336e20600f30c9ff78385a58352ff6ee3
|
||||
# trustme==1.2.0
|
||||
BuildRequires: %{py3_dist trustme}
|
||||
# cryptography==42.0.4
|
||||
# cryptography==43.0.1
|
||||
BuildRequires: %{py3_dist cryptography}
|
||||
# backports.zoneinfo==0.2.1;python_version<"3.9"
|
||||
# towncrier==23.6.0: used for generating a changelog
|
||||
# pytest-memray==1.5.0;python_version<"3.13" and sys_platform!="win32" and
|
||||
# pytest-memray==1.5.0;python_version<"3.14" and sys_platform!="win32" and
|
||||
# implementation_name=="cpython": not packaged, unwanted profiler
|
||||
# trio==0.25.0
|
||||
# trio==0.26.2
|
||||
BuildRequires: %{py3_dist trio}
|
||||
# Quart==0.19.4
|
||||
# # https://github.com/pallets/quart/pull/369
|
||||
# Quart @ git+https://github.com/pallets/quart@67110bf383d8973bce1619e957b4b6ea088ad9f2
|
||||
BuildRequires: %{py3_dist Quart}
|
||||
# quart-trio==0.11.1
|
||||
BuildRequires: %{py3_dist quart-trio}
|
||||
|
|
@ -76,8 +73,6 @@ BuildRequires: %{py3_dist quart-trio}
|
|||
# httpx==0.25.2
|
||||
BuildRequires: %{py3_dist httpx}
|
||||
# pytest-socket==0.7.0: not packaged, not strictly required
|
||||
# cffi==1.17.0rc1
|
||||
BuildRequires: %{py3_dist cffi}
|
||||
%endif
|
||||
|
||||
%global _description %{expand:
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (urllib3-2.2.3.tar.gz) = 5082c87d9692864ff0b30817f846c5d4ff298d2007085bc619431551183d6c0c6c25464be1777763890257c2f55801698b83378fbf956c663f495e96f6d1e837
|
||||
SHA512 (urllib3-2.3.0.tar.gz) = 7b4b8732f4a4cddb8a6f6854d21febcbecba0762bff65d2291d95d1f54a972c3168f8d7ca1786edfb5c0a0c955cf3812ff6fe1b7925973d3fe31077fbfbdc39c
|
||||
SHA512 (hypercorn-d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.tar.gz) = 62d6787d88a2e716f0ac04fc49f6cdc586e473a660ee754ff66961922ae78bcc75d1f78b091e78557dd60f006e8e480114738c7b4ff71beac804e4fc9603240b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue