Mon, 20 May 2024 09:27:06 UTC | login

Information for build python-orderedset-2.0.3-1.fc33

ID148237
Package Namepython-orderedset
Version2.0.3
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-orderedset.git#18feb72c7cea27eb3687786798ec0fdc05d0ad3d
SummaryOrdered set implementation in Cython
Description This package contains an ordered set implementation in Cython. Features: - Works like a regular set, but remembers insertion order; - Is approximately 5 times faster than the pure Python implementation overall (and 5 times slower than set); - Compatible with Python 2.6 through 3.6.; - Supports the full set interface; - Supports some list methods, like index and __getitem__. - Supports set methods against iterables.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Mar 2020 16:44:47 UTC
CompletedFri, 27 Mar 2020 17:07:23 UTC
Taskbuild (f33, /rpms/python-orderedset.git:18feb72c7cea27eb3687786798ec0fdc05d0ad3d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-orderedset.git#18feb72c7cea27eb3687786798ec0fdc05d0ad3d'}}
Tags
f33
RPMs
src
python-orderedset-2.0.3-1.fc33.src.rpm (info) (download)
riscv64
python3-orderedset-2.0.3-1.fc33.riscv64.rpm (info) (download)
python-orderedset-debugsource-2.0.3-1.fc33.riscv64.rpm (info) (download)
python3-orderedset-debuginfo-2.0.3-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Feb 26 2020 Jerry James <loganjerry@gmail.com> - 2.0.3-1 - Version 2.0.3 * Tue Feb 25 2020 Jerry James <loganjerry@gmail.com> - 2.0.2-1 - Version 2.0.2 - Drop upstreamed -python38 patch * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jan 10 2020 Jerry James <loganjerry@gmail.com> - 2.0.1-9 - Add -comparison and -python38 patches to fix FTBFS in Rawhide - Set the Cython language level to 3 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-8 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-7 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Nov 22 2018 Jerry James <loganjerry@gmail.com> - 2.0.1-4 - Drop python2 subpackage (bz 1645073) * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.1-2 - Rebuilt for Python 3.7 * Mon Apr 30 2018 Jerry James <loganjerry@gmail.com> - 2.0.1-1 - New upstream version