File tree 6 files changed +43
-4
lines changed
6 files changed +43
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## moler 3.11.0
2
+ * New Unix commands (bzip2, 7z)
3
+ * uptime - new parser
4
+ * Log info for state observer
5
+ * Number converters can return None instead raise an exception
6
+ * New locking commands for AT devices
7
+ * Change at command to accept in apt name
8
+
1
9
## moler 3.10.0
2
10
* Wait4prompts - reverse order of processing lines
3
11
* More readable info when more than 1 prompt match the same line
9
17
* Optional sleep after state change
10
18
* Change the way the date is parsed (time zone)
11
19
12
-
13
20
## moler 3.8.0
14
21
* More info when SshShell is disconnected
15
22
* Fix prompt detection for ProxyPc2
Original file line number Diff line number Diff line change 1
- [ ![ image] ( https://img.shields.io/badge/pypi-v3.10 .0-blue.svg )] ( https://pypi.org/project/moler/ )
1
+ [ ![ image] ( https://img.shields.io/badge/pypi-v3.11 .0-blue.svg )] ( https://pypi.org/project/moler/ )
2
2
[ ![ image] ( https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg )] ( https://pypi.org/project/moler/ )
3
3
[ ![ Build Status] ( https://github.com/nokia/moler/actions/workflows/ci.yaml/badge.svg?branch=main )] ( https://github.com/nokia/moler/actions )
4
4
[ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( ./LICENSE )
Original file line number Diff line number Diff line change 24
24
author = 'Nokia'
25
25
26
26
# The short X.Y version
27
- version = '3.10 .0'
27
+ version = '3.11 .0'
28
28
# The full version, including alpha/beta/rc tags
29
29
release = 'stable'
30
30
Original file line number Diff line number Diff line change @@ -172,6 +172,14 @@ moler.cmd.at.get\_revision\_id module
172
172
:undoc-members:
173
173
:show-inheritance:
174
174
175
+ moler.cmd.at.gt\_ cell\_ lock module
176
+ ----------------------------------
177
+
178
+ .. automodule :: moler.cmd.at.gt_cell_lock
179
+ :members:
180
+ :undoc-members:
181
+ :show-inheritance:
182
+
175
183
moler.cmd.at.plink\_ serial module
176
184
---------------------------------
177
185
Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ moler.cmd.unix.bash module
36
36
:undoc-members:
37
37
:show-inheritance:
38
38
39
+ moler.cmd.unix.bzip2 module
40
+ ---------------------------
41
+
42
+ .. automodule :: moler.cmd.unix.bzip2
43
+ :members:
44
+ :undoc-members:
45
+ :show-inheritance:
46
+
39
47
moler.cmd.unix.cat module
40
48
-------------------------
41
49
@@ -652,6 +660,14 @@ moler.cmd.unix.service module
652
660
:undoc-members:
653
661
:show-inheritance:
654
662
663
+ moler.cmd.unix.seven\_ z module
664
+ ------------------------------
665
+
666
+ .. automodule :: moler.cmd.unix.seven_z
667
+ :members:
668
+ :undoc-members:
669
+ :show-inheritance:
670
+
655
671
moler.cmd.unix.sftp module
656
672
--------------------------
657
673
@@ -828,6 +844,14 @@ moler.cmd.unix.uname module
828
844
:undoc-members:
829
845
:show-inheritance:
830
846
847
+ moler.cmd.unix.unrar module
848
+ ---------------------------
849
+
850
+ .. automodule :: moler.cmd.unix.unrar
851
+ :members:
852
+ :undoc-members:
853
+ :show-inheritance:
854
+
831
855
moler.cmd.unix.unxz module
832
856
--------------------------
833
857
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = 'moler' ,
15
- version = '3.10 .0' ,
15
+ version = '3.11 .0' ,
16
16
description = 'Moler is a library for working with terminals, mainly for automated tests' , # Required
17
17
long_description = long_description ,
18
18
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments