15
0

Accepting request 1325975 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1325975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=29
This commit is contained in:
2026-01-09 16:02:54 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 8 13:09:06 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 6.2.4
* Fix license information displayed on PyPI be using an updated
version of ``twine`` for uploading.
- from version 6.2.3
* Improve documentation regarding ``@cachedmethod`` with ``condition``
parameter.
* Minor style and readability improvements.
* Modernize build environment.
* Update CI environment.
- Update BuildRequires from pyproject.toml
-------------------------------------------------------------------
Thu Nov 20 08:21:17 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-cachetools
Version: 6.2.2
Version: 6.2.4
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT
@@ -26,7 +26,7 @@ Group: Development/Languages/Python
URL: https://github.com/tkem/cachetools
Source: https://files.pythonhosted.org/packages/source/c/cachetools/cachetools-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools >= 61.0.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros