forked from pool/python-cachetools
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a065778c4f | |||
| 78911a9f04 | |||
| d2fdce29ac | |||
| d49b98cc48 | |||
| ccaa0beddb | |||
| 8b44b3aa2f |
BIN
cachetools-5.5.2.tar.gz
LFS
Normal file
BIN
cachetools-5.5.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587
|
|
||||||
size 30714
|
|
||||||
@@ -1,18 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Mon Feb 24 08:18:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,16 +18,14 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cachetools
|
Name: python-cachetools
|
||||||
Version: 6.1.0
|
Version: 5.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensible memoizing collections and decorators
|
Summary: Extensible memoizing collections and decorators
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/tkem/cachetools
|
URL: https://github.com/tkem/cachetools
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/cachetools/cachetools-%{version}.tar.gz
|
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}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -42,10 +40,10 @@ function decorator.
|
|||||||
%setup -q -n cachetools-%{version}
|
%setup -q -n cachetools-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -54,7 +52,6 @@ function decorator.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
%{python_sitelib}/cachetools
|
%{python_sitelib}/*
|
||||||
%{python_sitelib}/cachetools-%{version}.dist-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user