15
0

Accepting request 1240539 from home:glaubitz:branches:devel:languages:python

- Update to 5.5.1
  * Add documentation regarding caching of exceptions.
  * Officially support Python 3.13.
  * Update CI environment.

OBS-URL: https://build.opensuse.org/request/show/1240539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=45
This commit is contained in:
2025-01-28 10:27:30 +00:00
committed by Git OBS Bridge
parent 15208cf3bf
commit 90455d099c
4 changed files with 13 additions and 5 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 27 13:37:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.5.1
* Add documentation regarding caching of exceptions.
* Officially support Python 3.13.
* Update CI environment.
-------------------------------------------------------------------
Sat Sep 28 19:57:53 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cachetools
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-cachetools
Version: 5.5.0
Version: 5.5.1
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT