Accepting request 662605 from devel:languages:python

- 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/request/show/662605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2019-01-03 17:09:30 +00:00 committed by Git OBS Bridge
commit 0561bb03d5
2 changed files with 11 additions and 5 deletions

View File

@ -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> Mon Dec 17 21:04:26 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-Paste # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 Summary: Tools for using a Web Server Gateway Interface stack
License: MIT License: MIT
Group: Development/Languages/Python 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 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-runner}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@ -69,7 +67,7 @@ python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %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} %files %{python_files}
%license docs/license.txt %license docs/license.txt