- 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:
Tomáš Chvátal
2019-07-26 13:54:37 +00:00
committed by Git OBS Bridge
parent 77d3a6c5ba
commit aa88f84bdf
4 changed files with 21 additions and 13 deletions

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-pytest-httpserver
# spec file for package python-pytest-httpserver
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
@@ -12,30 +12,31 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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-%{**}}
%define skip_python2 1
Name: python-pytest-httpserver
Version: 0.3.0
Version: 0.3.1
Release: 0
License: MIT
Summary: A httpserver for pytest
Url: https://www.github.com/csernazs/pytest-httpserver
License: MIT
Group: Development/Languages/Python
Source: https://github.com/csernazs/pytest-httpserver/archive/0.3.0.tar.gz#/pytest-httpserver-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Url: https://www.github.com/csernazs/pytest-httpserver
Source: https://github.com/csernazs/pytest-httpserver/archive/%{version}.tar.gz#/pytest-httpserver-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module Werkzeug}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
# /SECTION
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'
%files %{python_files}
%doc README.rst
%doc README.md
%license LICENSE
%{python_sitelib}/*