14
0

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
This commit is contained in:
Tomáš Chvátal
2020-08-17 06:15:00 +00:00
committed by Git OBS Bridge
parent 7186b2a960
commit 1b4dadf858
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Aug 16 21:22:31 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary build dependency nose
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 11 11:15:21 UTC 2019 - pgajdos@suse.com Thu Apr 11 11:15:21 UTC 2019 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-snappy # 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 # 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
@@ -23,17 +23,15 @@ Release: 0
Summary: Python library for the snappy compression library Summary: Python library for the snappy compression library
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python 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 Source: https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler BuildRequires: c++_compiler
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(snappy) BuildRequires: pkgconfig(snappy)
# SECTION test requirements
BuildRequires: %{python_module nose}
# /SECTION
%python_subpackages %python_subpackages
%description %description