From a5cb3c231f32d9208af3d368010ea4f6dfbee77cb93b73b8e283a1fed6bb5dc8 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 27 Feb 2019 18:18:44 +0000 Subject: [PATCH] - 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 --- cachetools-2.0.1.tar.gz | 3 --- cachetools-3.1.0.tar.gz | 3 +++ python-cachetools.changes | 14 ++++++++++++++ python-cachetools.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 cachetools-2.0.1.tar.gz create mode 100644 cachetools-3.1.0.tar.gz diff --git a/cachetools-2.0.1.tar.gz b/cachetools-2.0.1.tar.gz deleted file mode 100644 index c9dbfdc..0000000 --- a/cachetools-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ede01f2d3cbd6ddc9e35e16c2b0ce011d8bb70ce0dbaf282f5b4df24b213bc5d -size 18790 diff --git a/cachetools-3.1.0.tar.gz b/cachetools-3.1.0.tar.gz new file mode 100644 index 0000000..f3a0b78 --- /dev/null +++ b/cachetools-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efcc9fab3b49ab833475702b55edd5ae07af1af7a4c627678980b45e459c460 +size 20664 diff --git a/python-cachetools.changes b/python-cachetools.changes index 9ea70e9..4569fbf 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Feb 27 18:17:13 UTC 2019 - Thomas Bechtold + +- 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 diff --git a/python-cachetools.spec b/python-cachetools.spec index d9d02e7..4e0531f 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -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