- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=20
This commit is contained in:
2023-05-04 22:28:27 +00:00
committed by Git OBS Bridge
parent 5549679fa4
commit d836f8748c
4 changed files with 15 additions and 6 deletions

View File

@@ -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