From 1b4dadf85861969029b198c87e647a11612f4d2fbec584ae2850b07e5516e73e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 17 Aug 2020 06:15:00 +0000 Subject: [PATCH] Accepting request 827120 from home:jayvdb:py-submit Replace nose with pytest OBS-URL: https://build.opensuse.org/request/show/827120 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-snappy?expand=0&rev=6 --- python-python-snappy.changes | 5 +++++ python-python-snappy.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/python-python-snappy.changes b/python-python-snappy.changes index ffe5f41..173cacf 100644 --- a/python-python-snappy.changes +++ b/python-python-snappy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 16 21:22:31 UTC 2020 - John Vandenberg + +- Remove unnecessary build dependency nose + ------------------------------------------------------------------- Thu Apr 11 11:15:21 UTC 2019 - pgajdos@suse.com diff --git a/python-python-snappy.spec b/python-python-snappy.spec index d877fc4..b7e8864 100644 --- a/python-python-snappy.spec +++ b/python-python-snappy.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-snappy # -# 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,15 @@ Release: 0 Summary: Python library for the snappy compression library License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/andrix/python-snappy +URL: https://github.com/andrix/python-snappy Source: https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: c++_compiler BuildRequires: fdupes +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(snappy) -# SECTION test requirements -BuildRequires: %{python_module nose} -# /SECTION %python_subpackages %description