- update to 2.0.0:

* This is a major release since it drops comparability with
    some older versions of python.
  * Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68)
  * Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)
  * Avoid deprecation warnings and resource warnings (#71)
  * Add support for Python 3.11 and 3.12, drop dependency on six
- drop python-pytest-httpbin-no-six.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpbin?expand=0&rev=13
This commit is contained in:
2023-11-07 19:43:34 +00:00
committed by Git OBS Bridge
parent 8ae55bbac5
commit 0ed7961da1
5 changed files with 17 additions and 22 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Nov 7 19:42:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.0:
* This is a major release since it drops comparability with
some older versions of python.
* Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68)
* Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)
* Avoid deprecation warnings and resource warnings (#71)
* Add support for Python 3.11 and 3.12, drop dependency on six
- drop python-pytest-httpbin-no-six.patch (upstream)
-------------------------------------------------------------------
Fri Apr 21 12:31:41 UTC 2023 - Dirk Müller <dmueller@suse.com>