15
0
forked from pool/python-Routes

Accepting request 815575 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/815575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Routes?expand=0&rev=16
This commit is contained in:
2020-06-21 16:51:56 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 17 15:08:24 UTC 2020 - pgajdos@suse.com
- nose -> pytest
-------------------------------------------------------------------
Thu Nov 7 15:44:02 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Routes
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/R/Routes/Routes-%
BuildRequires: %{python_module WebOb}
BuildRequires: %{python_module WebTest}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module repoze.lru}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
@@ -51,7 +51,7 @@ A Routing package for Python that matches URL's to dicts and vice versa.
%python_install
%check
%python_exec %{_bindir}/nosetests
%pytest --doctest-modules routes
%files %{python_files}
%license LICENSE.txt