From 6e34b50b4278f4514b2fc749ee5b271be0b8f27667ecdc7a3a03ecfc95a9ecaf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Dec 2021 00:19:54 +0000 Subject: [PATCH] Accepting request 936451 from home:pgajdos:python - version update to 1.0.2 **Breaking change**: The scope of ``httpserver_listen_address`` fixture changed from **function** to **session**. This is a requirement to implement the other features listed in this release. See the `upgrade guide `_ for the details. * many other changes, see CHANGES.rst OBS-URL: https://build.opensuse.org/request/show/936451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=13 --- pytest_httpserver-0.3.4.tar.gz | 3 --- pytest_httpserver-1.0.2.tar.gz | 3 +++ python-pytest-httpserver.changes | 11 +++++++++++ python-pytest-httpserver.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 pytest_httpserver-0.3.4.tar.gz create mode 100644 pytest_httpserver-1.0.2.tar.gz diff --git a/pytest_httpserver-0.3.4.tar.gz b/pytest_httpserver-0.3.4.tar.gz deleted file mode 100644 index bb39d27..0000000 --- a/pytest_httpserver-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7269aed8b4f2d24e41eaa2034dd9ab7ae02b0cb6e71afeae93127832920ec8d -size 24683 diff --git a/pytest_httpserver-1.0.2.tar.gz b/pytest_httpserver-1.0.2.tar.gz new file mode 100644 index 0000000..4b5bcc0 --- /dev/null +++ b/pytest_httpserver-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2701fd1d9814d58551f9d1044db335c6ba9873169366c58349523a58cf74ed40 +size 51356 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index ada9548..b2f63c1 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 8 09:16:17 UTC 2021 - pgajdos@suse.com + +- version update to 1.0.2 + **Breaking change**: The scope of ``httpserver_listen_address`` fixture changed from **function** + to **session**. This is a requirement to implement the other features listed + in this release. See the `upgrade guide + `_ for the + details. + * many other changes, see CHANGES.rst + ------------------------------------------------------------------- Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index e70e403..fcee87a 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-httpserver # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-httpserver -Version: 0.3.4 +Version: 1.0.2 Release: 0 Summary: A HTTP server for pytest License: MIT @@ -59,7 +59,7 @@ HTTP requests and their responses. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not test_wait_unexpected_request and not test_wait_timeout' +%pytest %files %{python_files} %doc README.md