15
0
forked from pool/python-bson

Accepting request 915022 from home:pgajdos:python

- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/915022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bson?expand=0&rev=5
This commit is contained in:
2021-08-30 12:54:33 +00:00
committed by Git OBS Bridge
parent 36ede024f0
commit 68784e50ac
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 30 10:39:53 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Mon Apr 8 04:58:07 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bson
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@ Name: python-bson
Version: 0.5.8
Release: 0
Summary: BSON codec for Python
License: BSD-3-Clause AND Apache-2.0
License: Apache-2.0 AND BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/py-bson/bson
Source: https://github.com/py-bson/bson/archive/%{version}.tar.gz#/bson-%{version}.tar.gz
@@ -52,7 +52,7 @@ sed -i '1 {/^#!/d}' bson/*.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pyunittest discover -v
%files %{python_files}
%doc README.rst