rebuilt with python 3.10 [release 21.0.0-2mamba;Mon Oct 10 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:14:57 +01:00
parent cb88aa0e1d
commit 145fbc46f2

View File

@ -1,6 +1,6 @@
Name: python-hyperlink Name: python-hyperlink
Version: 21.0.0 Version: 21.0.0
Release: 1mamba Release: 2mamba
Summary: A featureful, immutable, and correct URL for Python Summary: A featureful, immutable, and correct URL for Python
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -13,8 +13,6 @@ License: MIT
BuildRequires: libpython3-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(idna) BuildRequires: python3.7dist(idna)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libpython-devel
Requires: python >= %python_version
%description %description
%{summary}. %{summary}.
@ -47,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE %doc LICENSE
%changelog %changelog
* Mon Oct 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 21.0.0-2mamba
- rebuilt with python 3.10
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.0.0-1mamba * Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.0.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface