Fri, 03 May 2024 00:32:47 UTC | login

Information for build python-ordered-set-2.0.2-4.fc29

ID24824
Package Namepython-ordered-set
Version2.0.2
Release4.fc29
Epoch
SummaryA Custom MutableSet that remembers its order
DescriptionAn OrderedSet is a custom MutableSet that remembers its order, so that every entry has an index that can be looked up.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 23 Apr 2018 22:01:24 UTC
CompletedMon, 23 Apr 2018 22:59:27 UTC
Taskbuild (f29-candidate, python-ordered-set-2.0.2-4.fc29.src.rpm)
Tags
f29
RPMs
src
python-ordered-set-2.0.2-4.fc29.src.rpm (info) (download)
noarch
python2-ordered-set-2.0.2-4.fc29.noarch.rpm (info) (download)
python3-ordered-set-2.0.2-4.fc29.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Feb 27 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.2-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 2.0.2-2 - Cleanup spec file conditionals * Mon Aug 21 2017 Miroslav Suchý <msuchy@redhat.com> 2.0.2-1 - add license * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.0-8 - Python 2 binary package renamed to python2-ordered-set See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.0.0-5 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Feb 09 2016 Miroslav Suchý <miroslav@suchy.cz> 2.0.0-3 - fix BR condition * Tue Feb 09 2016 Miroslav Suchý <miroslav@suchy.cz> 2.0.0-2 - add BR python-nose for test * Tue Feb 09 2016 Miroslav Suchý <miroslav@suchy.cz> 2.0.0-1 - rebase to 2.0.0 * Tue Sep 22 2015 Miroslav Suchý <msuchy@redhat.com> 1.3.1-4 - add missing BR on el6 - add missing macro on el6 * Mon Sep 07 2015 Miroslav Suchý <msuchy@redhat.com> 1.3.1-3 - include egg-info again - fix typo * Mon Sep 07 2015 Miroslav Suchý <msuchy@redhat.com> 1.3.1-2 - exclude __pycache__/ from filelist * Mon Sep 07 2015 Miroslav Suchý <msuchy@redhat.com> 1.3.1-1 - new package