forked from pool/python-pytest-httpserver
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 <https://pytest-httpserver.readthedocs.io/en/latest/upgrade.html>`_ 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7269aed8b4f2d24e41eaa2034dd9ab7ae02b0cb6e71afeae93127832920ec8d
|
|
||||||
size 24683
|
|
||||||
3
pytest_httpserver-1.0.2.tar.gz
Normal file
3
pytest_httpserver-1.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2701fd1d9814d58551f9d1044db335c6ba9873169366c58349523a58cf74ed40
|
||||||
|
size 51356
|
||||||
@@ -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>
|
Thu Aug 29 04:48:45 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-httpserver
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-pytest-httpserver
|
Name: python-pytest-httpserver
|
||||||
Version: 0.3.4
|
Version: 1.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A HTTP server for pytest
|
Summary: A HTTP server for pytest
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -59,7 +59,7 @@ HTTP requests and their responses.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest -k 'not test_wait_unexpected_request and not test_wait_timeout'
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|||||||
Reference in New Issue
Block a user