17
0

44 Commits

Author SHA256 Message Date
1eb6a996a0 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
891cf589ee - 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
068acf41b6 - 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
53296a49ca 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
09d9d84559 - 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
6ed4d58a14 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
93cd4c5b70 - 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
ee5f0f8506 - 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
6b250eeca4 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
ae6bf3afa7 - 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
045cc95db5 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
dfd3ff955b - 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
2c1eb4ac2b 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
e9195256c3 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
4e0ae9b0e9 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
e67c2afd24 - 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
49fcbfed9c 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
e5bdd5180f 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
e1e9c57f81 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
172a5feffa 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
77bbd8d873 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
63d28b675e 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
aa6f74083a 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
1f64f4ee55 - 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
c6ab7967f8 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
002341268b 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
34719e99e9 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
a4707acc06 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
a87a172402 - 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
a41a432cc1 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
a79094e03f 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
77980fc152 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
dc00a7b03c 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
9ff0af5f11 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
e63362d81e - 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
d79ed84133 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
dba5ec6821 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
2ddff7564a 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
ec843d00ef 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
6c9ff28b54 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
a527c19dc7 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
8dcca57cc2 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
f761772a77 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
9d5eba7bc3 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