From ff4dea48243b49c5daac90e45b87bd5996d91cc8f52387f4f2a8d787373243b3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 18 Aug 2024 17:18:39 +0000 Subject: [PATCH] - update to 1.1.0: * Fixed an issue related to the leak of httpserver state between the tests when httpserver is destructed before the other fixtures. #352 * Fix pytest-httpserver's own tests related to log querying. No functional changes in pytest-httpserver code itself. #345 * New methods added to query for matching requests in the log. * Threading support to serve requests in parallel Optional[str], str], bool]`` will be accepted also. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=28 --- pytest_httpserver-1.0.10.tar.gz | 3 --- pytest_httpserver-1.1.0.tar.gz | 3 +++ python-pytest-httpserver.changes | 14 +++++++++++++- python-pytest-httpserver.spec | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 pytest_httpserver-1.0.10.tar.gz create mode 100644 pytest_httpserver-1.1.0.tar.gz diff --git a/pytest_httpserver-1.0.10.tar.gz b/pytest_httpserver-1.0.10.tar.gz deleted file mode 100644 index 377e4eb..0000000 --- a/pytest_httpserver-1.0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77b9fbc2eb0a129cfbbacc8fe57e8cafe071d506489f31fe31e62f1b332d9905 -size 60446 diff --git a/pytest_httpserver-1.1.0.tar.gz b/pytest_httpserver-1.1.0.tar.gz new file mode 100644 index 0000000..37dbd6c --- /dev/null +++ b/pytest_httpserver-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1cb0199e2ed551b1b94d43f096863bbf6ae5bcd7c75c2c06845e5ce2dc8701 +size 67210 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index dffa158..ea28a27 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Aug 18 17:18:13 UTC 2024 - Dirk Müller + +- update to 1.1.0: + * Fixed an issue related to the leak of httpserver state + between the tests when httpserver is destructed before the + other fixtures. #352 + * Fix pytest-httpserver's own tests related to log querying. No + functional changes in pytest-httpserver code itself. #345 + * New methods added to query for matching requests in the log. + * Threading support to serve requests in parallel + ------------------------------------------------------------------- Fri Mar 1 10:19:34 UTC 2024 - Dirk Müller @@ -29,7 +41,7 @@ Mon May 22 21:17:53 UTC 2023 - Dirk Müller 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. + 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 diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index 40a5007..4d72ab8 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-httpserver -Version: 1.0.10 +Version: 1.1.0 Release: 0 Summary: A HTTP server for pytest License: MIT