Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-cached_property-1.5.1-7.el8 RPM for noarch

From EPEL 8 for aarch64 / Packages / p

Name: python3-cached_property Distribution: Fedora Project
Version: 1.5.1 Vendor: Fedora Project
Release: 7.el8 Build date: Mon Apr 13 20:38:04 2020
Group: Unspecified Build host: buildvm-ppc64le-12.ppc.fedoraproject.org
Size: 38465 Source RPM: python-cached_property-1.5.1-7.el8.src.rpm
Packager: Fedora Project
Url: https://github.com/pydanny/cached-property
Summary: A cached-property for decorating methods in Python classes.
cached_property allows properties in Python classes to be cached until the cache
is invalidated or expired.

Provides

Requires

License

BSD

Changelog

* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.1-6
  - Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5.1-5
  - Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Mon Feb 11 2019 Adam Williamson <awilliam@redhat.com> - 1.5.1-3
  - Disable a couple of test checks that fail with freezegun 0.3.11
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Nov 23 2018 Adam Williamson <awilliam@redhat.com> - 1.5.1-1
  - New release 1.5.1
  - Disable Python 2 build on F30+, EL8+
* Fri Nov 23 2018 Miro Hrončok <mhroncok@redhat.com> - 1.4.3-1
  - Update to 1.4.3 (used by pipenv)
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3.0-12
  - Rebuilt for Python 3.7
* 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.

Files

/usr/lib/python3.6/site-packages/__pycache__/cached_property.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/__pycache__/cached_property.cpython-36.pyc
/usr/lib/python3.6/site-packages/cached_property-1.5.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/cached_property-1.5.1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/cached_property-1.5.1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/cached_property-1.5.1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/cached_property-1.5.1-py3.6.egg-info/not-zip-safe
/usr/lib/python3.6/site-packages/cached_property-1.5.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/cached_property.py
/usr/share/doc/python3-cached_property
/usr/share/doc/python3-cached_property/AUTHORS.rst
/usr/share/doc/python3-cached_property/CONTRIBUTING.rst
/usr/share/doc/python3-cached_property/HISTORY.rst
/usr/share/doc/python3-cached_property/README.rst
/usr/share/licenses/python3-cached_property
/usr/share/licenses/python3-cached_property/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 17 04:02:01 2024