lockss-turtles 0.7.0.dev2__tar.gz → 0.7.0.dev3__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 (18) hide show
  1. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/PKG-INFO +4 -4
  2. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/README.rst +1 -1
  3. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/pyproject.toml +3 -3
  4. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/__init__.py +1 -1
  5. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/CHANGELOG.rst +0 -0
  6. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/LICENSE +0 -0
  7. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/__main__.py +0 -0
  8. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/app.py +0 -0
  9. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/cli.py +0 -0
  10. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/plugin.py +0 -0
  11. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/plugin_registry.py +0 -0
  12. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/plugin_set.py +0 -0
  13. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/plugin_signing_credentials.py +0 -0
  14. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/src/lockss/turtles/util.py +0 -0
  15. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/tests/unittest/lockss/turtles/__init__.py +0 -0
  16. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/tests/unittest/lockss/turtles/test_plugin_registry.py +0 -0
  17. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/tests/unittest/lockss/turtles/test_plugin_set.py +0 -0
  18. {lockss_turtles-0.7.0.dev2 → lockss_turtles-0.7.0.dev3}/tests/unittest/lockss/turtles/test_plugin_signing_credentials.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lockss-turtles
3
- Version: 0.7.0.dev2
3
+ Version: 0.7.0.dev3
4
4
  Summary: Library and command line tool to manage LOCKSS plugin sets and LOCKSS plugin registries
5
5
  License: BSD-3-Clause
6
6
  License-File: LICENSE
@@ -8,7 +8,7 @@ Author: Thib Guicherd-Callin
8
8
  Author-email: thib@cs.stanford.edu
9
9
  Maintainer: Thib Guicherd-Callin
10
10
  Maintainer-email: thib@cs.stanford.edu
11
- Requires-Python: >=3.10,<3.14
11
+ Requires-Python: >=3.10,<4.0
12
12
  Classifier: Development Status :: 5 - Production/Stable
13
13
  Classifier: Environment :: Console
14
14
  Classifier: Framework :: Pydantic :: 2
@@ -24,7 +24,7 @@ Requires-Dist: click-extra[pygments] (>=7.5.0,<7.6.0)
24
24
  Requires-Dist: click-plugins (>=1.1.1.2,<1.2.0)
25
25
  Requires-Dist: exceptiongroup (>=1.3.0,<1.4.0)
26
26
  Requires-Dist: java-manifest (>=1.1.0,<1.2.0)
27
- Requires-Dist: lockss-pybasic (==0.2.0-dev15)
27
+ Requires-Dist: lockss-pybasic (==0.2.0-dev16)
28
28
  Requires-Dist: pydantic (>=2.12.0,<2.13.0)
29
29
  Requires-Dist: pyyaml (>=6.0.0,<6.1.0)
30
30
  Requires-Dist: xdg (>=6.0.0,<6.1.0)
@@ -38,7 +38,7 @@ Description-Content-Type: text/x-rst
38
38
  Turtles
39
39
  =======
40
40
 
41
- .. |RELEASE| replace:: 0.7.0-dev2 NOT YET RELEASED
41
+ .. |RELEASE| replace:: 0.7.0-dev3 NOT YET RELEASED
42
42
  .. |RELEASE_DATE| replace:: NOT YET RELEASED
43
43
  .. |TURTLES| replace:: **Turtles**
44
44
 
@@ -2,7 +2,7 @@
2
2
  Turtles
3
3
  =======
4
4
 
5
- .. |RELEASE| replace:: 0.7.0-dev2 NOT YET RELEASED
5
+ .. |RELEASE| replace:: 0.7.0-dev3 NOT YET RELEASED
6
6
  .. |RELEASE_DATE| replace:: NOT YET RELEASED
7
7
  .. |TURTLES| replace:: **Turtles**
8
8
 
@@ -28,11 +28,11 @@
28
28
 
29
29
  [project]
30
30
  name = "lockss-turtles"
31
- version = "0.7.0-dev2" # Always change in __init__.py, and at release time in README.rst and CHANGELOG.rst
31
+ version = "0.7.0-dev3" # Always change in __init__.py, and at release time in README.rst and CHANGELOG.rst
32
32
  description = "Library and command line tool to manage LOCKSS plugin sets and LOCKSS plugin registries"
33
33
  license = { text = "BSD-3-Clause" }
34
34
  readme = "README.rst"
35
- requires-python = ">=3.10,<3.14"
35
+ requires-python = ">=3.10,<4.0"
36
36
  authors = [
37
37
  { name = "Thib Guicherd-Callin", email = "thib@cs.stanford.edu" },
38
38
  ]
@@ -45,7 +45,7 @@ dependencies = [
45
45
  "click-plugins (>=1.1.1.2,<1.2.0)",
46
46
  "exceptiongroup (>=1.3.0,<1.4.0)",
47
47
  "java-manifest (>=1.1.0,<1.2.0)",
48
- "lockss-pybasic (==0.2.0-dev15)",
48
+ "lockss-pybasic (==0.2.0-dev16)",
49
49
  "pydantic (>=2.12.0,<2.13.0)",
50
50
  "pyyaml (>=6.0.0,<6.1.0)",
51
51
  "xdg (>=6.0.0,<6.1.0)",
@@ -6,7 +6,7 @@ registries.
6
6
  """
7
7
 
8
8
  #: This package's version.
9
- __version__ = '0.7.0-dev2'
9
+ __version__ = '0.7.0-dev3'
10
10
 
11
11
  #: This package's copyright.
12
12
  __copyright__ = '''