Update to 2.27.1. Fixes rhbz#2037431
This commit is contained in:
parent
0f46c23ea6
commit
ae5874a830
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/requests-v2.25.1.tar.gz
|
||||
/requests-v2.26.0.tar.gz
|
||||
/requests-v2.27.0.tar.gz
|
||||
/requests-v2.27.1.tar.gz
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
Name: python-requests
|
||||
Version: 2.27.0
|
||||
Version: 2.27.1
|
||||
Release: 1%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
@ -105,6 +105,9 @@ sed -i 's/ --doctest-modules//' pytest.ini
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 08 2022 Kevin Fenzi <kevin@scrye.com> - 2.27.1-1
|
||||
- Update to 2.27.1. Fixes rhbz#2037431
|
||||
|
||||
* Tue Jan 04 2022 Adam Williamson <awilliam@redhat.com> - 2.27.0-1
|
||||
- Update to 2.27.0
|
||||
- Re-enable test_https_warnings as it works with pytest-httpbin 1.0.0 now
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (requests-v2.27.0.tar.gz) = 84c24d31a9aa9af995c24d40ef1c8c85c8c42bc52b3f59ae91206aa6598ca6d468ae3a65929926afb88ea3bf02d0d979907fff61e79f451ed6971c32d05ab6e3
|
||||
SHA512 (requests-v2.27.1.tar.gz) = 191f8e0d566d541ab4e0c17bc9a637eb79e841605f6bbb9a0e559bd7bf0f00a71be99e21fa5b5431b9d49cb4a64debd0d7083658f98b723cf976833bb685cb9a
|
||||
|
Loading…
Reference in New Issue
Block a user