lockss-debugpanel 0.9.0.dev1__tar.gz → 0.9.0.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lockss-debugpanel
3
- Version: 0.9.0.dev1
3
+ Version: 0.9.0.dev2
4
4
  Summary: Command line tool and Python library to interact with the LOCKSS 1.x DebugPanel servlet
5
5
  License: BSD-3-Clause
6
6
  License-File: LICENSE
@@ -20,10 +20,7 @@ Classifier: Topic :: Software Development :: Libraries
20
20
  Classifier: Topic :: System :: Archiving
21
21
  Classifier: Topic :: Utilities
22
22
  Requires-Dist: click-extra (>=7.5.0,<7.6.0)
23
- Requires-Dist: lockss-pybasic (==0.2.0-dev10)
24
- Requires-Dist: pydantic (>=2.11.0,<2.12.0)
25
- Requires-Dist: pydantic-argparse (>=0.10.0,<0.11.0)
26
- Requires-Dist: tabulate (>=0.9.0,<0.10.0)
23
+ Requires-Dist: lockss-pybasic (==0.2.0-dev11)
27
24
  Project-URL: Documentation, https://docs.lockss.org/en/latest/software/debugpanel
28
25
  Project-URL: Repository, https://github.com/lockss/lockss-debugpanel
29
26
  Project-URL: changelog, https://github.com/lockss/lockss-debugpanel/blob/main/CHANGELOG.rst
@@ -34,7 +31,7 @@ Description-Content-Type: text/x-rst
34
31
  Debugpanel
35
32
  ==========
36
33
 
37
- .. |RELEASE| replace:: 0.9.0-dev1
34
+ .. |RELEASE| replace:: 0.9.0-dev2
38
35
  .. |RELEASE_DATE| replace:: NOT YET RELEASED
39
36
  .. |DEBUGPANEL| replace:: **Debugpanel**
40
37
 
@@ -2,7 +2,7 @@
2
2
  Debugpanel
3
3
  ==========
4
4
 
5
- .. |RELEASE| replace:: 0.9.0-dev1
5
+ .. |RELEASE| replace:: 0.9.0-dev2
6
6
  .. |RELEASE_DATE| replace:: NOT YET RELEASED
7
7
  .. |DEBUGPANEL| replace:: **Debugpanel**
8
8
 
@@ -28,7 +28,7 @@
28
28
 
29
29
  [project]
30
30
  name = "lockss-debugpanel"
31
- version = "0.9.0-dev1" # Always change in __init__.py, and at release time in README.rst and CHANGELOG.rst
31
+ version = "0.9.0-dev2" # Always change in __init__.py, and at release time in README.rst and CHANGELOG.rst
32
32
  description = "Command line tool and Python library to interact with the LOCKSS 1.x DebugPanel servlet"
33
33
  license = { text = "BSD-3-Clause" }
34
34
  readme = "README.rst"
@@ -41,10 +41,7 @@ maintainers = [
41
41
  ]
42
42
  dependencies = [
43
43
  "click-extra (>=7.5.0,<7.6.0)",
44
- "lockss-pybasic (==0.2.0-dev10)",
45
- "pydantic (>=2.11.0,<2.12.0)",
46
- "pydantic-argparse (>=0.10.0,<0.11.0)",
47
- "tabulate (>=0.9.0,<0.10.0)",
44
+ "lockss-pybasic (==0.2.0-dev11)",
48
45
  ]
49
46
  classifiers = [
50
47
  "Development Status :: 5 - Production/Stable",
@@ -4,7 +4,7 @@
4
4
  Library and command line tool to interact with the LOCKSS 1.x DebugPanel servlet.
5
5
  """
6
6
 
7
- __version__ = '0.9.0-dev1'
7
+ __version__ = '0.9.0-dev2'
8
8
 
9
9
  __copyright__ = '''
10
10
  Copyright (c) 2000-2025, Board of Trustees of Leland Stanford Jr. University