rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 0.23.3-2mamba;Wed Sep 27 2023]
This commit is contained in:
parent
54027cd640
commit
26f24907ca
@ -1,7 +1,7 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-httpx
|
||||
Version: 0.23.3
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: The next generation HTTP client
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,12 +11,13 @@ URL: https://github.com/encode/httpx
|
||||
Source: https://pypi.debian.net/httpx/httpx-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(certifi)
|
||||
BuildRequires: python3.7dist(httpcore)
|
||||
BuildRequires: python3.7dist(rfc3986)
|
||||
BuildRequires: python3.7dist(sniffio)
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: python3.11dist(certifi)
|
||||
BuildRequires: python3.11dist(httpcore)
|
||||
BuildRequires: python3.11dist(rfc3986)
|
||||
BuildRequires: python3.11dist(sniffio)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
BuildRequires: python-hatch_fancy_pypi_readme-py3
|
||||
|
||||
%description
|
||||
@ -55,6 +56,9 @@ done
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 0.23.3-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 0.23.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user