Thu, 16 May 2024 04:36:29 UTC | login

Information for build py-radix-0.9.3-9.fc29

ID42240
Package Namepy-radix
Version0.9.3
Release9.fc29
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 09 Jun 2018 16:57:10 UTC
CompletedSat, 09 Jun 2018 18:13:02 UTC
Taskbuild (f29-candidate, py-radix-0.9.3-9.fc29.src.rpm)
Tags
f29
RPMs
src
py-radix-0.9.3-9.fc29.src.rpm (info) (download)
riscv64
python2-py-radix-0.9.3-9.fc29.riscv64.rpm (info) (download)
python3-py-radix-0.9.3-9.fc29.riscv64.rpm (info) (download)
py-radix-debuginfo-0.9.3-9.fc29.riscv64.rpm (info) (download)
py-radix-debugsource-0.9.3-9.fc29.riscv64.rpm (info) (download)
python2-py-radix-debuginfo-0.9.3-9.fc29.riscv64.rpm (info) (download)
python3-py-radix-debuginfo-0.9.3-9.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 0.9.3-5 - Rebuild for Python 3.6 * Thu Jul 21 2016 Charalampos Stratakis <cstratak@redhat.com> 0.9.3-4 - Provide python 3 subpackage - Renamed python 2 (sub)package - Modernize SPEC * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * 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