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..61632f66b38e75982f75d0a3f3707c5d78b5df1b 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..d30f9e366a657af705f5b991f2e8482e64382b5e 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,7 +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 @@ -48,6 +47,9 @@ rm -rf %{pypi_name}.egg-info %license LICENSE.md %changelog +* Fri Aug 08 2025 wenxin - 0.18.0-1 +- New version 0.18.0 + * Tue Mar 26 2024 Zhao Hang - 0.15.0-2 - Rebuild with python3.11