15
0

Accepting request 867588 from devel:languages:python

- update to 4.2.1:
  - Handle ``__missing__()`` not storing cache items.
  - Clean up ``__missing__()`` example.

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

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 28 22:51:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 4.2.1:
- Handle ``__missing__()`` not storing cache items.
- Clean up ``__missing__()`` example.
-------------------------------------------------------------------
Tue Dec 29 13:43:41 UTC 2020 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cachetools
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# 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 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cachetools
Version: 4.2.0
Version: 4.2.1
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT