zope.mimetype 3.2__py3-none-any.whl → 4.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.mimetype
3
- Version: 3.2
3
+ Version: 4.0
4
4
  Summary: A simple package for working with MIME content types
5
5
  Home-page: https://github.com/zopefoundation/zope.mimetype
6
6
  Author: Zope Foundation and Contributors
@@ -42,7 +42,7 @@ Requires-Dist: zope.browserresource; extra == "test"
42
42
  Requires-Dist: zope.formlib>=4.0; extra == "test"
43
43
  Requires-Dist: zope.publisher; extra == "test"
44
44
  Requires-Dist: zope.testing; extra == "test"
45
- Requires-Dist: zope.testrunner; extra == "test"
45
+ Requires-Dist: zope.testrunner>=6.4; extra == "test"
46
46
  Provides-Extra: browser
47
47
  Requires-Dist: zope.browser; extra == "browser"
48
48
  Requires-Dist: zope.browserresource; extra == "browser"
@@ -101,6 +101,12 @@ See complete documentation at https://zopemimetype.readthedocs.io/en/latest/
101
101
  Changes
102
102
  =========
103
103
 
104
+ 4.0 (2025-09-12)
105
+ ================
106
+
107
+ - Replace ``pkg_resources`` namespace with PEP 420 native namespace.
108
+
109
+
104
110
  3.2 (2025-07-03)
105
111
  ================
106
112
 
@@ -1,4 +1,3 @@
1
- zope.mimetype-3.2-py3.12-nspkg.pth,sha256=_l6EZJaefCi1yytmDbFQGX_jfS2gAtFyaDmlK1uFLec,457
2
1
  zope/mimetype/README.rst,sha256=4t11TnXKAOUPydVNAsPCb_kLzYpXAcjQgLt3lR0r5B0,2841
3
2
  zope/mimetype/TODO.rst,sha256=xD68bNt3BXApezJV5oGfGQ52UZfYubf5ratu6Aw7s88,156
4
3
  zope/mimetype/__init__.py,sha256=dlav9SNH9SSfv-V4IKDUM3aMyG0yhQrHesUxPs2JhgM,106
@@ -56,9 +55,8 @@ zope/mimetype/tests/test_doctests.py,sha256=5G_TsJIlWIXFh57IUvS1WNwLN9-5Qy5_IpYQ
56
55
  zope/mimetype/tests/test_source.py,sha256=9ar034obZXUYxrEk6abmgGGb2vnkWiFPbIVWuxnK4Co,3002
57
56
  zope/mimetype/tests/test_typegetter.py,sha256=muDwKKr2pV7BxWfDxUZB2pveXLSGvgefzqkRWkthABM,2306
58
57
  zope/mimetype/tests/test_zcml.py,sha256=9y1hS0JyLQD4fZZ-zJhAl0CXCsZcSnkw5UZJ0Sk5DlQ,2460
59
- zope_mimetype-3.2.dist-info/licenses/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
60
- zope_mimetype-3.2.dist-info/METADATA,sha256=ACa2fzSmOPV6HObw-w3XomG7MHCRHnMGU9UyaVV-B1g,7940
61
- zope_mimetype-3.2.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
62
- zope_mimetype-3.2.dist-info/namespace_packages.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
63
- zope_mimetype-3.2.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
64
- zope_mimetype-3.2.dist-info/RECORD,,
58
+ zope_mimetype-4.0.dist-info/licenses/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
59
+ zope_mimetype-4.0.dist-info/METADATA,sha256=kxO3_Nh8F_dBACBEv9WRAW71yGhlGsWPiN5BQwd0nNY,8051
60
+ zope_mimetype-4.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
61
+ zope_mimetype-4.0.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
62
+ zope_mimetype-4.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