lockss-debugpanel 0.5.0.dev1__tar.gz → 0.5.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.
@@ -3,7 +3,7 @@ Release Notes
3
3
  =============
4
4
 
5
5
  -----
6
- 0.4.0
6
+ 0.5.0
7
7
  -----
8
8
 
9
9
  Released: unreleased
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lockss-debugpanel
3
- Version: 0.5.0.dev1
3
+ Version: 0.5.0.dev3
4
4
  Summary: Tool to interact with the LOCKSS 1.x DebugPanel servlet
5
5
  Home-page: https://www.lockss.org/
6
6
  License: BSD-3-Clause
@@ -37,13 +37,17 @@ Debugpanel
37
37
 
38
38
  Debugpanel is a tool to interact with the LOCKSS 1.x DebugPanel servlet.
39
39
 
40
- **Latest release:** 0.4.0-dev1 (?)
40
+ **Latest release:** 0.5.0-dev3 (?)
41
41
 
42
42
  -------------
43
43
  Prerequisites
44
44
  -------------
45
45
 
46
- * `Python <https://www.python.org/>`_ 3.7 or greater.
46
+ * `Python <https://www.python.org/>`_ 3.6 or greater.
47
+
48
+ Prerequisites for development work only:
49
+
50
+ * `Poetry <https://python-poetry.org/>`_ 1.4 or greater.
47
51
 
48
52
  ------------
49
53
  Installation
@@ -10,13 +10,17 @@ Debugpanel
10
10
 
11
11
  Debugpanel is a tool to interact with the LOCKSS 1.x DebugPanel servlet.
12
12
 
13
- **Latest release:** 0.4.0-dev1 (?)
13
+ **Latest release:** 0.5.0-dev3 (?)
14
14
 
15
15
  -------------
16
16
  Prerequisites
17
17
  -------------
18
18
 
19
- * `Python <https://www.python.org/>`_ 3.7 or greater.
19
+ * `Python <https://www.python.org/>`_ 3.6 or greater.
20
+
21
+ Prerequisites for development work only:
22
+
23
+ * `Poetry <https://python-poetry.org/>`_ 1.4 or greater.
20
24
 
21
25
  ------------
22
26
  Installation
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "lockss-debugpanel"
3
- version = "0.5.0-dev1"
3
+ version = "0.5.0-dev3"
4
4
  description = "Tool to interact with the LOCKSS 1.x DebugPanel servlet"
5
5
  license = "BSD-3-Clause"
6
6
  authors = [
@@ -28,7 +28,7 @@
28
28
  # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  # POSSIBILITY OF SUCH DAMAGE.
30
30
 
31
- __version__ = '0.5.0-dev1'
31
+ __version__ = '0.5.0-dev3'
32
32
 
33
33
  __copyright__ = '''
34
34
  Copyright (c) 2000-2023, Board of Trustees of Leland Stanford Jr. University