zope.locking 3.0__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
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: zope.locking
3
- Version: 3.0
3
+ Version: 4.0
4
4
  Summary: Advisory exclusive locks, shared locks, and freezes (locked to no-one).
5
5
  Home-page: https://github.com/zopefoundation/zope.locking
6
6
  Author: Zope Project
@@ -41,13 +41,14 @@ Provides-Extra: test
41
41
  Requires-Dist: transaction; extra == "test"
42
42
  Requires-Dist: zope.app.appsetup; extra == "test"
43
43
  Requires-Dist: zope.testing; extra == "test"
44
- Requires-Dist: zope.testrunner; extra == "test"
44
+ Requires-Dist: zope.testrunner>=6.4; extra == "test"
45
45
  Dynamic: author
46
46
  Dynamic: author-email
47
47
  Dynamic: classifier
48
48
  Dynamic: description
49
49
  Dynamic: home-page
50
50
  Dynamic: license
51
+ Dynamic: license-file
51
52
  Dynamic: provides-extra
52
53
  Dynamic: requires-dist
53
54
  Dynamic: requires-python
@@ -1154,6 +1155,12 @@ this may never itself be of use.
1154
1155
  Changes
1155
1156
  =======
1156
1157
 
1158
+ 4.0 (2025-09-12)
1159
+ ================
1160
+
1161
+ - Replace ``pkg_resources`` namespace with PEP 420 native namespace.
1162
+
1163
+
1157
1164
  3.0 (2025-09-04)
1158
1165
  ================
1159
1166
 
@@ -1,4 +1,3 @@
1
- zope.locking-3.0-py3.12-nspkg.pth,sha256=_l6EZJaefCi1yytmDbFQGX_jfS2gAtFyaDmlK1uFLec,457
2
1
  zope/locking/README.rst,sha256=9Dvn5H0Yyi0ZHUn8WAjzTc7lg16pp0DMR_OntoWHL28,34652
3
2
  zope/locking/__init__.py,sha256=UnxmjVrk-eNORsitiM48W0pB6yfsaErOak8RYh_ELt8,10
4
3
  zope/locking/adapters.py,sha256=Wj7HmO9F6K_z_Eju1zVZlUoEIludBtl7adHYTZcqNyY,6184
@@ -14,9 +13,8 @@ zope/locking/tests.py,sha256=7SO8HQsvJoUEPrzaT3IvtOQG43XIkBejbBTn4hJtjSs,1927
14
13
  zope/locking/tokens.py,sha256=0aFliN0boiKHOVtDRhHdwrIqEVtiDRpS3QK_a8sWXOk,8081
15
14
  zope/locking/utility.py,sha256=OQa0F5eEAf1qllhWev8zU5EiuF2OhdeiW7e3oH4t2S0,6102
16
15
  zope/locking/utils.py,sha256=6ShQWN5cZ_JljUvubqzRk7H4ER_pexGUN4502b5OHDI,857
17
- zope_locking-3.0.dist-info/LICENSE.rst,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
18
- zope_locking-3.0.dist-info/METADATA,sha256=xst2Hj0AvZJXHF1EZbV2RpuuRsbK7LNxbR8bidZSEcE,39309
19
- zope_locking-3.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
20
- zope_locking-3.0.dist-info/namespace_packages.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
21
- zope_locking-3.0.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
22
- zope_locking-3.0.dist-info/RECORD,,
16
+ zope_locking-4.0.dist-info/licenses/LICENSE.rst,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
17
+ zope_locking-4.0.dist-info/METADATA,sha256=L5lUMdnqc21P6EktVHXegpXoap9RvQ4Rv_Usa7mhVTA,39442
18
+ zope_locking-4.0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
19
+ zope_locking-4.0.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5
20
+ zope_locking-4.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -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