lockss-debugpanel 0.9.0.dev3__tar.gz → 0.9.0.dev4__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.dev3
3
+ Version: 0.9.0.dev4
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,7 +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-dev11)
23
+ Requires-Dist: lockss-pybasic (==0.2.0-dev12)
24
24
  Project-URL: Documentation, https://docs.lockss.org/en/latest/software/debugpanel
25
25
  Project-URL: Repository, https://github.com/lockss/lockss-debugpanel
26
26
  Project-URL: changelog, https://github.com/lockss/lockss-debugpanel/blob/main/CHANGELOG.rst
@@ -31,7 +31,7 @@ Description-Content-Type: text/x-rst
31
31
  Debugpanel
32
32
  ==========
33
33
 
34
- .. |RELEASE| replace:: 0.9.0-dev3
34
+ .. |RELEASE| replace:: 0.9.0-dev4
35
35
  .. |RELEASE_DATE| replace:: NOT YET RELEASED
36
36
  .. |DEBUGPANEL| replace:: **Debugpanel**
37
37
 
@@ -2,7 +2,7 @@
2
2
  Debugpanel
3
3
  ==========
4
4
 
5
- .. |RELEASE| replace:: 0.9.0-dev3
5
+ .. |RELEASE| replace:: 0.9.0-dev4
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-dev3" # Always change in __init__.py, and at release time in README.rst and CHANGELOG.rst
31
+ version = "0.9.0-dev4" # 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,7 +41,7 @@ maintainers = [
41
41
  ]
42
42
  dependencies = [
43
43
  "click-extra (>=7.5.0,<7.6.0)",
44
- "lockss-pybasic (==0.2.0-dev11)",
44
+ "lockss-pybasic (==0.2.0-dev12)",
45
45
  ]
46
46
  classifiers = [
47
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-dev3'
7
+ __version__ = '0.9.0-dev4'
8
8
 
9
9
  __copyright__ = '''
10
10
  Copyright (c) 2000-2025, Board of Trustees of Leland Stanford Jr. University