17
0

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

- 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

OBS-URL: https://build.opensuse.org/request/show/1325960
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=57
This commit is contained in:
2026-01-08 14:01:42 +00:00
committed by Git OBS Bridge
parent 9a54f0ce62
commit bc979275d7
4 changed files with 19 additions and 5 deletions

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>