python-pytest-httpserver

Edit Package python-pytest-httpserver
No description set
Refresh
Refresh
Source Files
Filename Size Changed
pytest_httpserver-1.0.7.tar.gz 0000060065 58.7 KB
python-pytest-httpserver.changes 0000005041 4.92 KB
python-pytest-httpserver.spec 0000002159 2.11 KB
Revision 11 (latest revision is 13)
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.
Comments 0
openSUSE Build Service is sponsored by