diff --git a/python-Paste.changes b/python-Paste.changes index ce9b9ad..4f14446 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 3 07:17:00 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-Paste.spec b/python-Paste.spec index 39fb8c6..2a5d637 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -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