diff --git a/cachetools-6.2.2.tar.gz b/cachetools-6.2.2.tar.gz deleted file mode 100644 index d87e07f..0000000 --- a/cachetools-6.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e6d266b25e539df852251cfd6f990b4bc3a141db73b939058d809ebd2590fc6 -size 31571 diff --git a/cachetools-6.2.4.tar.gz b/cachetools-6.2.4.tar.gz new file mode 100644 index 0000000..364622c --- /dev/null +++ b/cachetools-6.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607 +size 31731 diff --git a/python-cachetools.changes b/python-cachetools.changes index 16abf18..438a87d 100644 --- a/python-cachetools.changes +++ b/python-cachetools.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 8 13:09:06 UTC 2026 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-cachetools.spec b/python-cachetools.spec index d84581c..2cc23c4 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -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