diff --git a/pytest_httpserver-1.0.5.tar.gz b/pytest_httpserver-1.0.5.tar.gz deleted file mode 100644 index b34ab13..0000000 --- a/pytest_httpserver-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae3296626d0a10e835a9f423c61b4540547d582422be054c3fcc08626baa1024 -size 51926 diff --git a/pytest_httpserver-1.0.6.tar.gz b/pytest_httpserver-1.0.6.tar.gz new file mode 100644 index 0000000..a77d350 --- /dev/null +++ b/pytest_httpserver-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9040d07bf59ac45d8de3db1d4468fd2d1d607975e4da4c872ecc0402cdbf7b3e +size 57026 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index f7da9bb..d179871 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 4 22:25:29 UTC 2023 - Dirk Müller + +- 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) + ------------------------------------------------------------------- Fri Apr 21 12:31:43 UTC 2023 - Dirk Müller diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index a1b4058..2b7ef10 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pytest-httpserver -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: A HTTP server for pytest License: MIT @@ -29,6 +27,7 @@ URL: https://www.github.com/csernazs/pytest-httpserver Source: https://files.pythonhosted.org/packages/source/p/pytest_httpserver/pytest_httpserver-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} +BuildRequires: %{python_module toml >= 0.10} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Werkzeug >= 2