Update to 2.7.0 (rhbz#2467787)
This commit is contained in:
parent
9d97f42ba8
commit
94f419e385
3 changed files with 6 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -55,3 +55,4 @@
|
|||
/urllib3-2.6.1.tar.gz
|
||||
/urllib3-2.6.2.tar.gz
|
||||
/urllib3-2.6.3.tar.gz
|
||||
/urllib3-2.7.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
%bcond extradeps %{undefined rhel}
|
||||
|
||||
Name: python-urllib3
|
||||
Version: 2.6.3
|
||||
Version: 2.7.0
|
||||
Release: %autorelease
|
||||
Summary: HTTP library with thread-safe connection pooling, file post, and more
|
||||
|
||||
|
|
@ -111,9 +111,9 @@ sed -i "s/^RECENT_DATE = datetime.date(.*)/RECENT_DATE = datetime.date($recent_d
|
|||
%if %{with tests}
|
||||
# Possible improvements to dependency groups
|
||||
# https://github.com/urllib3/urllib3/issues/3594
|
||||
# Adjust the contents of the "dev" dependency group by removing:
|
||||
# Adjust the contents of the "dev-base" dependency group by removing:
|
||||
remove_from_dev() {
|
||||
tomcli set pyproject.toml lists delitem 'dependency-groups.dev' "($1)\b.*"
|
||||
tomcli set pyproject.toml lists delitem 'dependency-groups.dev-base' "($1)\b.*"
|
||||
}
|
||||
# - Linters, coverage tools, profilers, etc.:
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters
|
||||
|
|
@ -133,7 +133,7 @@ remove_from_dev 'hypercorn'
|
|||
# constraints, which is currently fine, but could theoretically cause trouble
|
||||
# in the future. We’ll cross that bridge if we ever arrive at it.)
|
||||
tomcli set pyproject.toml lists replace --type regex_search \
|
||||
'dependency-groups.dev' '[>=]=.*' ''
|
||||
'dependency-groups.dev-base' '[>=]=.*' ''
|
||||
%endif
|
||||
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (urllib3-2.6.3.tar.gz) = 554cedfd97d411fffa9a8ba46f592eab9e58c5fa8822ecd5a73ab45d6adfc188a6b9c4e238d02a4fbd3a1067a25a1de841a33d398d0641e22a32ea414876b615
|
||||
SHA512 (urllib3-2.7.0.tar.gz) = 5bcfcde51cf28ab5d999ec863de9eed794df84530bdcc957259376ee8c677fe9aaee609dc643324b99c43610553914366164d99407334d8eb6ca2c60eba12f49
|
||||
SHA512 (hypercorn-d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.tar.gz) = 62d6787d88a2e716f0ac04fc49f6cdc586e473a660ee754ff66961922ae78bcc75d1f78b091e78557dd60f006e8e480114738c7b4ff71beac804e4fc9603240b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue