From 3c065e78b1294de45f908c8b6594c33c8e7920b6d15a7c434d10494fa87857e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 2 Mar 2020 13:32:38 +0000 Subject: [PATCH] - 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 --- nose2-0.9.1.tar.gz | 3 --- nose2-0.9.2.tar.gz | 3 +++ python-nose2.changes | 8 ++++++++ python-nose2.spec | 5 ++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 nose2-0.9.1.tar.gz create mode 100644 nose2-0.9.2.tar.gz diff --git a/nose2-0.9.1.tar.gz b/nose2-0.9.1.tar.gz deleted file mode 100644 index 172d754..0000000 --- a/nose2-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ede156fd7974fa40893edeca0b709f402c0ccacd7b81b22e76f73c116d1b999 -size 153897 diff --git a/nose2-0.9.2.tar.gz b/nose2-0.9.2.tar.gz new file mode 100644 index 0000000..1861e87 --- /dev/null +++ b/nose2-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8762f77925bbafcdf38331e0e2ee718756fb75ff74b1f9097cd08731ad59ab5e +size 154695 diff --git a/python-nose2.changes b/python-nose2.changes index be1f9f0..92f3fab 100644 --- a/python-nose2.changes +++ b/python-nose2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 2 13:22:27 UTC 2020 - Tomáš Chvátal + +- 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 diff --git a/python-nose2.spec b/python-nose2.spec index 3845799..bdfaf10 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -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