- 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``.
- enable testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shell-utilities?expand=0&rev=4
This commit is contained in:
2023-11-07 20:12:30 +00:00
committed by Git OBS Bridge
parent 6bdbbbd057
commit 69c600bb23
4 changed files with 27 additions and 13 deletions

View File

@@ -1,7 +1,20 @@
-------------------------------------------------------------------
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
- enable testsuite
-------------------------------------------------------------------
Wed Sep 7 12:41:41 UTC 2022 - Alexander Graul <alexander.graul@suse.com>