Compare commits

...

6 Commits

View File

@ -1,19 +1,19 @@
Name: python-zope-event
Version: 4.3.0
Release: 1mamba
Version: 5.0
Release: 2mamba
Summary: Very basic event publishing system
Group: System/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://pypi.python.org/pypi/zope.event
Source: http://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
URL: https://pypi.org/project/zope.event/
Source: https://pypi.debian.net/zope.event/zope.event-%{version}.tar.gz
License: Zope Public License
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(setuptools)
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: python3-devel >= 3.11.5-3mamba
BuildArch: noarch
%description
@ -24,6 +24,10 @@ It provides:
* 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.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n zope.event-%{version}
@ -43,17 +47,37 @@ It provides:
# remove documentation from wrong path
#rm -f %{buildroot}%{python_sitearch}/zope/event/*.txt
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/zope.event-%{version}-py*.egg-info
%{python_sitearch}/zope.event-%{version}-py*.egg-info/*
%doc COPYRIGHT.txt LICENSE.txt
#%doc src/zope/event/*.txt
%changelog
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 5.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Sat Jun 24 2023 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
- automatic version update by autodist
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
- automatic version update by autodist
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.0-2mamba
- rebuilt with distdeps
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
- automatic version update by autodist
* 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
- automatic version update by autodist