- Update to 0.3.3:

* Besides bytes and string, dict and MultiDict objects can be specified as query_string
  * Add more files to source distribution (sdist). It now contains tests, assets, examples and other files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-08-01 15:06:51 +00:00
committed by Git OBS Bridge
parent aa88f84bdf
commit a48cb77794
4 changed files with 18 additions and 14 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.3:
* Besides bytes and string, dict and MultiDict objects can be specified as query_string
* Add more files to source distribution (sdist). It now contains tests, assets, examples and other files
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com> Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,19 +18,20 @@
%{?!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.1 Version: 0.3.3
Release: 0 Release: 0
Summary: A httpserver for pytest Summary: A httpserver for pytest
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://www.github.com/csernazs/pytest-httpserver URL: https://www.github.com/csernazs/pytest-httpserver
Source: https://github.com/csernazs/pytest-httpserver/archive/%{version}.tar.gz#/pytest-httpserver-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pytest_httpserver/pytest_httpserver-%{version}.tar.gz
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
Requires: python-Werkzeug
Requires: python-pytest
BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module Werkzeug} BuildRequires: %{python_module Werkzeug}
BuildRequires: %{python_module coverage} BuildRequires: %{python_module coverage}
@@ -39,17 +40,13 @@ BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests} BuildRequires: %{python_module requests}
# /SECTION # /SECTION
Requires: python-Werkzeug
Requires: python-pytest
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
pytest-httpserver is a httpserver for pytest. pytest-httpserver is a httpserver for pytest.
%prep %prep
%setup -q -n pytest-httpserver-%{version} %setup -q -n pytest_httpserver-%{version}
%build %build
%python_build %python_build