diff --git a/fix-intersphinx-mapping.patch b/fix-intersphinx-mapping.patch deleted file mode 100644 index 1234338..0000000 --- a/fix-intersphinx-mapping.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 59ef476780398c83eaa4516d2fd3aaaecfb0f9a1 Mon Sep 17 00:00:00 2001 -From: Tres Seaver -Date: Fri, 24 May 2024 15:12:06 -0400 -Subject: [PATCH] docx: fix intersphinx mapping format - -Closes #49. ---- - docs/conf.py | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/docs/conf.py b/docs/conf.py -index c399349..6821bba 100644 ---- a/docs/conf.py -+++ b/docs/conf.py -@@ -243,4 +243,6 @@ - - - # Example configuration for intersphinx: refer to the Python standard library. --intersphinx_mapping = {'http://docs.python.org/': None} -+intersphinx_mapping = { -+ 'python': ('https://docs.python.org/3', None), -+} diff --git a/python-zope.i18nmessageid.changes b/python-zope.i18nmessageid.changes index 40ef93b..77ef502 100644 --- a/python-zope.i18nmessageid.changes +++ b/python-zope.i18nmessageid.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Oct 28 21:49:17 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-zope.i18nmessageid.spec b/python-zope.i18nmessageid.spec index 7aa234b..2931fa2 100644 --- a/python-zope.i18nmessageid.spec +++ b/python-zope.i18nmessageid.spec @@ -27,14 +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 -# PATCH-FIX-UPSTREAM gh#zopefoundation/zope.i18nmessageid#59ef476780398c83eaa4516d2fd3aaaecfb0f9a1 -Patch0: fix-intersphinx-mapping.patch +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} @@ -63,7 +61,7 @@ BuildArch: noarch This package contains documentation files for %{name}. %prep -%autosetup -p1 -n zope.i18nmessageid-%{version} +%autosetup -p1 -n zope_i18nmessageid-%{version} rm -rf zope.i18nmessageid.egg-info %build diff --git a/zope.i18nmessageid-6.1.0.tar.gz b/zope.i18nmessageid-6.1.0.tar.gz deleted file mode 100644 index 8f61a7e..0000000 --- a/zope.i18nmessageid-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ac26fdc86fabdf7b78f1c1bccfc1d4372d1a54838bbaedda9dba7444ad8941 -size 31187 diff --git a/zope_i18nmessageid-7.0.tar.gz b/zope_i18nmessageid-7.0.tar.gz new file mode 100644 index 0000000..c9d882c --- /dev/null +++ b/zope_i18nmessageid-7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9146078c0d7359da41043bd2b713203c4fc56ef2122b3cdbb7551c3fcd8464 +size 27929