14
0

Accepting request 1134716 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1134716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=34
This commit is contained in:
2023-12-25 18:04:34 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Dec 16 08:59:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com> Fri May 5 08:44:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -24,19 +31,19 @@ Thu Apr 13 22:46:07 UTC 2023 - Matej Cepl <mcepl@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 5 13:50:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Mon Dec 5 13:50:37 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.5.2 - Update to version 5.5.2
* Add support for building arm64 wheels on macOS. * Add support for building arm64 wheels on macOS.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 9 19:57:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Wed Nov 9 19:57:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 5.5.1 - Update to version 5.5.1
* Add support for final Python 3.11 release. * Add support for final Python 3.11 release.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 29 18:04:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Sat Oct 29 18:04:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 support for Python 3.10 and 3.11 (as of 3.11.0rc2).
* Add missing Trove classifier showing support for Python 3.9. * Add missing Trove classifier showing support for Python 3.9.
* Add some more entries to zope.interface.interfaces.__all__. * Add some more entries to zope.interface.interfaces.__all__.

View File

@@ -28,7 +28,7 @@
%define oldpython python %define oldpython python
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-zope.interface%{psuffix} Name: python-zope.interface%{psuffix}
Version: 6.0 Version: 6.1
Release: 0 Release: 0
Summary: Interfaces for Python Summary: Interfaces for Python
License: ZPL-2.1 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 Source: https://files.pythonhosted.org/packages/source/z/zope.interface/%{modname}-%{version}.tar.gz
# needed for tests that try to compile things # needed for tests that try to compile things
BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
# SECTION test requirements # SECTION test requirements
%if %{with test} %if %{with test}
BuildRequires: %{python_module zope.event} BuildRequires: %{python_module zope.event}
@@ -69,12 +70,12 @@ the Design By Contract methodology support in Python.
%build %build
%if !%{with test} %if !%{with test}
%python_build %pyproject_wheel
%endif %endif
%install %install
%if !%{with test} %if !%{with test}
%python_install %pyproject_install
%python_expand rm %{buildroot}%{$python_sitearch}/zope/interface/_zope_interface_coptimizations.c %python_expand rm %{buildroot}%{$python_sitearch}/zope/interface/_zope_interface_coptimizations.c
%python_expand %fdupes %{buildroot}%{$python_sitearch} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%endif %endif

Binary file not shown.

View File

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