diff --git a/cachetools-1.1.6.tar.gz b/cachetools-1.1.6.tar.gz deleted file mode 100644 index 6c54c12..0000000 --- a/cachetools-1.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1a44ffd2eedd138f3ba69038feb807ea54cb24e8a207a52d3a8603bc4961821 -size 20822 diff --git a/cachetools-2.0.0.tar.gz b/cachetools-2.0.0.tar.gz new file mode 100644 index 0000000..7decf63 --- /dev/null +++ b/cachetools-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715a7202240dc20dbe83abdb2d804d543e2d4f07af146f53c82166bd75f3a628 +size 18592 diff --git a/python-cachetools.changes b/python-cachetools.changes index 028482a..64f9ae8 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 1 21:04:54 UTC 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 19:48:39 UTC 2016 - tbechtold@suse.com diff --git a/python-cachetools.spec b/python-cachetools.spec index ca956ff..4c49dfd 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -1,7 +1,7 @@ # # spec file for package python-cachetools # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,7 +17,7 @@ Name: python-cachetools -Version: 1.1.6 +Version: 2.0.0 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT