forked from pool/python-pytest-httpserver
- Update to 0.3.1:
* various bugfixes * various documentation updates OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
77d3a6c5ba
commit
aa88f84bdf
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5546e5e4678abafdd2be14b437386914c7b6edb60e59909f12b7f1dea7bc7caa
|
|
||||||
size 26972
|
|
||||||
3
pytest-httpserver-0.3.1.tar.gz
Normal file
3
pytest-httpserver-0.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04278ba2991677e5d5faa04643c7357ba9bd764dd1182731fef6068d21890f67
|
||||||
|
size 28030
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.3.1:
|
||||||
|
* various bugfixes
|
||||||
|
* various documentation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 20:54:06 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Tue Jul 23 20:54:06 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -12,30 +12,31 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!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.0
|
Version: 0.3.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: A httpserver for pytest
|
Summary: A httpserver for pytest
|
||||||
Url: https://www.github.com/csernazs/pytest-httpserver
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: https://github.com/csernazs/pytest-httpserver/archive/0.3.0.tar.gz#/pytest-httpserver-%{version}.tar.gz
|
Url: https://www.github.com/csernazs/pytest-httpserver
|
||||||
BuildRequires: fdupes
|
Source: https://github.com/csernazs/pytest-httpserver/archive/%{version}.tar.gz#/pytest-httpserver-%{version}.tar.gz
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Werkzeug}
|
BuildRequires: %{python_module Werkzeug}
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest-runner}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
Requires: python-Werkzeug
|
Requires: python-Werkzeug
|
||||||
@@ -61,7 +62,7 @@ pytest-httpserver is a httpserver for pytest.
|
|||||||
%pytest -k 'not test_wait_unexpected_request and not test_wait_timeout'
|
%pytest -k 'not test_wait_unexpected_request and not test_wait_timeout'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user