15
0

Accepting request 517046 from home:TheBlackCat:branches:devel:languages:python

Update to 2.0.28

OBS-URL: https://build.opensuse.org/request/show/517046
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=36
This commit is contained in:
2017-08-17 06:14:19 +00:00
committed by Git OBS Bridge
parent ee1e8930a3
commit 0905c243b4
4 changed files with 21 additions and 8 deletions

View File

@@ -16,12 +16,11 @@
#
%bcond_without tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%bcond_without tests
Name: python-WebTest
Version: 2.0.27
Version: 2.0.28
Release: 0
Url: http://webtest.pythonpaste.org/
Summary: Helper to test WSGI applications
@@ -94,8 +93,9 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst docs/license.rst
%{python_sitelib}/*
%doc CHANGELOG.rst README.rst docs/license.rst
%{python_sitelib}/webtest/
%{python_sitelib}/WebTest-%{version}-py*.egg-info
%files -n %{name}-doc
%defattr(-,root,root,-)