14
0

7 Commits

Author SHA256 Message Date
3be29847e4 Accepting request 1266266 from devel:languages:python
Make it compatible with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.hookable?expand=0&rev=21
2025-04-10 19:59:44 +00:00
cbcc1d8b41 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=41
2025-04-01 16:10:54 +00:00
7453b6e998 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=40
2025-03-27 00:42:23 +00:00
14af74a39c Accepting request 1239359 from devel:languages:python
- Explicitly BuildRequire sphinx_rtd_theme.

OBS-URL: https://build.opensuse.org/request/show/1239359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.hookable?expand=0&rev=20
2025-01-22 15:32:02 +00:00
8e5be3cf26 - Explicitly BuildRequire sphinx_rtd_theme.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=38
2025-01-22 01:00:14 +00:00
c5d0a0065d Accepting request 1218873 from devel:languages:python
- update to 7.0:
  * C extension now enables multi-phase module initialization
    (PEP 489). For CPython >= 3.11, the hookable type is now a
    heap-allocated type.  See:
    https://docs.python.org/3.13/howto/isolating-extensions.html
  * Drop support for Python 3.7.
  * Add support for Python 3.13.
  * Build windows wheels on GHA.

OBS-URL: https://build.opensuse.org/request/show/1218873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.hookable?expand=0&rev=19
2024-10-29 13:35:23 +00:00
5f4dd72100 - update to 7.0:
* C extension now enables multi-phase module initialization
    (PEP 489). For CPython >= 3.11, the hookable type is now a
    heap-allocated type.  See:
    https://docs.python.org/3.13/howto/isolating-extensions.html
  * Drop support for Python 3.7.
  * Add support for Python 3.13.
  * Build windows wheels on GHA.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=36
2024-10-28 21:48:05 +00:00
4 changed files with 37 additions and 9 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Apr 1 16:05:37 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Thu Mar 27 00:40:10 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Wed Jan 22 00:59:15 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequire sphinx_rtd_theme.
-------------------------------------------------------------------
Mon Oct 28 21:47:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.0:
* C extension now enables multi-phase module initialization
(PEP 489). For CPython >= 3.11, the hookable type is now a
heap-allocated type. See:
https://docs.python.org/3.13/howto/isolating-extensions.html
* Drop support for Python 3.7.
* Add support for Python 3.13.
* Build windows wheels on GHA.
-------------------------------------------------------------------
Fri Dec 29 12:02:12 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-zope.hookable
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -27,12 +27,12 @@
%endif
%{?sle15_python_module_pythons}
Name: python-zope.hookable%{psuffix}
Version: 6.0
Version: 7.0
Release: 0
Summary: Zope hookable
License: ZPL-2.1
URL: https://github.com/zopefoundation/zope.hookable
Source: https://files.pythonhosted.org/packages/source/z/zope.hookable/zope.hookable-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/z/zope.hookable/zope_hookable-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -41,6 +41,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION documentation requirements
BuildRequires: python3-Sphinx
BuildRequires: python3-sphinx_rtd_theme
# /SECTION
# SECTION testing requirements
%if %{with test}
@@ -70,7 +71,7 @@ BuildArch: noarch
This package contains documentation files for %{name}.
%prep
%setup -q -n zope.hookable-%{version}
%autosetup -p1 -n zope_hookable-%{version}
rm -rf zope.hookable.egg-info
%build
@@ -99,7 +100,7 @@ pushd src
%doc CHANGES.rst COPYRIGHT.txt README.rst
%dir %{python_sitearch}/zope
%{python_sitearch}/zope/hookable
%{python_sitearch}/zope.hookable-%{version}*-info
%{python_sitearch}/zope[_.]hookable-%{version}.dist-info
%{python_sitearch}/zope.hookable-%{version}*-nspkg.pth
%endif

View File

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

BIN
zope_hookable-7.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.