From 0044fd992beeb456851425645aa5e69f885efc2c31f831ebb2783dd5586df4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 9 Feb 2020 10:11:40 +0000 Subject: [PATCH] Accepting request 772140 from home:mcalabkova:branches:devel:languages:python - update to 2.5.2 * add testing for python3.8 * Fix crash when exceptions contain unicode in buffered output OBS-URL: https://build.opensuse.org/request/show/772140 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=24 --- 2.5.1.tar.gz | 3 --- 2.5.2.tar.gz | 3 +++ python-unittest-xml-reporting.changes | 7 +++++++ python-unittest-xml-reporting.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 2.5.1.tar.gz create mode 100644 2.5.2.tar.gz diff --git a/2.5.1.tar.gz b/2.5.1.tar.gz deleted file mode 100644 index 68170b2..0000000 --- a/2.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd94c4e0a7f47b8adf412869d2aaee18d8175f532c81a1dc6959152dde1c58ec -size 33104 diff --git a/2.5.2.tar.gz b/2.5.2.tar.gz new file mode 100644 index 0000000..c1d5eb6 --- /dev/null +++ b/2.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f8aeab5a882b1593656569a45dd9106e2fed324695ce60f5c27ef314055d1b8 +size 33209 diff --git a/python-unittest-xml-reporting.changes b/python-unittest-xml-reporting.changes index 427e6db..c32d9d0 100644 --- a/python-unittest-xml-reporting.changes +++ b/python-unittest-xml-reporting.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Feb 7 16:10:46 UTC 2020 - Marketa Calabkova + +- update to 2.5.2 + * add testing for python3.8 + * Fix crash when exceptions contain unicode in buffered output + ------------------------------------------------------------------- Wed Oct 2 09:11:10 UTC 2019 - Matej Cepl diff --git a/python-unittest-xml-reporting.spec b/python-unittest-xml-reporting.spec index c322187..9d4004c 100644 --- a/python-unittest-xml-reporting.spec +++ b/python-unittest-xml-reporting.spec @@ -1,7 +1,7 @@ # # spec file for package python-unittest-xml-reporting # -# 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,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-unittest-xml-reporting -Version: 2.5.1 +Version: 2.5.2 Release: 0 Summary: PyUnit-based test runner with JUnit like XML reporting License: LGPL-3.0-or-later