From a067fddafc8d2da078079144c204710dfdd351c74235cd410d3cb93d8e5822f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 28 May 2021 07:50:17 +0000 Subject: [PATCH] Accepting request 895889 from home:pgajdos:python - version update to 4.2.2 * Update build environment. * Remove Python 2 remnants. * Format code with Black. - %check: use %pyunittest macro OBS-URL: https://build.opensuse.org/request/show/895889 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=26 --- cachetools-4.2.1.tar.gz | 3 --- cachetools-4.2.2.tar.gz | 3 +++ python-cachetools.changes | 9 +++++++++ python-cachetools.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 cachetools-4.2.1.tar.gz create mode 100644 cachetools-4.2.2.tar.gz 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