python-pytest-httpserver/python-pytest-httpserver.changes

46 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Fri Dec 17 13:53:27 UTC 2021 - pgajdos@suse.com
- pytest-runner is not required for build
-------------------------------------------------------------------
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