forked from pool/python-pytest-shell-utilities
* 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``.
- enable testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shell-utilities?expand=0&rev=4
23 lines
783 B
Plaintext
23 lines
783 B
Plaintext
-------------------------------------------------------------------
|
|
Tue Nov 7 20:08:45 UTC 2023 - Dirk Müller <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 11:16:06 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- enable testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 7 12:41:41 UTC 2022 - Alexander Graul <alexander.graul@suse.com>
|
|
|
|
- Initial package
|