diff --git a/python-zope.interface.changes b/python-zope.interface.changes index c569eb1..7892289 100644 --- a/python-zope.interface.changes +++ b/python-zope.interface.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 16 08:59:52 UTC 2023 - Dirk Müller + +- update to 6.1: + * Add support for Python 3.12. + * Fix building of the docs for non-final versions. + ------------------------------------------------------------------- Fri May 5 08:44:59 UTC 2023 - Dirk Müller @@ -24,19 +31,19 @@ Thu Apr 13 22:46:07 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Mon Dec 5 13:50:37 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 5.5.2 +- Update to version 5.5.2 * Add support for building arm64 wheels on macOS. ------------------------------------------------------------------- Wed Nov 9 19:57:13 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 5.5.1 +- Update to version 5.5.1 * Add support for final Python 3.11 release. ------------------------------------------------------------------- Sat Oct 29 18:04:04 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 5.5.0 +- Update to version 5.5.0 * Add support for Python 3.10 and 3.11 (as of 3.11.0rc2). * Add missing Trove classifier showing support for Python 3.9. * Add some more entries to zope.interface.interfaces.__all__. diff --git a/python-zope.interface.spec b/python-zope.interface.spec index 8b4a92a..5998698 100644 --- a/python-zope.interface.spec +++ b/python-zope.interface.spec @@ -28,7 +28,7 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-zope.interface%{psuffix} -Version: 6.0 +Version: 6.1 Release: 0 Summary: Interfaces for Python License: ZPL-2.1 @@ -36,7 +36,8 @@ 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 >= 3.7} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} # SECTION test requirements %if %{with test} BuildRequires: %{python_module zope.event} @@ -69,12 +70,12 @@ the Design By Contract methodology support in Python. %build %if !%{with test} -%python_build +%pyproject_wheel %endif %install %if !%{with test} -%python_install +%pyproject_install %python_expand rm %{buildroot}%{$python_sitearch}/zope/interface/_zope_interface_coptimizations.c %python_expand %fdupes %{buildroot}%{$python_sitearch} %endif diff --git a/zope.interface-6.0.tar.gz b/zope.interface-6.0.tar.gz deleted file mode 100644 index 170c567..0000000 --- a/zope.interface-6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aab584725afd10c710b8f1e6e208dbee2d0ad009f57d674cb9d1b3964037275d -size 246297 diff --git a/zope.interface-6.1.tar.gz b/zope.interface-6.1.tar.gz new file mode 100644 index 0000000..18cc1e9 --- /dev/null +++ b/zope.interface-6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdc7ccbd6eb6b7df5353012fbed6c3c5d04ceaca0038f75e601060e95345309 +size 293914