diff --git a/httpx-0.23.0.tar.gz b/httpx-0.23.0.tar.gz deleted file mode 100644 index 5356521b77f49dfadeb95d5d5cc3ef1258a3c850..0000000000000000000000000000000000000000 Binary files a/httpx-0.23.0.tar.gz and /dev/null differ diff --git a/httpx-0.25.0.tar.gz b/httpx-0.25.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..14d860c4afcebabdb05f1754d7be689039535f6c Binary files /dev/null and b/httpx-0.25.0.tar.gz differ diff --git a/python-httpx.spec b/python-httpx.spec index c3413f584ff71d9f859a6c7f27c814a38fd79e92..b74b6db0a83a38e5bda1bd509b315c81d07f691b 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 1 %global pypi_name httpx Name: python-%{pypi_name} -Version: 0.23.0 +Version: 0.25.0 Release: %{anolis_release}%{?dist} Summary: Python HTTP client @@ -20,6 +20,11 @@ Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: pyproject-rpm-macros +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildRequires: python3-hatch-fancy-pypi-readme %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -28,21 +33,23 @@ async APIs, and support for both HTTP/1.1 and HTTP/2. %prep %autosetup -n %{pypi_name}-%{version} -rm -rf %{pypi_name}.egg-info %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install %files -n python3-%{pypi_name} %license LICENSE.md %{python3_sitelib}/%{pypi_name}/ -%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ +%{python3_sitelib}/%{pypi_name}-%{version}.dist-info/ %attr(755, root, root) %{_bindir}/httpx %changelog +* Fri Aug 08 2025 wenxin - 0.25.0-1 +- New version 0.25.0 + * Wed Mar 13 2024 mgb01105731 - 0.23.0-2 - Rebuild with python3.11