- Disable test_modified as it fails on non 64b arches due to
slightly different reported string - Drop nose dep, not needed - Fix URL to point to current homepage OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=27
This commit is contained in:
parent
11693b901b
commit
e81908e08a
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 07:17:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Disable test_modified as it fails on non 64b arches due to
|
||||
slightly different reported string
|
||||
- Drop nose dep, not needed
|
||||
- Fix URL to point to current homepage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 17 21:04:26 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Paste
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,10 +24,8 @@ Release: 0
|
||||
Summary: Tools for using a Web Server Gateway Interface stack
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: http://pythonpaste.org
|
||||
URL: https://github.com/cdent/paste
|
||||
Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz
|
||||
# Test build requirements:
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@ -69,7 +67,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec setup.py -q test
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v -k 'not test_modified'
|
||||
|
||||
%files %{python_files}
|
||||
%license docs/license.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user