diff --git a/python-httpx.spec b/python-httpx.spec index a7fbd3a..a8335fe 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-httpx -Version: 0.25.1 +Version: 0.25.2 Release: 1mamba Summary: The next generation HTTP client Group: System/Libraries @@ -11,10 +11,10 @@ URL: https://github.com/encode/httpx Source: https://pypi.debian.net/httpx/httpx-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN +BuildRequires: (python3.11dist(httpcore) >= 1 with python3.11dist(httpcore) < 2) BuildRequires: libpython311-devel BuildRequires: python3.11dist(anyio) BuildRequires: python3.11dist(certifi) -BuildRequires: python3.11dist(httpcore) BuildRequires: python3.11dist(idna) BuildRequires: python3.11dist(sniffio) ## AUTOBUILDREQ-END @@ -56,6 +56,9 @@ done %{python_sitelib}/%{pkgname}/* %changelog +* Sat Nov 25 2023 Automatic Build System 0.25.2-1mamba +- automatic version update by autodist + * Fri Nov 03 2023 Automatic Build System 0.25.1-1mamba - automatic version update by autodist