14
0

10 Commits

Author SHA256 Message Date
fa352b36f5 Accepting request 1266267 from devel:languages:python
Make it compatible with new setuptools

OBS-URL: https://build.opensuse.org/request/show/1266267
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=21
2025-04-10 19:59:45 +00:00
3f8f707f74 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=42
2025-04-01 16:11:07 +00:00
e98cdd2515 - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=41
2025-03-27 00:42:51 +00:00
ec3bbe5f98 Accepting request 1239360 from devel:languages:python
- Explicitly BuildRequire sphinx_rtd_theme.

OBS-URL: https://build.opensuse.org/request/show/1239360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=20
2025-01-22 15:32:03 +00:00
f7fc928aea - Explicitly BuildRequire sphinx_rtd_theme.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=39
2025-01-22 01:00:30 +00:00
6951e2e5bf Accepting request 1218874 from devel:languages:python
- update to 7.0:
  * Drop support for Python 3.7.
  * Build Windows wheels on GHA.
  * Add support for Python 3.13.
  * Enable multi-phase module initialization (PEP 489) for all
    supported Python versions.  See this "how-to" doc for
    rationale and steps:
    https://docs.python.org/3.13/howto/isolating-extensions.html
  * Make the hookable extension type heap-allocated for Python >=
    3.9. Likewise, see the doc above for rationale and steps.
    For Python < 3.9, the hookable extension type continues to be
    allocated statically, even though the module itself is
    allocated dynamically.
- drop fix-intersphinx-mapping.patch (obsolete)

OBS-URL: https://build.opensuse.org/request/show/1218874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=19
2024-10-29 13:35:25 +00:00
60d3bd6c26 - drop fix-intersphinx-mapping.patch (obsolete)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=37
2024-10-28 21:49:49 +00:00
912fca5682 - update to 7.0:
* Drop support for Python 3.7.
  * Build Windows wheels on GHA.
  * Add support for Python 3.13.
  * Enable multi-phase module initialization (PEP 489) for all
    supported Python versions.  See this "how-to" doc for
    rationale and steps:
    https://docs.python.org/3.13/howto/isolating-extensions.html
  * Make the hookable extension type heap-allocated for Python >=
    3.9. Likewise, see the doc above for rationale and steps.
    For Python < 3.9, the hookable extension type continues to be
    allocated statically, even though the module itself is
    allocated dynamically.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=36
2024-10-28 21:49:32 +00:00
f748c2285b Accepting request 1199944 from devel:languages:python
- Add patch fix-intersphinx-mapping.patch:
  * Fix the intersphinx mapping.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/request/show/1199944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=18
2024-09-11 14:55:51 +00:00
e0975a51ab - Add patch fix-intersphinx-mapping.patch:
* Fix the intersphinx mapping.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=34
2024-09-11 05:11:35 +00:00
4 changed files with 50 additions and 9 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue Apr 1 16:05:49 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:24 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequire sphinx_rtd_theme.
-------------------------------------------------------------------
Mon Oct 28 21:49:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 7.0:
* Drop support for Python 3.7.
* Build Windows wheels on GHA.
* Add support for Python 3.13.
* Enable multi-phase module initialization (PEP 489) for all
supported Python versions. See this "how-to" doc for
rationale and steps:
https://docs.python.org/3.13/howto/isolating-extensions.html
* Make the hookable extension type heap-allocated for Python >=
3.9. Likewise, see the doc above for rationale and steps.
For Python < 3.9, the hookable extension type continues to be
allocated statically, even though the module itself is
allocated dynamically.
- drop fix-intersphinx-mapping.patch (obsolete)
-------------------------------------------------------------------
Wed Sep 11 05:10:50 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch fix-intersphinx-mapping.patch:
* Fix the intersphinx mapping.
- Switch to autosetup macro.
-------------------------------------------------------------------
Tue Jan 2 21:42:05 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file
# spec file for package python-zope.i18nmessageid
#
# 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.i18nmessageid%{psuffix}
Version: 6.1.0
Version: 7.0
Release: 0
Summary: Zope Location
License: ZPL-2.1
URL: https://github.com/zopefoundation/zope.i18nmessageid
Source: https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope.i18nmessageid-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/z/zope.i18nmessageid/zope_i18nmessageid-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
@@ -42,6 +42,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}
@@ -61,7 +62,7 @@ BuildArch: noarch
This package contains documentation files for %{name}.
%prep
%setup -q -n zope.i18nmessageid-%{version}
%autosetup -p1 -n zope_i18nmessageid-%{version}
rm -rf zope.i18nmessageid.egg-info
%build
@@ -90,7 +91,7 @@ sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildin
%doc CHANGES.rst COPYRIGHT.txt README.rst
%dir %{python_sitearch}/zope
%{python_sitearch}/zope/i18nmessageid
%{python_sitearch}/zope.i18nmessageid-%{version}.dist-info
%{python_sitearch}/zope[_.]i18nmessageid-%{version}.dist-info
%{python_sitearch}/zope.i18nmessageid-%{version}*-nspkg.pth
%endif

View File

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

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

Binary file not shown.