From 3c369ad2f05bba22995f3595f182931c8df693e3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:17:11 +0100 Subject: [PATCH] update to 2.2.0 [release 2.2.0-1mamba;Sat Jul 17 2021] --- python-ipaddr.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/python-ipaddr.spec b/python-ipaddr.spec index 74a143e..0373963 100644 --- a/python-ipaddr.spec +++ b/python-ipaddr.spec @@ -1,19 +1,21 @@ Name: python-ipaddr -Version: 2.1.10 +Version: 2.2.0 Release: 1mamba Summary: A library for working with IP addresses, both IPv4 and IPv6 Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://code.google.com/p/ipaddr-py/ -Source: https://ipaddr-py.googlecode.com/files/ipaddr-%{version}.tar.gz +URL: https://github.com/google/ipaddr-py +Source: https://pypi.debian.net/ipaddr/ipaddr-%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%if "%{?with_pyver}" +%pyver_package +%endif %description %{summary}. @@ -35,10 +37,14 @@ 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) +%{python_sitearch}/ipaddr-%{version}-py*.egg-info %doc COPYING %changelog +* Sat Jul 17 2021 Silvan Calarco 2.2.0-1mamba +- update to 2.2.0 + * Sat May 03 2014 Silvan Calarco 2.1.10-1mamba - package created using the webbuild interface