Skip to content

Releases: saltstack/pytest-shell-utilities

1.9.7 (2024-10-22)

22 Oct 21:04
37cce29
Compare
Choose a tag to compare
  • 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
cb4f180
Compare
Choose a tag to compare
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
34ab309
Compare
Choose a tag to compare
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
fcf6311
Compare
Choose a tag to compare
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
6696033
Compare
Choose a tag to compare

Support for psutil 6.0.0

1.9.2 (2024-08-26)

26 Aug 20:50
1c4dd4c
Compare
Choose a tag to compare

Release v1.9.2, support for psutil 6.0.0

1.9.1 (2024-08-26)

26 Aug 20:38
0f55d78
Compare
Choose a tag to compare

Support for psutil 6.0.0

1.9.0

23 Feb 10:41
1.9.0
19d09c2
Compare
Choose a tag to compare

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
Choose a tag to compare

Breaking Changes

  • Drop support for python versions older than 3.7 #38

Improvements

  • Support Python 3.11 #40

Bug Fixes

  • Set minimal attrs version to 22.1.0 #28

Trivial/Internal Changes

  • Update the GitHub actions versions and stop using ::set-output #38

  • Several project internal changes: #39

    • Start running tests against Py3.11 and Pytest 7.3.x and 7.4.x
    • Update copyright headers
    • Upgrade to coverage==7.2.7
    • Switch to codecov/codecov-action

1.7.0

23 Sep 08:12
Compare
Choose a tag to compare

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)