Accepting request 827062 from home:jayvdb:py-submit

Replace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/827062
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pkginfo?expand=0&rev=14
This commit is contained in:
Dirk Mueller 2020-08-16 17:30:09 +00:00 committed by Git OBS Bridge
parent 85fd4214e1
commit 9fef7b9247
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 16 15:30:46 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary build dependency nose
-------------------------------------------------------------------
Wed Jun 19 12:59:08 UTC 2019 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pkginfo
#
# 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
@ -23,17 +23,16 @@ Release: 0
Summary: Python package for querying metadatdata from sdists/bdists/installed packages
License: MIT
Group: Development/Languages/Python
URL: http://pypi.python.org/pypi/pkginfo/
URL: https://pypi.python.org/pypi/pkginfo/
Source: https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires(post): update-alternatives
Requires(preun): update-alternatives
Requires: python-setuptools
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages