14
0
forked from pool/python-nose2

- Update to 0.9.2:

* Add --junit-xml-path to the junit plugin argument list
  * It is now possible to use the multiprocess and coverage plugins together, as long as all of the coverage config is put into the config file
  * Minor changes to be compatible with newer pythons (3.8, 3.9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nose2?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2020-03-02 13:32:38 +00:00
committed by Git OBS Bridge
parent 39c9aae16f
commit 3c065e78b1
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ede156fd7974fa40893edeca0b709f402c0ccacd7b81b22e76f73c116d1b999
size 153897

3
nose2-0.9.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8762f77925bbafcdf38331e0e2ee718756fb75ff74b1f9097cd08731ad59ab5e
size 154695

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 2 13:22:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.2:
* Add --junit-xml-path to the junit plugin argument list
* It is now possible to use the multiprocess and coverage plugins together, as long as all of the coverage config is put into the config file
* Minor changes to be compatible with newer pythons (3.8, 3.9)
-------------------------------------------------------------------
Mon Nov 11 03:25:06 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-nose2
#
# 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
@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-nose2
Version: 0.9.1
Version: 0.9.2
Release: 0
Summary: Second generation of the "nose" Python testing framework
License: BSD-2-Clause AND Python-2.0
Group: Development/Languages/Python
URL: https://github.com/nose-devs/nose2
Source: https://files.pythonhosted.org/packages/source/n/nose2/nose2-%{version}.tar.gz
Patch0: remove_unittest2.patch