15
0

Accepting request 895908 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/895908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=13
This commit is contained in:
2021-06-01 08:33:26 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f469e29e7aa4cff64d8de4aad95ce76de8ea1125a16c68e0d93f65c3c3dc92e9
size 24753

3
cachetools-4.2.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61b5ed1e22a0924aed1d23b478f37e8d52549ff8a961de2909c69bf950020cff
size 23682

View File

@@ -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 <dmueller@suse.com>

View File

@@ -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