From 145fbc46f21a748b822e3c305fabe3f134fcfb7e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:14:57 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 21.0.0-2mamba;Mon Oct 10 2022] --- python-hyperlink.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-hyperlink.spec b/python-hyperlink.spec index d870030..bc4fa1e 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -1,6 +1,6 @@ Name: python-hyperlink Version: 21.0.0 -Release: 1mamba +Release: 2mamba Summary: A featureful, immutable, and correct URL for Python Group: System/Libraries Vendor: openmamba @@ -13,8 +13,6 @@ License: MIT BuildRequires: libpython3-devel BuildRequires: python3.7dist(idna) ## AUTOBUILDREQ-END -BuildRequires: libpython-devel -Requires: python >= %python_version %description %{summary}. @@ -47,5 +45,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Mon Oct 10 2022 Silvan Calarco 21.0.0-2mamba +- rebuilt with python 3.10 + * Fri Apr 09 2021 Silvan Calarco 21.0.0-1mamba - package created using the webbuild interface