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

python3-cachetools-2.0.1-lp152.3.3 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python3-cachetools Distribution: openSUSE Leap 15.2
Version: 2.0.1 Vendor: openSUSE
Release: lp152.3.3 Build date: Sun Mar 1 12:26:15 2020
Group: Development/Languages/Python Build host: lamb12
Size: 85298 Source RPM: python-cachetools-2.0.1-lp152.3.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tkem/cachetools
Summary: Extensible memoizing collections and decorators
This module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library `@lru_cache`_
function decorator.

Provides

Requires

License

MIT

Changelog

* Wed Aug 16 2017 toddrme2178@gmail.com
  - Implement single-spec version
  - Update to version 2.0.1
    * Officially support Python 3.6.
    * Move documentation to RTD.
    * Documentation: Update import paths for key functions
      (courtesy of slavkoja).
* Thu Jun 01 2017 dmueller@suse.com
  - update to 2.0.0:
    - Drop Python 3.2 support (breaking change).
    - Drop support for deprecated features (breaking change).
    - Move key functions to separate package (breaking change).
    - Accept non-integer ``maxsize`` in ``Cache.__repr__()``.
* Tue Aug 30 2016 tbechtold@suse.com
  - update to 1.1.6:
    - Reimplement ``LRUCache`` and ``TTLCache`` using
      ``collections.OrderedDict``.  Note that this will break pickle
      compatibility with previous versions.
    - Fix ``TTLCache`` not calling ``__missing__()`` of derived classes.
    - Handle ``ValueError`` in ``Cache.__missing__()`` for consistency
      with caching decorators.
    - Improve how ``TTLCache`` handles expired items.
    - Use ``Counter.most_common()`` for ``LFUCache.popitem()``.
    - Refactor ``Cache`` base class.  Note that this will break pickle
      compatibility with previous versions.
    - Clean up ``LRUCache`` and ``TTLCache`` implementations.
    - Refactor ``LRUCache`` and ``TTLCache`` implementations.  Note that
      this will break pickle compatibility with previous versions.
    - Document pending removal of deprecated features.
    - Minor documentation improvements.
    - Fix pickle tests.
    - Fix pickling of large ``LRUCache`` and ``TTLCache`` instances.
    - Improve key functions.
    - Improve documentation.
    - Improve unit test coverage.
    - Add ``@cached`` function decorator.
    - Add ``hashkey`` and ``typedkey`` fuctions.
    - Add `key` and `lock` arguments to ``@cachedmethod``.
    - Set ``__wrapped__`` attributes for Python versions < 3.2.
    - Move ``functools`` compatible decorators to ``cachetools.func``.
    - Deprecate ``@cachedmethod`` `typed` argument.
    - Deprecate `cache` attribute for ``@cachedmethod`` wrappers.
    - Deprecate `getsizeof` and `lock` arguments for `cachetools.func`
      decorator.
  - Use pypi.io as Source url
* Thu Jul 09 2015 dmueller@suse.com
  - Initial package (1.0.3)

Files

/usr/lib/python3.6/site-packages/cachetools
/usr/lib/python3.6/site-packages/cachetools-2.0.1-py3.6.egg-info
/usr/lib/python3.6/site-packages/cachetools-2.0.1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/cachetools-2.0.1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/cachetools-2.0.1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/cachetools-2.0.1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/cachetools/__init__.py
/usr/lib/python3.6/site-packages/cachetools/__pycache__
/usr/lib/python3.6/site-packages/cachetools/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/abc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/abc.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/func.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/func.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/keys.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/keys.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/lfu.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/lfu.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/lru.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/lru.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/rr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/rr.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/ttl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/cachetools/__pycache__/ttl.cpython-36.pyc
/usr/lib/python3.6/site-packages/cachetools/abc.py
/usr/lib/python3.6/site-packages/cachetools/cache.py
/usr/lib/python3.6/site-packages/cachetools/func.py
/usr/lib/python3.6/site-packages/cachetools/keys.py
/usr/lib/python3.6/site-packages/cachetools/lfu.py
/usr/lib/python3.6/site-packages/cachetools/lru.py
/usr/lib/python3.6/site-packages/cachetools/rr.py
/usr/lib/python3.6/site-packages/cachetools/ttl.py
/usr/share/doc/packages/python3-cachetools
/usr/share/doc/packages/python3-cachetools/CHANGES.rst
/usr/share/doc/packages/python3-cachetools/LICENSE
/usr/share/doc/packages/python3-cachetools/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 11:50:38 2024