zope.locking 3.0__tar.gz → 4.0__tar.gz

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.
Files changed (36) hide show
  1. {zope_locking-3.0 → zope_locking-4.0}/.pre-commit-config.yaml +2 -2
  2. {zope_locking-3.0 → zope_locking-4.0}/CHANGES.rst +6 -0
  3. {zope_locking-3.0 → zope_locking-4.0}/PKG-INFO +10 -3
  4. {zope_locking-3.0 → zope_locking-4.0}/pyproject.toml +1 -1
  5. {zope_locking-3.0 → zope_locking-4.0}/setup.py +2 -6
  6. {zope_locking-3.0 → zope_locking-4.0}/src/zope.locking.egg-info/PKG-INFO +10 -3
  7. {zope_locking-3.0 → zope_locking-4.0}/src/zope.locking.egg-info/SOURCES.txt +0 -2
  8. {zope_locking-3.0 → zope_locking-4.0}/src/zope.locking.egg-info/requires.txt +1 -1
  9. {zope_locking-3.0 → zope_locking-4.0}/tox.ini +2 -2
  10. zope_locking-3.0/src/zope/__init__.py +0 -1
  11. zope_locking-3.0/src/zope.locking.egg-info/namespace_packages.txt +0 -1
  12. {zope_locking-3.0 → zope_locking-4.0}/CONTRIBUTING.md +0 -0
  13. {zope_locking-3.0 → zope_locking-4.0}/COPYRIGHT.rst +0 -0
  14. {zope_locking-3.0 → zope_locking-4.0}/LICENSE.rst +0 -0
  15. {zope_locking-3.0 → zope_locking-4.0}/MANIFEST.in +0 -0
  16. {zope_locking-3.0 → zope_locking-4.0}/README.rst +0 -0
  17. {zope_locking-3.0 → zope_locking-4.0}/buildout.cfg +0 -0
  18. {zope_locking-3.0 → zope_locking-4.0}/setup.cfg +0 -0
  19. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/README.rst +0 -0
  20. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/__init__.py +0 -0
  21. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/adapters.py +0 -0
  22. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/annoying.rst +0 -0
  23. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/cleanup.rst +0 -0
  24. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/configure.zcml +0 -0
  25. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/ftesting.zcml +0 -0
  26. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/generations.py +0 -0
  27. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/generations.zcml +0 -0
  28. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/interfaces.py +0 -0
  29. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/testing.py +0 -0
  30. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/tests.py +0 -0
  31. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/tokens.py +0 -0
  32. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/utility.py +0 -0
  33. {zope_locking-3.0 → zope_locking-4.0}/src/zope/locking/utils.py +0 -0
  34. {zope_locking-3.0 → zope_locking-4.0}/src/zope.locking.egg-info/dependency_links.txt +0 -0
  35. {zope_locking-3.0 → zope_locking-4.0}/src/zope.locking.egg-info/not-zip-safe +0 -0
  36. {zope_locking-3.0 → zope_locking-4.0}/src/zope.locking.egg-info/top_level.txt +0 -0
@@ -12,7 +12,7 @@ repos:
12
12
  - id: autopep8
13
13
  args: [--in-place, --aggressive, --aggressive]
14
14
  - repo: https://github.com/asottile/pyupgrade
15
- rev: v3.19.1
15
+ rev: v3.20.0
16
16
  hooks:
17
17
  - id: pyupgrade
18
18
  args: [--py39-plus]
@@ -21,7 +21,7 @@ repos:
21
21
  hooks:
22
22
  - id: teyit
23
23
  - repo: https://github.com/PyCQA/flake8
24
- rev: "7.2.0"
24
+ rev: "7.3.0"
25
25
  hooks:
26
26
  - id: flake8
27
27
  additional_dependencies:
@@ -2,6 +2,12 @@
2
2
  Changes
3
3
  =======
4
4
 
5
+ 4.0 (2025-09-12)
6
+ ================
7
+
8
+ - Replace ``pkg_resources`` namespace with PEP 420 native namespace.
9
+
10
+
5
11
  3.0 (2025-09-04)
6
12
  ================
7
13
 
@@ -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
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  [build-system]
5
5
  requires = [
6
- "setuptools == 75.8.2",
6
+ "setuptools == 78.1.1",
7
7
  "wheel",
8
8
  ]
9
9
  build-backend = "setuptools.build_meta"
@@ -20,7 +20,6 @@
20
20
  """
21
21
  import os.path
22
22
 
23
- from setuptools import find_packages
24
23
  from setuptools import setup
25
24
 
26
25
 
@@ -29,14 +28,14 @@ def read(*rnames):
29
28
  return f.read()
30
29
 
31
30
 
32
- version = '3.0'
31
+ version = '4.0'
33
32
 
34
33
 
35
34
  tests_require = [
36
35
  'transaction',
37
36
  'zope.app.appsetup',
38
37
  'zope.testing',
39
- 'zope.testrunner',
38
+ 'zope.testrunner >= 6.4',
40
39
  ]
41
40
 
42
41
 
@@ -44,9 +43,6 @@ setup(
44
43
  name="zope.locking",
45
44
  version=version,
46
45
  license='ZPL-2.1',
47
- packages=find_packages('src'),
48
- package_dir={'': 'src'},
49
- namespace_packages=['zope'],
50
46
  include_package_data=True,
51
47
  python_requires='>=3.9',
52
48
  install_requires=[
@@ -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
 
@@ -10,11 +10,9 @@ pyproject.toml
10
10
  setup.cfg
11
11
  setup.py
12
12
  tox.ini
13
- src/zope/__init__.py
14
13
  src/zope.locking.egg-info/PKG-INFO
15
14
  src/zope.locking.egg-info/SOURCES.txt
16
15
  src/zope.locking.egg-info/dependency_links.txt
17
- src/zope.locking.egg-info/namespace_packages.txt
18
16
  src/zope.locking.egg-info/not-zip-safe
19
17
  src/zope.locking.egg-info/requires.txt
20
18
  src/zope.locking.egg-info/top_level.txt
@@ -15,4 +15,4 @@ zope.security
15
15
  transaction
16
16
  zope.app.appsetup
17
17
  zope.testing
18
- zope.testrunner
18
+ zope.testrunner>=6.4
@@ -18,7 +18,7 @@ usedevelop = true
18
18
  package = wheel
19
19
  wheel_build_env = .pkg
20
20
  deps =
21
- setuptools == 75.8.2
21
+ setuptools == 78.1.1
22
22
  commands =
23
23
  zope-testrunner --test-path=src {posargs:-vc}
24
24
  extras =
@@ -34,7 +34,7 @@ description = ensure that the distribution is ready to release
34
34
  basepython = python3
35
35
  skip_install = true
36
36
  deps =
37
- setuptools == 75.8.2
37
+ setuptools == 78.1.1
38
38
  wheel
39
39
  twine
40
40
  build
@@ -1 +0,0 @@
1
- __import__('pkg_resources').declare_namespace(__name__) # pragma: no cover
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes