Changelog for
python3-pytest-httpserver-1.0.5-qubes.lp155.1.66.noarch.rpm :
* Thu Aug 18 2022 Ben Greiner
- Clean specfile: remove code coverage checker
* Mon Aug 15 2022 Ben Greiner - Update to 1.0.5
* Packaging of sdist and the wheel fixed by adding the extra files only to the sdist and not to the wheel.- Release 1.0.4
* Fixed type hinting of HeaderValueMatcher.DEFAULT_MATCHERS, which did not allow modifications, however it is explicitly allowed in the documentation.
* Version of flake8 library updated to require 4.0.0+ at minimum. This is required to make flake8 working on recent python versions.- Release 1.0.3
* Additional type hints improvements to make the library more mypy compliant. Imports in __init__.py have been updated to indicate that this is a namespace package.
* Package deployment and CI has been migrated to poetry. poetry.lock will be kept up to date. Make target \"quick-test\" renamed to \"test\". Also, minor adjustments were made regarding documentation generation. Make targets should be identical. Build results like sdist, and wheel are almost identical to the one which was made by setuptools.
* Fri Dec 17 2021 pgajdosAATTsuse.com- pytest-runner is not required for build
* Wed Dec 08 2021 pgajdosAATTsuse.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 `_ for the details.
* many other changes, see CHANGES.rst
* Thu Aug 29 2019 Bernhard Wiedemann - Update to 0.3.4
* renew certs expiring 2019-09-03
* Mon Aug 26 2019 Jan Engelhardt - Use slightly more detailed description.
* Thu Aug 01 2019 Tomáš Chvátal - 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 2019 Tomáš Chvátal - Update to 0.3.1:
* various bugfixes
* various documentation updates
* Tue Jul 23 2019 Todd R - Initial version