zope.i18n 5.3__py3-none-any.whl → 6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zope.i18n
3
- Version: 5.3
3
+ Version: 6.0
4
4
  Summary: Zope Internationalization Support
5
5
  Home-page: https://github.com/zopefoundation/zope.i18n
6
6
  Author: Zope Foundation and Contributors
@@ -39,7 +39,7 @@ Requires-Dist: zope.configuration; extra == "test"
39
39
  Requires-Dist: zope.security; extra == "test"
40
40
  Requires-Dist: zope.publisher; extra == "test"
41
41
  Requires-Dist: zope.testing; extra == "test"
42
- Requires-Dist: zope.testrunner; extra == "test"
42
+ Requires-Dist: zope.testrunner>=6.4; extra == "test"
43
43
  Provides-Extra: compile
44
44
  Provides-Extra: zcml
45
45
  Requires-Dist: zope.component[zcml]; extra == "zcml"
@@ -100,6 +100,12 @@ localization.
100
100
  CHANGES
101
101
  =========
102
102
 
103
+ 6.0 (2025-09-12)
104
+ ================
105
+
106
+ - Replace ``pkg_resources`` namespace with PEP 420 native namespace.
107
+
108
+
103
109
  5.3 (2025-07-23)
104
110
  ================
105
111
 
@@ -1,4 +1,3 @@
1
- zope.i18n-5.3-py3.12-nspkg.pth,sha256=_l6EZJaefCi1yytmDbFQGX_jfS2gAtFyaDmlK1uFLec,457
2
1
  zope/i18n/__init__.py,sha256=NMpvR4IsTXy_OficD1vx2eR6yzJMWRaONWmMibaX-l8,7514
3
2
  zope/i18n/compile.py,sha256=0kpclbhChlZQIbfTctPp4Cqc2F5RqEcR7jquLnkcLh4,1429
4
3
  zope/i18n/config.py,sha256=20aYlJ4eg-2iuSXHDRqXkkzALDa4URhRchKvFPH9Y6I,1669
@@ -356,9 +355,8 @@ zope/i18n/tests/locale3/en/LC_MESSAGES/zope-i18n.mo,sha256=8yHbDhd1pX_kC8c4gUoqb
356
355
  zope/i18n/tests/locale3/en/LC_MESSAGES/zope-i18n.po,sha256=93dkAV6YWB1n31wDtAzlIHln-9StXSkLNzcbGMoO8VY,294
357
356
  zope/i18n/tests/locale3/en/LC_MESSAGES/zope-i18n2.mo,sha256=_1PrSjMzwuIv6-vsT7_EQmphH4QTLIj9ltK98C_bbKo,291
358
357
  zope/i18n/tests/locale3/en/LC_MESSAGES/zope-i18n2.po,sha256=5q-1okvFJffR926Z4NUiz6EmEbTp8lR0iM-OckZ8R3k,290
359
- zope_i18n-5.3.dist-info/licenses/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
360
- zope_i18n-5.3.dist-info/METADATA,sha256=eaNUs7T1PqonVxblGiJoQrkbzHL86_93SWZwOkKKBwA,14495
361
- zope_i18n-5.3.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
362
- zope_i18n-5.3.dist-info/namespace_packages.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
363
- zope_i18n-5.3.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
364
- zope_i18n-5.3.dist-info/RECORD,,
358
+ zope_i18n-6.0.dist-info/licenses/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
359
+ zope_i18n-6.0.dist-info/METADATA,sha256=id7IrmDV_bcApaaw5FiHxfdIMohcMQ31VbfOKniQEXI,14606
360
+ zope_i18n-6.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
361
+ zope_i18n-6.0.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
362
+ zope_i18n-6.0.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('zope',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('zope', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('zope', [os.path.dirname(p)])));m = m or sys.modules.setdefault('zope', types.ModuleType('zope'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
@@ -1 +0,0 @@
1
- zope