diff --git a/pytest_httpserver-1.1.0.tar.gz b/pytest_httpserver-1.1.0.tar.gz deleted file mode 100644 index 37dbd6c..0000000 --- a/pytest_httpserver-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b1cb0199e2ed551b1b94d43f096863bbf6ae5bcd7c75c2c06845e5ce2dc8701 -size 67210 diff --git a/pytest_httpserver-1.1.3.tar.gz b/pytest_httpserver-1.1.3.tar.gz new file mode 100644 index 0000000..2e1051d --- /dev/null +++ b/pytest_httpserver-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af819d6b533f84b4680b9416a5b3f67f1df3701f1da54924afd4d6e4ba5917ec +size 68870 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index ea28a27..934fd78 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 29 20:16:44 UTC 2025 - Dirk Müller + +- update to 1.1.3: + * Run server threads with daemon flag, preventing shutdown + issues. #411 + * Python versions earlier than 3.9 have been deprecated in + order to make the code more type safe. Python 3.8 has reached + EOL on 2024-10-07. + * Add a new expect method to the HTTPServer object which allows + developers to provide their own request matcher object. + ------------------------------------------------------------------- Sun Aug 18 17:18:13 UTC 2024 - Dirk Müller diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index 4d72ab8..6bef96d 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-httpserver # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # 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.1.0 +Version: 1.1.3 Release: 0 Summary: A HTTP server for pytest License: MIT