update to 4.4 [release 4.4-1mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 16:57:08 +01:00
parent 7b73fd3021
commit 9b5c3a933b

View File

@ -1,5 +1,5 @@
Name: python-zope-event Name: python-zope-event
Version: 4.3.0 Version: 4.4
Release: 1mamba Release: 1mamba
Summary: Very basic event publishing system Summary: Very basic event publishing system
Group: System/Libraries/Python Group: System/Libraries/Python
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://pypi.python.org/pypi/zope.event URL: http://pypi.python.org/pypi/zope.event
Source: http://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz Source: https://pypi.debian.net/zope.event/zope.event-%{version}.tar.gz
License: Zope Public License License: Zope Public License
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython-devel
@ -24,6 +24,10 @@ It provides:
* A very simple event-dispatching system on which more sophisticated event dispatching systems can be built. * A very simple event-dispatching system on which more sophisticated event dispatching systems can be built.
For example, a type-based event dispatching system that builds on zope.event can be found in zope.component. For example, a type-based event dispatching system that builds on zope.event can be found in zope.component.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n zope.event-%{version} %setup -q -n zope.event-%{version}
@ -48,12 +52,15 @@ It provides:
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYRIGHT.txt LICENSE.txt %doc COPYRIGHT.txt LICENSE.txt
#%doc src/zope/event/*.txt #%doc src/zope/event/*.txt
%changelog %changelog
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4-1mamba
- update to 4.4
* Tue Apr 17 2018 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba * Tue Apr 17 2018 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
- automatic version update by autodist - automatic version update by autodist