python-cachetools 5.2.1-1 (aarch64;znver1;x86_64) 2023-17145
9999
| Status | published | ||||||
| Submitter | mandian [@T] tutanota.com | ||||||
| Platform | rolling | ||||||
| Repository | main | ||||||
| URL | https://abf.openmandriva.org/build_lists/286381 | ||||||
| Packages |
|
||||||
| Build Date | 2023-01-14 18:39:40 +0000 UTC | ||||||
| Last Updated | 2023-01-18 04:11:37.474384436 +0000 UTC |
$ git diff --patch-with-stat --summary 389686524a10fb944323e883f98c2feeb47f8bad..c10f429e1a2b4a30199cd5442dcee6b5e7d504bf
.abf.yml | 2 +-
python-cachetools.spec | 33 +++++++++++++++++----------------
2 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 134f398..44272a2 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- cachetools-5.0.0.tar.gz: 99b162cce5b02505fc4072114170e981713f0434
+ cachetools-5.2.1.tar.gz: e770b241bcfaca6dfa2915844336f590cb716e03
diff --git a/python-cachetools.spec b/python-cachetools.spec
index 8083f9c..cae6727 100644
--- a/python-cachetools.spec
+++ b/python-cachetools.spec
@@ -1,27 +1,34 @@
-%define pypi_name cachetools
-
+Summary: Extensible memoizing collections and decorators
Name: python-cachetools
-Version: 5.0.0
-Release: 2
+Version: 5.2.1
+Release: 1
Group: Development/Python
-Summary: Extensible memoizing collections and decorators
-
License: MIT
URL: https://github.com/tkem/cachetools
-Source0: https://files.pythonhosted.org/packages/ad/81/539036a8716b4e0a96f77540194bb1e863a24b8e9bc9ddd74e30f1653df5/cachetools-5.0.0.tar.gz
-BuildArch: noarch
+Source0: https://pypi.io/packages/source/c/cachetools/cachetools-%{version}.tar.gz
BuildRequires: pkgconfig(python)
+BuildRequires: python3dist(pip)
BuildRequires: python3dist(setuptools)
-%{?python_provide:%python_provide python3-%{pypi_name}}
+BuildRequires: python3dist(wheel)
+
+BuildArch: noarch
%description
This module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library `@lru_cache`_
function decorator.
+%files
+%doc README.rst
+%license LICENSE
+%{py_puresitedir}/cachetools
+%{py_puresitedir}/cachetools-*.*-info
+
+#--------------------------------------------------------------------
+
%prep
-%setup -q -n %{pypi_name}-%{version}
+%autosetup -n cachetools-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
@@ -34,9 +41,3 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
%install
%py_install
-%files
-%doc README.rst
-%license LICENSE
-%{python_sitelib}/%{pypi_name}
-%{python_sitelib}/%{pypi_name}-%{version}-py%{pyver}.egg-info
-
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1065d 04hrs |
| benbullard79 [@T] cox.net | No Comment. | 1065d 04hrs |