17
0

12 Commits

Author SHA256 Message Date
cb4b9524ee Accepting request 1266249 from devel:languages:python
- Make it compatible with older setuptools

- Correct dist-info directory due to new setuptools.

OBS-URL: https://build.opensuse.org/request/show/1266249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=43
2025-04-11 14:45:18 +00:00
951df6be67 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=80
2025-04-01 15:53:45 +00:00
edebaab960 - Correct dist-info directory due to new setuptools.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=79
2025-03-24 07:13:18 +00:00
a176d6283e Accepting request 1238985 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=42
2025-01-21 20:09:44 +00:00
f64b7f991d Accepting request 1238979 from home:glaubitz:branches:devel:languages:python
- Update to 7.2
  * Add preliminary support for Python 3.14a2, this means that
    ``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are
    no longer available from this Python version onwards as Python 3.14 dropped
    ``collections.abc.ByteString``.

OBS-URL: https://build.opensuse.org/request/show/1238979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=77
2025-01-20 10:47:30 +00:00
227cc02217 Accepting request 1219613 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1219613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=41
2024-11-01 20:00:39 +00:00
774742cfaf Accepting request 1219575 from home:glaubitz:branches:devel:languages:python
- Update to 7.1.1
  * Fix segmentation faults in `weakrefobject.c`
    on Python 3.12 and 3.13. (#323)
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1219575
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=75
2024-10-30 16:02:56 +00:00
68ff87cedf Accepting request 1207763 from devel:languages:python
- Update to 7.1.0:
  * Declare support for Python 3.13.
  * Fix segmentation faults on Python 3.13. (#323)
- Drop patch fix-testsuite-segfault.patch, included upstream.
- Switch to autosetup macros.

- Cherry-pick upstream patch to fix testsuite segfault with Python 3.13
  * fix-testsuite-segfault.patch

OBS-URL: https://build.opensuse.org/request/show/1207763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=40
2024-10-14 11:06:27 +00:00
048c7ac55a - Update to 7.1.0:
* Declare support for Python 3.13.
  * Fix segmentation faults on Python 3.13. (#323)
- Drop patch fix-testsuite-segfault.patch, included upstream.
- Switch to autosetup macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=73
2024-10-14 03:38:40 +00:00
3c51ad07f1 Accepting request 1203592 from home:glaubitz:branches:devel:languages:python
- Cherry-pick upstream patch to fix testsuite segfault with Python 3.13
  * fix-testsuite-segfault.patch

OBS-URL: https://build.opensuse.org/request/show/1203592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=72
2024-09-26 18:20:07 +00:00
811080b686 Accepting request 1199456 from devel:languages:python
- update to 7.0.3:
  * Fix Assertion 'memb->type == T_PYSSIZET' failed. for Python <
    3.12.
  * Fix reference-counting bug in C module initialization (broken
    in 7.0).
  * Fix subclassability of ObjectSpecificationDescriptor (broken
    in 7.0).
  * Enable heap-based types (PEP 384) for Python >= 3.11.
  * Adopt multi-phase module initialization (PEP 489).
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/request/show/1199456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=39
2024-09-09 12:43:24 +00:00
9d4622abff - update to 7.0.3:
* Fix Assertion 'memb->type == T_PYSSIZET' failed. for Python <
    3.12.
  * Fix reference-counting bug in C module initialization (broken
    in 7.0).
  * Fix subclassability of ObjectSpecificationDescriptor (broken
    in 7.0).
  * Enable heap-based types (PEP 384) for Python >= 3.11.
  * Adopt multi-phase module initialization (PEP 489).
  * Drop support for Python 3.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.interface?expand=0&rev=70
2024-09-08 13:12:08 +00:00
4 changed files with 66 additions and 10 deletions

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Tue Apr 1 15:53:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Mon Mar 24 07:13:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Correct dist-info directory due to new setuptools.
-------------------------------------------------------------------
Mon Jan 20 10:32:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.2
* Add preliminary support for Python 3.14a2, this means that
``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are
no longer available from this Python version onwards as Python 3.14 dropped
``collections.abc.ByteString``.
-------------------------------------------------------------------
Wed Oct 30 13:49:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 7.1.1
* Fix segmentation faults in `weakrefobject.c`
on Python 3.12 and 3.13. (#323)
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Mon Oct 14 03:37:17 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 7.1.0:
* Declare support for Python 3.13.
* Fix segmentation faults on Python 3.13. (#323)
- Drop patch fix-testsuite-segfault.patch, included upstream.
- Switch to autosetup macros.
-------------------------------------------------------------------
Wed Sep 25 13:39:50 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Cherry-pick upstream patch to fix testsuite segfault with Python 3.13
* fix-testsuite-segfault.patch
-------------------------------------------------------------------
Sun Sep 8 13:11:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.0.3:
* Fix Assertion 'memb->type == T_PYSSIZET' failed. for Python <
3.12.
* Fix reference-counting bug in C module initialization (broken
in 7.0).
* Fix subclassability of ObjectSpecificationDescriptor (broken
in 7.0).
* Enable heap-based types (PEP 384) for Python >= 3.11.
* Adopt multi-phase module initialization (PEP 489).
* Drop support for Python 3.7.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 10 08:29:04 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Jun 10 08:29:04 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-zope.interface # spec file for package python-zope.interface
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -27,21 +27,21 @@
%global modname zope.interface %global modname zope.interface
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-zope.interface%{psuffix} Name: python-zope.interface%{psuffix}
Version: 6.4.post2 Version: 7.2
Release: 0 Release: 0
Summary: Interfaces for Python Summary: Interfaces for Python
License: ZPL-2.1 License: ZPL-2.1
URL: https://pypi.python.org/pypi/zope.interface 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/%{modname}/%{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.8}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} 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}
BuildRequires: %{python_module zope.interface} BuildRequires: %{python_module zope.interface = %{version}}
BuildRequires: %{python_module zope.testing} BuildRequires: %{python_module zope.testing}
%endif %endif
# /SECTION # /SECTION
@@ -60,7 +60,7 @@ API or contract. So, this package can be considered as implementation of
the Design By Contract methodology support in Python. the Design By Contract methodology support in Python.
%prep %prep
%setup -q -n %{modname}-%{version} %autosetup -p1 -n %{modname}-%{version}
%build %build
%if !%{with test} %if !%{with test}
@@ -84,7 +84,7 @@ cd src
%files %{python_files} %files %{python_files}
%license LICENSE.txt COPYRIGHT.txt %license LICENSE.txt COPYRIGHT.txt
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst
%{python_sitearch}/zope.interface-%{version}*-info %{python_sitearch}/zope[_.]interface-%{version}.dist-info
%{python_sitearch}/zope.interface-%{version}*-nspkg.pth %{python_sitearch}/zope.interface-%{version}*-nspkg.pth
%dir %{python_sitearch}/zope %dir %{python_sitearch}/zope
%{python_sitearch}/zope/interface %{python_sitearch}/zope/interface

View File

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

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

Binary file not shown.