Package Release Info

python-pytest-shell-utilities-1.9.7-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pytest-shell-utilities

Change Logs

* Thu Nov 07 2024 psuarezhernandez@suse.com
- update to 1.9.7:
  * Rigid support for net_connections was causing breakages,
    hence monitor version of psutil and call connections
    vs net_connections appropriately
  * Need psutil >= 6.0.0 to use net_connections
  * fix: handle process shutdown with limited permissions
  * Support for psutil 6.0.0
* Fri Mar 01 2024 dmueller@suse.com
- update to 1.9.0:
  * Drop support for Python older than 3.8 and Pytest older than
    7.4.x
  * The printed output is now the result of json.dumps instead of
    pprint.pformat
  * Several minor changes to the code base: Update copyright
    headers Update pre-commit hook versions (#43)
  * Update copyright headers
  * Update pre-commit hook versions
  * Drop support for python versions older than 3.7
  * Support Python 3.11
  * Set minimal attrs version to 22.1.0
* Wed Feb 07 2024 dmueller@suse.com
- avoid cycle with pytest-skip-markers by separating
  test into a :test buildflavor
- remove :test flavor for now to allow bootstrap in Tumbleweed
* Wed Jan 24 2024 ecsos@opensuse.org
- Add %{?sle15_python_module_pythons}
* Tue Nov 07 2023 dmueller@suse.com
- update to 1.8.0:
  * Drop support for python versions older than 3.7
  * Support Python 3.11
  * Set minimal attrs version to 22.1.0
  * Start running tests against Py3.11 and Pytest `7.3.x` and
    `7.4.x`
  * Update copyright headers
  * ``Subprocess.run()`` now accepts ``shell`` keyword argument
    like ``subprocess.Popen``.
* Thu Oct 12 2023 mimi.vx@gmail.com
- enable testsuite
* Wed Sep 07 2022 alexander.graul@suse.com
- Initial package