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..bebd0faff65cdebb1fcc550557ae60a77ee90d84 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 @@ -28,13 +28,15 @@ async APIs, and support for both HTTP/1.1 and HTTP/2. %prep %autosetup -n %{pypi_name}-%{version} -rm -rf %{pypi_name}.egg-info + +%generate_buildrequires +%pyproject_buildrequires %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install %files -n python3-%{pypi_name} %license LICENSE.md @@ -43,6 +45,9 @@ rm -rf %{pypi_name}.egg-info %attr(755, root, root) %{_bindir}/httpx %changelog +* Mon Apr 28 2025 mgb01105731 - 0.25.0-1 +- Update to 0.25.0 for jupyterlab 4.2.5 + * Wed Mar 13 2024 mgb01105731 - 0.23.0-2 - Rebuild with python3.11