Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python314-zope.interface-8.3-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: python314-zope.interface Distribution: openSUSE Tumbleweed
Version: 8.3 Vendor: openSUSE
Release: 1.1 Build date: Sun Apr 12 22:09:38 2026
Group: Unspecified Build host: reproducible
Size: 2734320 Source RPM: python-zope.interface-8.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pypi.python.org/pypi/zope.interface
Summary: Interfaces for Python
This package is intended to be independently reusable in any Python
project. It is maintained by the Zope Toolkit project.

This package provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given
API or contract. So, this package can be considered as implementation of
the Design By Contract methodology support in Python.

Provides

Requires

License

ZPL-2.1

Changelog

* Sun Apr 12 2026 Dirk Müller <dmueller@suse.com>
  - update to 8.3:
    * Add support for free-threaded Python 3.14t
    * Guard 4 unprotected ``PyErr_Clear()`` calls in the C extension
      with ``PyErr_ExceptionMatches`` checks, matching the pattern
      already used at 7 other sites in the same file. Without the
      guard
    * Move all supported package metadata into ``pyproject.toml``.
    * Ignore ``__annotate_func__`` added in Python 3.14b1.
* Wed Dec 10 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 8.1.1:
    * Drop support for Python 3.9.
    * Add support for Python 3.14.
    * Make tests resilient against different ways of calling them.
    * Remove run-time dependency on setuptools.
    * Replace pkg_resources namespace with PEP 420 native namespace.
    * Drop support for Python 3.8.
    * Allow using newer setuptools version.
  - Run the testsuite as upstream does.
* Tue Apr 01 2025 Markéta Machová <mmachova@suse.com>
  - Make it compatible with older setuptools
* Mon Mar 24 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Correct dist-info directory due to new setuptools.
* Mon Jan 20 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 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 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 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 08 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 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.4.post2:
    * Publish missing Windows wheels, second attempt.
    * Publish missing Windows wheels.
    * The sdist of version 6.4 was uploaded to PyPI as
      zope_interface-6.4.tar.gz instead of
      zope.interface-6.4-py2.tar.gz which cannot be installed by
      zc.buildout.  This release is a re-release of version 6.4
      with the correct sdist name.
    * Adjust for incompatible changes in Python 3.13b1.
    * Build windows wheels on GHA.
* Wed May 08 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.3:
    * Add preliminary support for Python 3.13 as of 3.13a6.
* Wed Mar 13 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.2:
    * Add preliminary support for Python 3.13 as of 3.13a3.
    * Add support to use the pipe (|) syntax for typing.Union.
* Tue Jan 02 2024 Dirk Müller <dmueller@suse.com>
  - remove python2 specific codepaths
* Sat Dec 16 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 05 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 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.

Files

/usr/lib64/python3.14/site-packages/zope
/usr/lib64/python3.14/site-packages/zope/interface
/usr/lib64/python3.14/site-packages/zope/interface/__init__.py
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/__init__.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/_compat.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/_compat.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/_flatten.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/_flatten.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/adapter.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/adapter.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/advice.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/advice.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/declarations.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/declarations.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/document.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/document.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/exceptions.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/exceptions.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/interface.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/interface.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/interfaces.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/interfaces.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/registry.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/registry.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/ro.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/ro.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/verify.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/__pycache__/verify.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/_compat.py
/usr/lib64/python3.14/site-packages/zope/interface/_flatten.py
/usr/lib64/python3.14/site-packages/zope/interface/_zope_interface_coptimizations.cpython-314-x86_64-linux-gnu.so
/usr/lib64/python3.14/site-packages/zope/interface/adapter.py
/usr/lib64/python3.14/site-packages/zope/interface/advice.py
/usr/lib64/python3.14/site-packages/zope/interface/common
/usr/lib64/python3.14/site-packages/zope/interface/common/__init__.py
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/__init__.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/builtins.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/builtins.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/collections.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/collections.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/idatetime.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/idatetime.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/interfaces.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/interfaces.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/io.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/io.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/mapping.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/mapping.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/numbers.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/numbers.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/sequence.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/__pycache__/sequence.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/builtins.py
/usr/lib64/python3.14/site-packages/zope/interface/common/collections.py
/usr/lib64/python3.14/site-packages/zope/interface/common/idatetime.py
/usr/lib64/python3.14/site-packages/zope/interface/common/interfaces.py
/usr/lib64/python3.14/site-packages/zope/interface/common/io.py
/usr/lib64/python3.14/site-packages/zope/interface/common/mapping.py
/usr/lib64/python3.14/site-packages/zope/interface/common/numbers.py
/usr/lib64/python3.14/site-packages/zope/interface/common/sequence.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__init__.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_builtins.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_builtins.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_idatetime.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_idatetime.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/basemapping.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/test_builtins.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/test_collections.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/test_idatetime.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/test_import_interfaces.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/test_io.py
/usr/lib64/python3.14/site-packages/zope/interface/common/tests/test_numbers.py
/usr/lib64/python3.14/site-packages/zope/interface/declarations.py
/usr/lib64/python3.14/site-packages/zope/interface/document.py
/usr/lib64/python3.14/site-packages/zope/interface/exceptions.py
/usr/lib64/python3.14/site-packages/zope/interface/interface.py
/usr/lib64/python3.14/site-packages/zope/interface/interfaces.py
/usr/lib64/python3.14/site-packages/zope/interface/registry.py
/usr/lib64/python3.14/site-packages/zope/interface/ro.py
/usr/lib64/python3.14/site-packages/zope/interface/tests
/usr/lib64/python3.14/site-packages/zope/interface/tests/__init__.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/__init__.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/advisory_testing.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/advisory_testing.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/dummy.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/dummy.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/idummy.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/idummy.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/m1.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/m1.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/odd.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/odd.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_compile_flags.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_compile_flags.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_document.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_document.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_element.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_element.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_exceptions.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_exceptions.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_odd_declarations.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_odd_declarations.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-314.opt-1.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-314.pyc
/usr/lib64/python3.14/site-packages/zope/interface/tests/advisory_testing.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/dummy.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/idummy.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/m1.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/odd.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_adapter.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_advice.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_compile_flags.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_declarations.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_document.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_element.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_exceptions.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_interface.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_interfaces.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_odd_declarations.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_registry.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_ro.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_sorting.py
/usr/lib64/python3.14/site-packages/zope/interface/tests/test_verify.py
/usr/lib64/python3.14/site-packages/zope/interface/verify.py
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/INSTALLER
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/METADATA
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/RECORD
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/REQUESTED
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/WHEEL
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/licenses
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/licenses/LICENSE.txt
/usr/lib64/python3.14/site-packages/zope_interface-8.3.dist-info/top_level.txt
/usr/share/doc/packages/python314-zope.interface
/usr/share/doc/packages/python314-zope.interface/CHANGES.rst
/usr/share/doc/packages/python314-zope.interface/README.rst
/usr/share/licenses/python314-zope.interface
/usr/share/licenses/python314-zope.interface/COPYRIGHT.txt
/usr/share/licenses/python314-zope.interface/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 15 22:28:03 2026