update to 7.0 [release 7.0-1mamba;Thu Nov 28 2024]
This commit is contained in:
parent
067c3a2530
commit
1d412b2548
@ -1,5 +1,5 @@
|
|||||||
Name: python-zope-hookable
|
Name: python-zope-hookable
|
||||||
Version: 6.0
|
Version: 7.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Efficient creation of "hookable" objects, which are callable objects that are meant to be optionally replaced
|
Summary: Efficient creation of "hookable" objects, which are callable objects that are meant to be optionally replaced
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.zope.dev/
|
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
|
License: Zope Public License
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -24,7 +24,7 @@ BuildRequires: python3-devel >= 3.11.5-3mamba
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope.hookable-%{version}
|
%setup -q -n zope_hookable-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python} setup.py 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/*
|
%{python_sitearch}/zope.hookable-%{version}-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 05 2023 Automatic Build System <autodist@mambasoft.it> 6.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user