14
0

- update to 6.0:

* Build Linux binary wheels for Python 3.11.
  * Drop support for Python 2.7, 3.5, 3.6.
  * Fix test deprecation warning on Python 3.11.
  * Add preliminary support for Python 3.12 as of 3.12a5.
  * Drop:
  * + `zope.interface.implements`
  * + `zope.interface.implementsOnly`
  * + `zope.interface.classProvides`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=58
This commit is contained in:
2023-05-05 08:46:01 +00:00
committed by Git OBS Bridge
parent 43555e0b8c
commit ca41fed7b8
4 changed files with 18 additions and 5 deletions

View File

@@ -28,14 +28,14 @@
%define oldpython python
%{?sle15_python_module_pythons}
Name: python-zope.interface%{psuffix}
Version: 5.5.2
Version: 6.0
Release: 0
Summary: Interfaces for Python
License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.interface
Source: https://files.pythonhosted.org/packages/source/z/zope.interface/%{modname}-%{version}.tar.gz
# needed for tests that try to compile things
BuildRequires: %{python_module devel}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module setuptools}
# SECTION test requirements
%if %{with test}