Revisions of python-pytest-httpserver

buildservice-autocommit accepted request 1153853 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- 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.
buildservice-autocommit accepted request 1090084 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
- update to 1.0.8:
  * Bug Fixes
buildservice-autocommit accepted request 1088466 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- 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.
buildservice-autocommit accepted request 1084893 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- 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)
buildservice-autocommit accepted request 1082435 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 19)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1082412 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
SR for python stack proposal
buildservice-autocommit accepted request 998104 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 17)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 998033 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- Clean specfile: remove code coverage checker
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 995191 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- 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.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 941226 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 14)
- pytest-runner is not required for build
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 936451 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 13)
- 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
buildservice-autocommit accepted request 727688 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 12)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 726886 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 10)
Update to 0.3.4
  * renew test certs expiring 2019-09-03
buildservice-autocommit accepted request 726063 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 725997 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 8)
- Use slightly more detailed description.
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by