Files
python-pytest-shell-utilities/python-pytest-shell-utilities.changes
Dirk Mueller b3ba8068c4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-shell-utilities?expand=0&rev=11
2024-03-01 10:20:47 +00:00

51 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Fri Mar 1 10:20:21 UTC 2024 - Dirk Müller <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 7 09:00:37 UTC 2024 - Dirk Müller <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 13:39:40 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
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