From 9fef7b92474edb999d80d763959db5f9c8cb7b39cb71bf69e6ceb21638fd3e59 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Aug 2020 17:30:09 +0000 Subject: [PATCH] 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 --- python-pkginfo.changes | 5 +++++ python-pkginfo.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-pkginfo.changes b/python-pkginfo.changes index c449e78..55dc7e6 100644 --- a/python-pkginfo.changes +++ b/python-pkginfo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 16 15:30:46 UTC 2020 - John Vandenberg + +- Remove unnecessary build dependency nose + ------------------------------------------------------------------- Wed Jun 19 12:59:08 UTC 2019 - pgajdos@suse.com diff --git a/python-pkginfo.spec b/python-pkginfo.spec index 174c06e..9431ae6 100644 --- a/python-pkginfo.spec +++ b/python-pkginfo.spec @@ -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