forked from pool/python-cachetools
- update to 3.1.0:
- Fix Python 3.8 compatibility issue.
- Use ``time.monotonic`` as default timer if available.
- Improve documentation regarding thread safety.
- Officially support Python 3.7.
- Drop Python 3.3 support (breaking change).
- Remove ``missing`` cache constructor parameter (breaking change).
- Remove ``self`` from ``@cachedmethod`` key arguments (breaking
change).
- Add support for ``maxsize=None`` in ``cachetools.func`` decorators.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ede01f2d3cbd6ddc9e35e16c2b0ce011d8bb70ce0dbaf282f5b4df24b213bc5d
|
||||
size 18790
|
||||
3
cachetools-3.1.0.tar.gz
Normal file
3
cachetools-3.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9efcc9fab3b49ab833475702b55edd5ae07af1af7a4c627678980b45e459c460
|
||||
size 20664
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 18:17:13 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 3.1.0:
|
||||
- Fix Python 3.8 compatibility issue.
|
||||
- Use ``time.monotonic`` as default timer if available.
|
||||
- Improve documentation regarding thread safety.
|
||||
- Officially support Python 3.7.
|
||||
- Drop Python 3.3 support (breaking change).
|
||||
- Remove ``missing`` cache constructor parameter (breaking change).
|
||||
- Remove ``self`` from ``@cachedmethod`` key arguments (breaking
|
||||
change).
|
||||
- Add support for ``maxsize=None`` in ``cachetools.func`` decorators.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:46:24 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cachetools
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-cachetools
|
||||
Version: 2.0.1
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Extensible memoizing collections and decorators
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user