Files
python-pytest-httpserver/python-pytest-httpserver.changes
Matej Cepl 6e34b50b42 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
2021-12-09 00:19:54 +00:00

41 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
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>
- Update to 0.3.4
* renew certs expiring 2019-09-03
-------------------------------------------------------------------
Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use slightly more detailed description.
-------------------------------------------------------------------
Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.3:
* Besides bytes and string, dict and MultiDict objects can be specified as query_string
* Add more files to source distribution (sdist). It now contains tests, assets, examples and other files
-------------------------------------------------------------------
Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.1:
* various bugfixes
* various documentation updates
-------------------------------------------------------------------
Tue Jul 23 20:54:06 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Initial version