Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 374f92f7ea | |||
| bcc7377377 | |||
| 6b1809e2d1 | |||
| 5c6cc1c715 | |||
| 338573f2c4 | |||
| 2935a9bbb0 | |||
| 0ce4c50e13 | |||
| 90455d099c | |||
| 327b7c656f | |||
| 15208cf3bf |
3
cachetools-6.1.0.tar.gz
Normal file
3
cachetools-6.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587
|
||||
size 30714
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607
|
||||
size 31731
|
||||
@@ -1,37 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 6.2.2
|
||||
* Minor improvements from GitHub Copilot code review.
|
||||
* Improve documentation.
|
||||
- from version 6.2.1
|
||||
* Add support for Python 3.14.
|
||||
* Improve documentation.
|
||||
* Update CI environment.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 08:24:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 6.2.0
|
||||
* Improve general ``RRCache`` performance by storing cache keys in an
|
||||
additional sequence container. Note that this will increase memory
|
||||
consumption.
|
||||
* Add more unit tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 12 11:43:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-cachetools
|
||||
Version: 6.2.4
|
||||
Version: 6.1.0
|
||||
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 >= 61.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
Reference in New Issue
Block a user