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.
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/PKG-INFO +3 -3
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/README.rst +1 -1
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/pyproject.toml +2 -2
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/src/lockss/debugpanel/__init__.py +1 -1
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/CHANGELOG.rst +0 -0
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/LICENSE +0 -0
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/src/lockss/debugpanel/__main__.py +0 -0
- {lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/src/lockss/debugpanel/cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lockss-debugpanel
|
|
3
|
-
Version: 0.9.0.
|
|
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-
|
|
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-
|
|
34
|
+
.. |RELEASE| replace:: 0.9.0-dev4
|
|
35
35
|
.. |RELEASE_DATE| replace:: NOT YET RELEASED
|
|
36
36
|
.. |DEBUGPANEL| replace:: **Debugpanel**
|
|
37
37
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "lockss-debugpanel"
|
|
31
|
-
version = "0.9.0-
|
|
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-
|
|
44
|
+
"lockss-pybasic (==0.2.0-dev12)",
|
|
45
45
|
]
|
|
46
46
|
classifiers = [
|
|
47
47
|
"Development Status :: 5 - Production/Stable",
|
|
File without changes
|
|
File without changes
|
{lockss_debugpanel-0.9.0.dev3 → lockss_debugpanel-0.9.0.dev4}/src/lockss/debugpanel/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|