Information for build py-radix-0.10.0-1.el7

ID2074768
Package Namepy-radix
Version0.10.0
Release1.el7
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/py-radix.git#9b7e397eaa2f3cc7a26e69b026effd5a9fd40756
SummaryRadix tree data structure for Python
Descriptionpy-radix is an implementation of a radix tree for Python, which supports storage and lookups of IPv4 and IPv6 networks. The radix tree (a.k.a Patricia tree) is the data structure most commonly used for routing table lookups. It efficiently stores network prefixes of varying lengths and allows fast lookups of containing networks. py-radix's implementation is built solely for networks (the data structure itself is more general).
Built bykevin
State complete
Volume prod
StartedWed, 12 Oct 2022 19:56:05 UTC
CompletedWed, 12 Oct 2022 19:59:38 UTC
Taskbuild (epel7-candidate, /rpms/py-radix.git:9b7e397eaa2f3cc7a26e69b026effd5a9fd40756)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/py-radix.git#9b7e397eaa2f3cc7a26e69b026effd5a9fd40756'}}
Tags
epel7
RPMs
src
py-radix-0.10.0-1.el7.src.rpm (info) (download)
ppc64le
python2-py-radix-0.10.0-1.el7.ppc64le.rpm (info) (download)
python36-py-radix-0.10.0-1.el7.ppc64le.rpm (info) (download)
py-radix-debuginfo-0.10.0-1.el7.ppc64le.rpm (info) (download)
x86_64
python2-py-radix-0.10.0-1.el7.x86_64.rpm (info) (download)
python36-py-radix-0.10.0-1.el7.x86_64.rpm (info) (download)
py-radix-debuginfo-0.10.0-1.el7.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Sun Oct 09 2022 Robert Scheck <robert@fedoraproject.org> 0.10.0-1 - Update to 0.10.0 - Rename Python 2 (sub)package and provide Python 3 subpackage * Tue Oct 20 2015 Kevin Fenzi <kevin@scrye.com> 0.9.3-1 - Update to 0.9.3 - Enable tests in check - Point to new upstream site/repo * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.5-7 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Fri Oct 23 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.5-6 - Add patch by Alexander Sabourenkov to fix memory leak (Debian #512830) * Mon Oct 12 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.5-5 - remove inet_ntop.c and strlcpy.c for safety. They're only used on Windows. * Thu Oct 01 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.5-4 - more package cleanups during review - quiet setup, clean buildroot at install, drop python Requires, add dist tag. * Thu Oct 01 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.5-2 - update for Fedora packaging guidelines * Wed Jun 28 2006 Damien Miller <djm@mindrot.org> - Build RPM