update to 2.0.1 [release 2.0.1-1mamba;Wed Dec 04 2024]
This commit is contained in:
parent
5ebb27e137
commit
282e6165b1
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 2.0.1-1mamba
|
||||
- update to 2.0.1
|
||||
|
||||
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.5.2-2mamba
|
||||
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user