diff --git a/pytest-httpserver-0.3.0.tar.gz b/pytest-httpserver-0.3.0.tar.gz deleted file mode 100644 index e9a1099..0000000 --- a/pytest-httpserver-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5546e5e4678abafdd2be14b437386914c7b6edb60e59909f12b7f1dea7bc7caa -size 26972 diff --git a/pytest-httpserver-0.3.1.tar.gz b/pytest-httpserver-0.3.1.tar.gz new file mode 100644 index 0000000..bcfd51c --- /dev/null +++ b/pytest-httpserver-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04278ba2991677e5d5faa04643c7357ba9bd764dd1182731fef6068d21890f67 +size 28030 diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index ff917e8..a4b3df3 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 26 13:51:39 UTC 2019 - Tomáš Chvátal + +- Update to 0.3.1: + * various bugfixes + * various documentation updates + ------------------------------------------------------------------- Tue Jul 23 20:54:06 UTC 2019 - Todd R diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index 12d1c43..0b2b00c 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -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}/*