diff --git a/pytest_httpserver-1.0.10.tar.gz b/pytest_httpserver-1.0.10.tar.gz new file mode 100644 index 0000000..377e4eb --- /dev/null +++ b/pytest_httpserver-1.0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b9fbc2eb0a129cfbbacc8fe57e8cafe071d506489f31fe31e62f1b332d9905 +size 60446 diff --git a/pytest_httpserver-1.0.8.tar.gz b/pytest_httpserver-1.0.8.tar.gz deleted file mode 100644 index 6bab4e5..0000000 --- a/pytest_httpserver-1.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e052f69bc8a9073db02484681e8e47004dd1fb3763b0ae833bd899e5895c559a -size 60126 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index cc53221..dffa158 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Mar 1 10:19:34 UTC 2024 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Wed May 31 19:41:54 UTC 2023 - Dirk Müller diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index e2fe9b7..40a5007 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-httpserver # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pytest-httpserver -Version: 1.0.8 +Version: 1.0.10 Release: 0 Summary: A HTTP server for pytest License: MIT