rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba [release 6.2-3mamba;Tue Jul 07 2026]
This commit is contained in:
+10
-10
@@ -1,6 +1,6 @@
|
||||
Name: python-zope-event
|
||||
Version: 6.2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Very basic event publishing system
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@@ -11,9 +11,13 @@ Source: https://pypi.debian.net/zope.event/zope_event-%{version}.tar.gz
|
||||
License: Zope Public License
|
||||
BuildArch: noarch
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libpython314-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: python3 >= 0:3.14.6-2mamba
|
||||
BuildRequires: python3-devel >= 3.11.5-3mamba
|
||||
Provides: python%{python3_version}dist(zope.event)
|
||||
Obsoletes: python-zope-event-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: python-zope-event-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
The zope.event package provides a simple event system.
|
||||
@@ -23,13 +27,6 @@ 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}"
|
||||
%define py_requires_append \
|
||||
Provides: python%{python3_version}dist(zope.event)
|
||||
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n zope_event-%{version}
|
||||
|
||||
@@ -54,7 +51,7 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%files -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/zope.event-%{version}-py*.egg-info
|
||||
%{python_sitearch}/zope.event-%{version}-py*.egg-info/*
|
||||
@@ -62,6 +59,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist
|
||||
#%doc src/zope/event/*.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jul 07 2026 Automatic Build System <autodist@openmamba.org> 6.2-3mamba
|
||||
- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
|
||||
|
||||
* Mon May 04 2026 Silvan Calarco <silvan@openmamba.org> 6.2-2mamba
|
||||
- added legacy provide for zope.event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user