Wed, 07 Aug 2024 08:54:00 UTC | login

Information for build python-cached_property-1.3.0-11.fc29

ID41444
Package Namepython-cached_property
Version1.3.0
Release11.fc29
Epoch
SummaryA cached-property for decorating methods in Python classes
Descriptioncached_property allows properties in Python classes to be cached until the cache is invalidated or expired.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Jun 2018 11:18:49 UTC
CompletedFri, 08 Jun 2018 11:18:49 UTC
Tags
f29
RPMs
src
python-cached_property-1.3.0-11.fc29.src.rpm (info) (download)
noarch
python2-cached_property-1.3.0-11.fc29.noarch.rpm (info) (download)
python3-cached_property-1.3.0-11.fc29.noarch.rpm (info) (download)
Changelog * Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3.0-11 - 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> - 1.3.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Feb 10 2017 Adam Williamson <awilliam@redhat.com> - 1.3.0-7 - Enable Python 3 build on EPEL 7 * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 1.3.0-6 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Mar 03 2016 Adam Williamson <awilliam@redhat.com> - 1.3.0-4 - disable tests on F22 (it doesn't know about py3.5) * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Dec 09 2015 Adam Williamson <awilliam@redhat.com> - 1.3.0-2 - try to repair the mess I made of package naming: - # both subpackages now use module name not project name - # try to ensure all previous names are provided/obsoleted * Thu Nov 26 2015 Adam Williamson <awilliam@redhat.com> - 1.3.0-1 - new release 1.3.0, drop patch (merged upstream) - switch to python2-foo / python3-foo package naming * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Apr 29 2015 Adam Williamson <awilliam@redhat.com> - 1.2.0-1 - new upstream release 1.2.0 (refactoring, bug fixes) - patch out non-ASCII characters in HISTORY.rst (breaks py3 build in koji) * Thu Apr 16 2015 Adam Williamson <awilliam@redhat.com> - 1.1.0-1 - new upstream release 1.1.0 (insignificant changes) * Wed Mar 25 2015 Adam Williamson <awilliam@redhat.com> - 1.0.0-4 - python3 build only for Fedora (no python3 in RHEL6 or 7) - provide python2-cached_property - guard against #license not being available - only run tests on F>=22 (tox is too old on everything else) * Fri Mar 13 2015 Pete Travis <me@petetravis.com> - 1.0.0-2 - Use the module name for the package name. * Fri Feb 20 2015 Pete Travis <me@petetravis.com> 1.0.0-1 - Initial packaging.