- Update to 2.1.0:

* Drop support for Python 3.7
  * Test against PyPy 3.10
  * Add support for CPython 3.13 by regenerating the bundled certificates
  * Fix an issue where secure POST requests would fail with a connection
    reset by peer
  * Include a LICENCE
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpbin?expand=0&rev=15
This commit is contained in:
2025-05-07 07:04:35 +00:00
committed by Git OBS Bridge
parent 0ed7961da1
commit afb0af5202
4 changed files with 26 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 7 06:53:08 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.1.0:
* Drop support for Python 3.7
* Test against PyPy 3.10
* Add support for CPython 3.13 by regenerating the bundled certificates
* Fix an issue where secure POST requests would fail with a connection
reset by peer
* Include a LICENCE
- Switch to pyproject macros.
-------------------------------------------------------------------
Tue Nov 7 19:42:56 UTC 2023 - Dirk Müller <dmueller@suse.com>