diff --git a/httpcore-0.15.0.tar.gz b/httpcore-0.15.0.tar.gz deleted file mode 100644 index c625a8e3f9dfc9c188a93f8166627ffff5f8bb69..0000000000000000000000000000000000000000 Binary files a/httpcore-0.15.0.tar.gz and /dev/null differ diff --git a/httpcore-0.18.0.tar.gz b/httpcore-0.18.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c86971fc71c5b1d0d22fe1c440cc81200fb943ec Binary files /dev/null and b/httpcore-0.18.0.tar.gz differ diff --git a/python-httpcore.spec b/python-httpcore.spec index 8f48dca9d92220834faaafa67e1d2e85f2642895..0375bdcaf902f8d7e640f65ec1738320054cea8f 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name httpcore Name: python-%{pypi_name} -Version: 0.15.0 +Version: 0.18.0 Release: %{anolis_release}%{?dist} Summary: Minimal low-level HTTP client @@ -31,8 +31,6 @@ building authentication headers, transparent HTTP caching, URL parsing, etc. %prep %autosetup -n %{pypi_name}-%{version} -sed -i -e 's/"h11>=0.11,<0.13"/"h11>=0.11"/g' setup.py -rm -rf %{pypi_name}.egg-info %generate_buildrequires %pyproject_buildrequires @@ -48,6 +46,9 @@ rm -rf %{pypi_name}.egg-info %license LICENSE.md %changelog +* Mon Apr 28 2025 mgb01105731 - 0.18.0-1 +- Update to 0.18.0 for python-httpx 0.25.0 + * Tue Mar 26 2024 Zhao Hang - 0.15.0-2 - Rebuild with python3.11