From e81908e08ac26368539d2d34d13fb128145ffe312a247080e90bb47bdbad3b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 3 Jan 2019 07:23:25 +0000 Subject: [PATCH] - 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 --- python-Paste.changes | 8 ++++++++ python-Paste.spec | 8 +++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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