Name: pysubnettree Version: 0.26 Release: 1%{?dist} Summary: A Python Module for CIDR Lookups License: BSD URL: http://bro.org/sphinx/components/pysubnettree/README.html Source0: https://www.bro.org/downloads/%{name}-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: gcc-c++ %description The PySubnetTree package provides a Python data structure SubnetTree which maps subnets given in CIDR notation (incl. corresponding IPv6 versions) to Python objects. Lookups are performed by longest-prefix matching. %prep %autosetup %build %py3_build %install %py3_install %files %doc CHANGES README %license COPYING %{python3_sitearch}/* %changelog * Sun Dec 25 2016 Fabian Affolter - 0.26-1 - Update to lastest upstream release 0.26 * Mon Dec 19 2016 Miro HronĨok - 0.24-7 - Rebuild for Python 3.6 * Tue Aug 30 2016 Fabian Affolter - 0.24-6 - Fix FTBFS (rhbz#1307892) * Tue Jul 19 2016 Fedora Release Engineering - 0.24-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.24-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Nov 14 2015 Fabian Affolter - 0.24-3 - Cleanup and py3 * Thu Jun 18 2015 Fedora Release Engineering - 0.24-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed May 13 2015 Fabian Affolter - 0.24-1 - Update to lastest upstream release 0.24 * Sat May 02 2015 Kalev Lember - 0.23-5 - Rebuilt for GCC 5 C++11 ABI change * Sun Aug 17 2014 Fedora Release Engineering - 0.23-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Mon Jun 23 2014 Fabian Affolter - 0.23-3 - Fix macro * Sun Jun 22 2014 Fabian Affolter - 0.23-2 - Use PyPI as SOURCE0 for now - Fix permission * Fri Jun 20 2014 Fabian Affolter - 0.23-1 - Initial package