From 282e6165b11d750d36d22fffeda1e0422b213cac Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 4 Dec 2024 20:57:24 +0100 Subject: [PATCH] update to 2.0.1 [release 2.0.1-1mamba;Wed Dec 04 2024] --- python-cached-property.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-cached-property.spec b/python-cached-property.spec index 4928470..f2de417 100644 --- a/python-cached-property.spec +++ b/python-cached-property.spec @@ -1,14 +1,14 @@ %define pkgname %(echo %name | cut -d- -f2-) Name: python-cached-property -Version: 1.5.2 -Release: 2mamba +Version: 2.0.1 +Release: 1mamba Summary: A decorator for caching properties in classes Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/pydanny/cached-property -Source: https://pypi.debian.net/cached-property/cached-property-%{version}.tar.gz +Source: https://pypi.debian.net/cached-property/cached_property-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel @@ -23,7 +23,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba %endif %prep -%setup -q -n cached-property-%{version} +%setup -q -n cached_property-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -46,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Wed Dec 04 2024 Silvan Calarco 2.0.1-1mamba +- update to 2.0.1 + * Tue Sep 26 2023 Automatic Build System 1.5.2-2mamba - rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba