1
0

43 Commits

Author SHA256 Message Date
78d46daf08 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
76e76fc191 - 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
0c04ce269f - 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
e1f12d0446 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
34f0366667 - 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
8aede9e7d9 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
dc94a296c1 - 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
f3578932c1 - 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
6ca088a69f 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
9a0c06ae24 Accepting request 1136297 from devel:languages:python
- update to 6.1.0:
  * Add support for Python 3.12.

- Update to version 5.1.1
  * Fix the possibility of a rare crash in the C extension when
  * Add attributes to support pluralization on a Message and update
  * Fix a regression copying Message objects in the Python

OBS-URL: https://build.opensuse.org/request/show/1136297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=17
2024-01-05 21:59:12 +00:00
f3c5d8b6d7 - update to 6.1.0:
* Add support for Python 3.12.
- Update to version 5.1.1
  * Fix the possibility of a rare crash in the C extension when
  * Add attributes to support pluralization on a Message and update
  * Fix a regression copying Message objects in the Python

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=32
2024-01-02 21:42:57 +00:00
df837f6eec Accepting request 1100793 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1100793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=16
2023-07-27 14:50:01 +00:00
f7115f3f1f Accepting request 1100765 from home:bmwiedemann:branches:devel:languages:python
Drop sphinx doctrees for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/1100765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=30
2023-07-26 08:50:09 +00:00
f1fee5a9fd Accepting request 1085137 from devel:languages:python
- update to 6.0.1:
  * Drop dependency on ``six``.
  * Drop support for Python 2.7, 3.5, 3.6.
  * Add preliminary support for Python 3.12a5.

OBS-URL: https://build.opensuse.org/request/show/1085137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=15
2023-05-09 11:06:56 +00:00
1f53a9b9f5 - update to 6.0.1:
* Drop dependency on ``six``.
  * Drop support for Python 2.7, 3.5, 3.6.
  * Add preliminary support for Python 3.12a5.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=28
2023-05-05 14:32:56 +00:00
b29d571ec8 Accepting request 1084330 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1084330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=14
2023-05-04 15:09:48 +00:00
2d0ad1836e Accepting request 1084276 from home:marxin:branches:devel:languages:python
- Use sphinx-build and do not depend on removed build_sphinx
  in Sphinx 7.0 (boo#1211051).

OBS-URL: https://build.opensuse.org/request/show/1084276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=26
2023-05-03 12:59:28 +00:00
aac936fb85 Accepting request 1062480 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1062480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=13
2023-02-02 17:07:43 +00:00
3f7c7103c3 Accepting request 1062452 from home:bnavigator:branches:devel:languages:python
- Explicitly require python3-Sphinx for building the docs. It could
  have been omitted from %pythons for %python_module in a 15.X
  backport project.

OBS-URL: https://build.opensuse.org/request/show/1062452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=24
2023-02-01 15:13:27 +00:00
49d8e6922f Accepting request 1040339 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1040339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=12
2022-12-07 16:33:58 +00:00
0854ff9ee9 Accepting request 1040295 from home:yarunachalam:branches:devel:languages:python
- Update to version 5.1.1 
  * Add support for building arm64 wheels on macOS.

OBS-URL: https://build.opensuse.org/request/show/1040295
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=22
2022-12-05 15:14:55 +00:00
8b212fed12 Accepting request 1034426 from devel:languages:python
- Clean up SPEC file, make rpmlint happy.
- -doc subpackage should be noarch.
- update to version 5.1.0
  * Added support for Python 3.9, 3.10 and 3.11.

OBS-URL: https://build.opensuse.org/request/show/1034426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=11
2022-11-09 11:56:09 +00:00
9d47e5aa80 - Clean up SPEC file, make rpmlint happy.
- -doc subpackage should be noarch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=20
2022-11-08 07:12:19 +00:00
2de7f8c865 Accepting request 1034124 from home:frispete:python
- update to version 5.1.0
  * Added support for Python 3.9, 3.10 and 3.11.

OBS-URL: https://build.opensuse.org/request/show/1034124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=19
2022-11-08 07:07:40 +00:00
917033480a Accepting request 925648 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/925648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=10
2021-10-20 18:23:24 +00:00
fce626d6be Accepting request 925049 from home:pgajdos:python
- %check: use %pyunittest rpm macro
- added sources
  + _multibuild

OBS-URL: https://build.opensuse.org/request/show/925049
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=18
2021-10-16 09:42:09 +00:00
014bd9c970 Accepting request 792450 from devel:languages:python
- Do not pull in python2 pkg in doc subpkg

OBS-URL: https://build.opensuse.org/request/show/792450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=9
2020-04-15 18:04:51 +00:00
Tomáš Chvátal
dd5b34cf04 - Do not pull in python2 pkg in doc subpkg
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=16
2020-04-08 12:16:16 +00:00
7f571480ba Accepting request 785673 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/785673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=8
2020-03-26 23:26:20 +00:00
Tomáš Chvátal
b0a90f2573 Accepting request 785664 from home:pgajdos:python
- version update to 5.0.1
  - Remove deprecated use of setuptools features.  See `issue 22
    <https://github.com/zopefoundation/zope.i18nmessageid/issues/22>`_.

OBS-URL: https://build.opensuse.org/request/show/785664
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=14
2020-03-16 15:14:34 +00:00
5456a9a5d7 Accepting request 766057 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/766057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=7
2020-01-23 15:11:02 +00:00
Tomáš Chvátal
501ae495f8 Accepting request 766050 from home:mcalabkova:branches:devel:languages:python
- update to version 5.0.0
  * Drop support for Python 3.4.
  * Add support for Python 3.8.

OBS-URL: https://build.opensuse.org/request/show/766050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=12
2020-01-21 11:38:07 +00:00
088514f865 Accepting request 738425 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/738425
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=6
2019-10-16 07:17:15 +00:00
d4eec9af2d - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=10
2019-10-14 14:51:07 +00:00
5a90efa825 Accepting request 691796 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/691796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=5
2019-04-08 18:53:11 +00:00
Tomáš Chvátal
3cb8687ad5 Accepting request 691794 from home:mcalabkova:branches:devel:languages:python
- update to version 4.3.1
  * Drop support for Python 3.3.
  * Add support for Python 3.7.
  * Fix the possibility of a rare crash in the C extension when 
    deallocating items.
  * Add attributes to support pluralization on a Message and update 
    the MessageFactory accordingly.
  * Fix a regression copying Message objects in the Python 
    implementation.

OBS-URL: https://build.opensuse.org/request/show/691794
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=8
2019-04-05 12:00:43 +00:00
49ef251060 Accepting request 508927 from devel:languages:python
(forwarded request 508895 from alois)

OBS-URL: https://build.opensuse.org/request/show/508927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=4
2017-07-11 06:25:57 +00:00
398890a70c Accepting request 508895 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/508895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=6
2017-07-08 09:15:33 +00:00
04ddef8257 Accepting request 307500 from devel:languages:python
- update to version 4.0.3
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream (forwarded request 307324 from benoit_monin)

OBS-URL: https://build.opensuse.org/request/show/307500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=3
2015-05-18 20:22:30 +00:00
22a9a3cb6a Accepting request 307324 from home:benoit_monin:branches:devel:languages:python
- update to version 4.0.3
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/307324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=4
2015-05-16 15:36:31 +00:00
Stephan Kulow
a12ac8b234 Accepting request 212340 from devel:languages:python
Zope Location

New dependecy of python-Pyramid

OBS-URL: https://build.opensuse.org/request/show/212340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=1
2014-02-02 21:23:44 +00:00
Denisart Benjamin
eff329b8a5 Accepting request 212339 from home:posophe:branches:devel:languages:python
fixes needed to get accepted in Factory

OBS-URL: https://build.opensuse.org/request/show/212339
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=2
2013-12-27 13:37:22 +00:00
Sascha Peilicke
89cbd9aa0f Accepting request 184851 from home:frispete:python
this pkg is needed by some other zope components

OBS-URL: https://build.opensuse.org/request/show/184851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.i18nmessageid?expand=0&rev=1
2013-07-30 10:25:44 +00:00
5 changed files with 42 additions and 32 deletions

View File

@@ -1,22 +0,0 @@
From 59ef476780398c83eaa4516d2fd3aaaecfb0f9a1 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
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),
+}

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# 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,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}
@@ -44,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}
@@ -63,7 +62,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
@@ -92,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.