Accepting request 936451 from home:pgajdos:python

- version update to 1.0.2
  **Breaking change**: The scope of ``httpserver_listen_address`` fixture changed from **function**
  to **session**. This is a requirement to implement the other features listed
  in this release. See the `upgrade guide
  <https://pytest-httpserver.readthedocs.io/en/latest/upgrade.html>`_ for the
  details.
  * many other changes, see CHANGES.rst

OBS-URL: https://build.opensuse.org/request/show/936451
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=13
This commit is contained in:
2021-12-09 00:19:54 +00:00
committed by Git OBS Bridge
parent b3951fbad2
commit 6e34b50b42
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Dec 8 09:16:17 UTC 2021 - pgajdos@suse.com
- version update to 1.0.2
**Breaking change**: The scope of ``httpserver_listen_address`` fixture changed from **function**
to **session**. This is a requirement to implement the other features listed
in this release. See the `upgrade guide
<https://pytest-httpserver.readthedocs.io/en/latest/upgrade.html>`_ for the
details.
* many other changes, see CHANGES.rst
-------------------------------------------------------------------
Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>