14
0
forked from pool/python-WebOb

- Use proper upstream tarball

- Really execute tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=49
This commit is contained in:
Tomáš Chvátal
2018-08-09 07:00:49 +00:00
committed by Git OBS Bridge
parent d56c70f00c
commit 1c1640a25c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3dce2e8e43f0fa01b7a92092dcae2b9fb7989c4216628fa531e772c08ff14908
size 280467
oid sha256:1fe722f2ab857685fc96edec567dc40b1875b21219b3b348e58cd8c4d5ea7df3
size 271737

View File

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

View File

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