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