diff --git a/python-requests.spec b/python-requests.spec index d0b47b40282dc7403e9bfaaafcec1dc1d456c64e..accf8e805fed2b9dc3ff675814b578b561d30177 100644 --- a/python-requests.spec +++ b/python-requests.spec @@ -1,9 +1,9 @@ -%define anolis_release 2 +%define anolis_release 1 %bcond_with tests Name: python-requests -Version: 2.31.0 +Version: 2.32.0 Release: %{anolis_release}%{dist} Summary: HTTP library, written in Python, for human beings @@ -61,9 +61,6 @@ The python%{python3_pkgversion}-requests-doc package contains documentation file %prep %autosetup -p1 -n requests-%{version} -# env shebang in nonexecutable file -sed -i '/#!\/usr\/.*python/d' requests/certs.py - # Some doctests use the internet and fail to pass in Koji. Since doctests don't have names, I don't # know a way to skip them. We also don't want to patch them out, because patching them out will # change the docs. Thus, we set pytest not to run doctests at all. @@ -91,6 +88,9 @@ sed -i 's/ --doctest-modules//' pyproject.toml %doc README.md HISTORY.md %changelog +* Wed Jul 03 2024 mgb01105731 - 2.32.0-1 +- update to 2.32.0 + * Tue Mar 12 2024 Zhao Hang - 2.31.0-2 - Rebuild with python3.11 diff --git a/requests-2.31.0.tar.gz b/requests-2.31.0.tar.gz deleted file mode 100644 index b0962abc7053dcda90c1f586d00c0fc5b9eb14ab..0000000000000000000000000000000000000000 Binary files a/requests-2.31.0.tar.gz and /dev/null differ diff --git a/requests-2.32.0.tar.gz b/requests-2.32.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..05bcf924c7f6e7727bb2b63738572d63ce09985c Binary files /dev/null and b/requests-2.32.0.tar.gz differ