14
0
forked from pool/python-flaky

- Update to 3.8.1:

* Support pytest >= 8.1.1, and Python >= 3.12.
- Drop patches, included upstream:
  * remove_genty.patch
  * remove_mock.patch
  * remove_nose.patch
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flaky?expand=0&rev=25
This commit is contained in:
2024-05-07 05:06:23 +00:00
committed by Git OBS Bridge
parent de810d9909
commit ec1ff3cb23
7 changed files with 22 additions and 1164 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue May 7 05:05:31 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.8.1:
* Support pytest >= 8.1.1, and Python >= 3.12.
- Drop patches, included upstream:
* remove_genty.patch
* remove_mock.patch
* remove_nose.patch
- Switch to pyproject macros.
-------------------------------------------------------------------
Fri Oct 20 10:57:54 UTC 2023 - Matej Cepl <mcepl@cepl.eu>