diff --git a/python-zope-hookable.spec b/python-zope-hookable.spec index 1a0290e..f683308 100644 --- a/python-zope-hookable.spec +++ b/python-zope-hookable.spec @@ -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 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 7.0-1mamba +- update to 7.0 + * Thu Oct 05 2023 Automatic Build System 6.0-1mamba - automatic version update by autodist