update to 1.0.23 [release 1.0.23-1mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 11:17:18 +01:00
parent f5b66bcba1
commit 3162598a7a

View File

@ -1,5 +1,5 @@
Name: python-ipaddress Name: python-ipaddress
Version: 1.0.15 Version: 1.0.23
Release: 1mamba Release: 1mamba
Summary: IPv4/IPv6 manipulation library Summary: IPv4/IPv6 manipulation library
Group: System/Libraries Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/phihag/ipaddress 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 License: Python Software Foundation License
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython-devel
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n ipaddress-%{version} %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 #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.23-1mamba
- update to 1.0.23
* Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.15-1mamba * Sat Dec 05 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.15-1mamba
- package created using the webbuild interface - package created using the webbuild interface