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