From 1c1640a25ca0e35b46b3ec5ff67620cb79d32331e9ee0914a5bab7e24074639a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 Aug 2018 07:00:49 +0000 Subject: [PATCH] - Use proper upstream tarball - Really execute tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=49 --- WebOb-1.8.2.tar.gz | 4 ++-- python-WebOb.changes | 2 ++ python-WebOb.spec | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/WebOb-1.8.2.tar.gz b/WebOb-1.8.2.tar.gz index 6dcb407..1c10cb1 100644 --- a/WebOb-1.8.2.tar.gz +++ b/WebOb-1.8.2.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dce2e8e43f0fa01b7a92092dcae2b9fb7989c4216628fa531e772c08ff14908 -size 280467 +oid sha256:1fe722f2ab857685fc96edec567dc40b1875b21219b3b348e58cd8c4d5ea7df3 +size 271737 diff --git a/python-WebOb.changes b/python-WebOb.changes index d62e162..3917a7c 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -3,6 +3,8 @@ Thu Aug 9 06:55:05 UTC 2018 - tchvatal@suse.com - Drop devel dependency - Use %license macro +- Use proper upstream tarball +- Really execute tests ------------------------------------------------------------------- Thu Aug 9 06:42:35 UTC 2018 - comurphy@suse.com diff --git a/python-WebOb.spec b/python-WebOb.spec index 45a3bc9..c746b23 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -67,10 +67,11 @@ PYTHONPATH=./src python3 setup.py build_sphinx && rm build/sphinx/html/.buildinf %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} %files %{python_files} %license docs/license.txt +%doc CHANGES.txt README.rst %{python_sitelib}/* %files -n python-WebOb-doc