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

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri May 5 08:44:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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`
-------------------------------------------------------------------
Fri Apr 21 12:39:18 UTC 2023 - Dirk Müller <dmueller@suse.com>

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}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfee1f3ff62143819499e348f5b8a7f3aa0259f9aca5e0ddae7391d059dce671
size 300533

BIN
zope.interface-6.0.tar.gz LFS Normal file

Binary file not shown.