automatic version update by autodist [release 0.14.0-1mamba;Mon Oct 03 2022]

This commit is contained in:
Automatic Build System 2024-01-06 11:13:17 +01:00
parent 59c38693c8
commit d46e5985f2

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _) %define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-h11 Name: python-h11
Version: 0.12.0 Version: 0.14.0
Release: 1mamba Release: 1mamba
Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 Summary: A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
Group: System/Libraries Group: System/Libraries
@ -12,6 +12,7 @@ Source: https://pypi.debian.net/h11/h11-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(typing-extensions)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%description %description
@ -44,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/* %{python_sitearch}/%{pkgname}-%{version}-py*.egg-info/*
%changelog %changelog
* Mon Oct 03 2022 Automatic Build System <autodist@mambasoft.it> 0.14.0-1mamba
- automatic version update by autodist
* Sun Oct 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba * Sun Oct 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface