Releases: saltstack/pytest-shell-utilities
Releases · saltstack/pytest-shell-utilities
1.9.7 (2024-10-22)
22 Oct 21:04
Compare
Sorry, something went wrong.
No results found
Rigid support for net_connections was causing breakages, hence monitor version of psutil and call connections vs net_connections appropriately
1.9.6 (2024-10-18)
18 Oct 20:02
Compare
Sorry, something went wrong.
No results found
Need psutil >= 6.0.0 to use net_connections (#54)
* Need psutil >= 6.0.0 to use net_connections
* Added changelog entry
1.9.5 (2024-10-18)
18 Oct 18:48
Compare
Sorry, something went wrong.
No results found
Adjusted psutil to 5.8.0 or higher (#53)
* Adjusted psutil to 5.8.0 or higher
* Added changelog entry
1.9.4 (2024-10-17)
17 Oct 20:48
Compare
Sorry, something went wrong.
No results found
fix: handle process shutdown with limited permissions (#51)
Certain platforms like Android do not have permission to list all child
processes. In this instance, just continue
1.9.3 (2024-08-26)
26 Aug 21:11
Compare
Sorry, something went wrong.
No results found
1.9.2 (2024-08-26)
26 Aug 20:50
Compare
Sorry, something went wrong.
No results found
Release v1.9.2, support for psutil 6.0.0
1.9.1 (2024-08-26)
26 Aug 20:38
Compare
Sorry, something went wrong.
No results found
1.9.0
23 Feb 10:41
Compare
Sorry, something went wrong.
No results found
shell-utilities 1.9.0 (2024-02-23)
Breaking Changes
Drop support for Python older than 3.8 and Pytest older than 7.4.x (#43 )
Bug Fixes
The printed output is now the result of json.dumps instead of pprint.pformat (#42 )
Trivial/Internal Changes
Several minor changes to the code base:
Update copyright headers
Update pre-commit hook versions (#43 )
1.8.0
02 Jul 20:34
Compare
Sorry, something went wrong.
No results found
Breaking Changes
Drop support for python versions older than 3.7 #38
Improvements
Bug Fixes
Set minimal attrs version to 22.1.0 #28
Trivial/Internal Changes
1.7.0
23 Sep 08:12
Compare
Sorry, something went wrong.
No results found
shell-utilities 1.7.0 (2022-09-23)
Bug Fixes
Subprocess.run() now accepts shell keyword argument like subprocess.Popen. (#32 )
The Subprocess.run() method can now override the cwd (#33 )
Trivial/Internal Changes
Update pre-commit hook versions (#34 )