17
0

10 Commits

Author SHA256 Message Date
bad2d6059b 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
2026-01-09 16:02:54 +00:00
c35416a909 - 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/package/show/devel:languages:python/python-cachetools?expand=0&rev=57
2026-01-08 14:01:42 +00:00
f460f3c12c Accepting request 1318836 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1318836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=28
2025-11-21 15:53:33 +00:00
37ea1654ee - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=55
2025-11-20 10:55:13 +00:00
4ab6cd6c8a Accepting request 1303563 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1303563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=27
2025-09-11 12:38:08 +00:00
cbd80eeec9 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=53
2025-09-10 09:09:59 +00:00
e597e25c7e Accepting request 1292330 from devel:languages:python
- update to 6.1.0:
  * Improve LFUCache insertion performance by switching to an
    implementation based on the cacheing library.
  * Update CI environment.
  * Require Python 3.9 or later (breaking change).

OBS-URL: https://build.opensuse.org/request/show/1292330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=26
2025-07-15 14:42:56 +00:00
16db8a039d - update to 6.1.0:
* Improve LFUCache insertion performance by switching to an
    implementation based on the cacheing library.
  * Update CI environment.
  * Require Python 3.9 or later (breaking change).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=51
2025-07-12 11:43:50 +00:00
5bb9d91a43 Accepting request 1285948 from devel:languages:python
- Switch to pyroject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1285948
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cachetools?expand=0&rev=25
2025-06-17 16:20:17 +00:00
8dc9ec2f8b - Switch to pyroject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=49
2025-06-16 06:18:29 +00:00
4 changed files with 60 additions and 8 deletions

Binary file not shown.

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,52 @@
-------------------------------------------------------------------
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>
- update to 6.1.0:
* Improve LFUCache insertion performance by switching to an
implementation based on the cacheing library.
* Update CI environment.
* Require Python 3.9 or later (breaking change).
-------------------------------------------------------------------
Mon Jun 16 06:12:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Mon Feb 24 08:18:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,14 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-cachetools
Version: 5.5.2
Version: 6.2.4
Release: 0
Summary: Extensible memoizing collections and decorators
License: MIT
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 setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 61.0.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -40,10 +42,10 @@ function decorator.
%setup -q -n cachetools-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -52,6 +54,7 @@ function decorator.
%files %{python_files}
%license LICENSE
%doc CHANGELOG.rst README.rst
%{python_sitelib}/*
%{python_sitelib}/cachetools
%{python_sitelib}/cachetools-%{version}.dist-info
%changelog