14
0

Accepting request 1128343 from home:mcalabkova:branches:devel:languages:python

- Update to 3.0.1
  * Add support for Python 3.11.
  * Drop support for Python 3.6.
- Add fix_tests.patch to fix tests one more time
  * from the commit message: "Doctests were a bad idea."

OBS-URL: https://build.opensuse.org/request/show/1128343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-restview?expand=0&rev=15
This commit is contained in:
2023-11-23 13:52:44 +00:00
committed by Git OBS Bridge
parent 50bfb12c27
commit 5a8b476f75
5 changed files with 125 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 23 13:41:52 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Update to 3.0.1
* Add support for Python 3.11.
* Drop support for Python 3.6.
- Add fix_tests.patch to fix tests one more time
* from the commit message: "Doctests were a bad idea."
-------------------------------------------------------------------
Fri Dec 2 09:54:28 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>