Revisions of python-pytest-httpserver

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1153853 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- update to 1.0.10:
  * When there's no handler for the request, add more details to
    the response sent by the server about the request to help
    debugging.
  * Use ruff for linting. It includes some source code changes
    which should not introduce functional changes, or API
    changes.
  * Add __repr__ to RequestHandler object so when it is compared
    (eg. with the log attribute of the server) it will show the
    matcher parameters.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1090084 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
- update to 1.0.8:
  * Bug Fixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1088466 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- update to 1.0.7:
  * With werkzeug 2.3.x the headers type has been updated to not
    allow integers as header values. This restriction followed up
    in pytest-httpserver.
  * Python versions earlier than 3.8 have been deprecated in
    order to support the latest werkzeug.
  * Type hinting for header_value_matcher has been fixed. From
    now, specifying a callable as ``Callable[[str,
    Optional[str], str], bool]`` will be accepted also. 
    Providing a ``HeaderValueMatcher`` object will be also
    accepted as before, as it provides the same callable signature
  * Fix Werkzeug deprecation warning about
    ``parse_authorization_header`` call.
  * Replace ``parse_authorization_header`` with
    ``Authorization.from_header`` as suggested. This fix should
    not introduce any functional change for the users.
  * Fix Werkzeug deprecation warning about
    ``werkzeug.urls.url_decode`` call. This call has been changed
    to ``urllib.parse.parse_qsl`` in the implementation.
    This fix should not introduce any functional change for the
    users.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1084893 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- update to 1.0.6:
  * Add a new way of running tests with the blocking mode. In
    this mode, the http server is synchronized to the main thread
    and the client code is run in a separate thread.
  * Python version classifier updated in pyproject.toml (which
    updates pypi also)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 727688 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 5)
- Update to 0.3.4
  * renew certs expiring 2019-09-03
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 720248 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 3)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 718902 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 2)
- Update to 0.3.1:
  * various bugfixes
  * various documentation updates
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 718611 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
httpserver for pytest

Required by python-scikit-image
Displaying all 13 revisions
openSUSE Build Service is sponsored by