14
0

- update to 5.0:

* Drop support for Python 2.7, 3.5, 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.event?expand=0&rev=35
This commit is contained in:
2023-09-07 11:11:54 +00:00
committed by Git OBS Bridge
parent 829c63e6f7
commit 5527f4da07
4 changed files with 10 additions and 10 deletions

View File

@@ -16,12 +16,10 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global modname zope.event
%define oldpython python
%{?sle15_python_module_pythons}
Name: python-zope.event
Version: 4.6
Version: 5.0
Release: 0
Summary: Very basic event publishing system
License: ZPL-2.1
@@ -33,10 +31,6 @@ BuildRequires: python-rpm-macros
# Documentation requirements:
BuildRequires: python3-Sphinx
BuildArch: noarch
%ifpython2
Provides: %{oldpython}-zope-event = %{version}
Obsoletes: %{oldpython}-zope-event < %{version}
%endif
%python_subpackages
%description