%global pyname ipaddress Summary: Port of the python 3.3+ ipaddress module to 2.6+ Name: python-%{pyname} Version: 1.0.23 Release: 1%{?_dist_release} Group: programming Vendor: Project Vine Distribution: Vine Linux License: Python URL: https://pypi.python.org/pypi/ipaddress/ Source0: https://pypi.python.org/packages/source/i/%{pyname}/%{pyname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel %{?python_provide:%python_provide python2-%{pyname}} %global _description\ ipaddress provides the capabilities to create, manipulate and operate\ on IPv4 and IPv6 addresses and networks.\ \ The functions and classes in this module make it straightforward to\ handle various tasks related to IP addresses, including checking\ whether or not two hosts are on the same subnet, iterating over all\ hosts in a particular subnet, checking whether or not a string\ represents a valid IP address or network definition, and so on. %description %_description %prep %setup -q -n %{pyname}-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %doc README.md %{python_sitelib}/* %changelog * Sat Aug 15 2020 Tomohiro "Tomo-p" KATO - 1.0.23-1 - new upstream release. * Mon Nov 19 2018 Tomohiro "Tomo-p" KATO - 1.0.22-1 - initial build for Vine Linux. - new upstream release. * Sat Jul 14 2018 Fedora Release Engineering - 1.0.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering - 1.0.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0.18-3 - Python 2 binary package renamed to python2-ipaddress See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 1.0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 19 2017 Paul Wouters - 1.0.18-1 - Updated to 1.0.18, fixup URL * Sat Feb 11 2017 Fedora Release Engineering - 1.0.16-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering - 1.0.16-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 1.0.16-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 08 2016 Matěj Cepl - 1.0.16-1 - Update to the latest upstream (#1242475) * Thu Jun 18 2015 Fedora Release Engineering - 1.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 10 2015 Nathaniel McCallum - 1.0.7-3 - Remove Conflicts: python-ipaddr * Mon Jun 8 2015 Nathaniel McCallum - 1.0.7-2 - Add Conflicts: python-ipaddr * Thu May 14 2015 Nathaniel McCallum - 1.0.7-1 - Update to 1.0.7 * Wed Mar 20 2013 Matt Domsch - 1.0.3-1 - initial release