update to 7.0 [release 7.0-1mamba;Thu Nov 28 2024]

This commit is contained in:
Silvan Calarco 2024-11-28 21:08:46 +01:00
parent 067c3a2530
commit 1d412b2548

View File

@ -1,5 +1,5 @@
Name: python-zope-hookable
Version: 6.0
Version: 7.0
Release: 1mamba
Summary: Efficient creation of "hookable" objects, which are callable objects that are meant to be optionally replaced
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.zope.dev/
Source: http://pypi.debian.net/zope.hookable/zope.hookable-%{version}.tar.gz
Source: http://pypi.debian.net/zope.hookable/zope_hookable-%{version}.tar.gz
License: Zope Public License
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
%endif
%prep
%setup -q -n zope.hookable-%{version}
%setup -q -n zope_hookable-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -46,6 +46,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist
%{python_sitearch}/zope.hookable-%{version}-py*.egg-info/*
%changelog
* Thu Nov 28 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 7.0-1mamba
- update to 7.0
* Thu Oct 05 2023 Automatic Build System <autodist@mambasoft.it> 6.0-1mamba
- automatic version update by autodist