diff --git a/cachetools-4.2.1.tar.gz b/cachetools-4.2.1.tar.gz deleted file mode 100644 index 734b104..0000000 --- a/cachetools-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9 -size 24753 diff --git a/cachetools-4.2.2.tar.gz b/cachetools-4.2.2.tar.gz new file mode 100644 index 0000000..4e1f2b8 --- /dev/null +++ b/cachetools-4.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff +size 23682 diff --git a/python-cachetools.changes b/python-cachetools.changes index eee0885..159e4ef 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 28 06:44:53 UTC 2021 - pgajdos@suse.com + +- version update to 4.2.2 + * Update build environment. + * Remove Python 2 remnants. + * Format code with Black. +- %check: use %pyunittest macro + ------------------------------------------------------------------- Thu Jan 28 22:51:01 UTC 2021 - Dirk Müller diff --git a/python-cachetools.spec b/python-cachetools.spec index d2e7a23..fc36e14 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cachetools -Version: 4.2.1 +Version: 4.2.2 Release: 0 Summary: Extensible memoizing collections and decorators License: MIT @@ -48,7 +48,7 @@ function decorator. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest discover -v %files %{python_files} %license LICENSE