Accepting request 937344 from devel:languages:python:pytest

OBS-URL: https://build.opensuse.org/request/show/937344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpserver?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-12-09 18:45:37 +00:00 committed by Git OBS Bridge
commit aca77f74b6
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@ -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
<https://pytest-httpserver.readthedocs.io/en/latest/upgrade.html>`_ for the
details.
* many other changes, see CHANGES.rst
-------------------------------------------------------------------
Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

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