From 3162598a7a84d9acba7ebd524b7889f7cf7a19f3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:17:18 +0100 Subject: [PATCH] update to 1.0.23 [release 1.0.23-1mamba;Sat Apr 11 2020] --- python-ipaddress.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/python-ipaddress.spec b/python-ipaddress.spec index 71bfea8..8c3ac1c 100644 --- a/python-ipaddress.spec +++ b/python-ipaddress.spec @@ -1,5 +1,5 @@ Name: python-ipaddress -Version: 1.0.15 +Version: 1.0.23 Release: 1mamba Summary: IPv4/IPv6 manipulation library Group: System/Libraries @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/phihag/ipaddress -Source: https://pypi.python.org/packages/source/i/ipaddress/ipaddress-%{version}.tar.gz +Source: https://pypi.debian.net/ipaddress/ipaddress-%{version}.tar.gz License: Python Software Foundation License ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. +%if "%{?with_pyver}" +%pyver_package +%endif + %prep %setup -q -n ipaddress-%{version} @@ -35,9 +39,12 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Sat Apr 11 2020 Silvan Calarco 1.0.23-1mamba +- update to 1.0.23 + * Sat Dec 05 2015 Silvan Calarco 1.0.15-1mamba - package created using the webbuild interface