Accepting request 1084893 from devel:languages:python:pytest

- 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/request/show/1084893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpserver?expand=0&rev=10
This commit is contained in:
2023-05-09 11:06:24 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae3296626d0a10e835a9f423c61b4540547d582422be054c3fcc08626baa1024
size 51926

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9040d07bf59ac45d8de3db1d4468fd2d1d607975e4da4c872ecc0402cdbf7b3e
size 57026

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu May 4 22:25:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

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