Name: | python-cachetools |
---|---|
Version: | 1.0.3 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 64272 |
License: | MIT |
RPM: | python-cachetools-1.0.3-1.el7.noarch.rpm |
Source RPM: | python-cachetools-1.0.3-1.el7.src.rpm |
Build Date: | Wed Oct 25 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/cachetools |
Summary: | Extensible memoizing collections and decorators |
Description: | This module provides various memoizing collections and decorators, including a variant of the Python 3 Standard Library @lru_cache function decorator. This module provides multiple cache implementations based on different cache algorithms, as well as decorators for easily memoizing function and method calls. |
- New upstream release 1.0.3
- Remove egg-info in %setup - Install license via %license instead of %doc - Don't rm -rf $RPM_BUILD_ROOT at the beginning of %install - Removed defines for __python2, python2_sitelib, and python2_sitearch - Be more explicit in %files
- Initial package