From 955f27f729b5898535f6e6a0dddfad02480249887f9cb9543ed553712c5b96f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Mar 2020 13:23:08 +0000 Subject: [PATCH] Accepting request 783382 from home:pgajdos:python - version update to 3.0.2 * no upstream changelog found OBS-URL: https://build.opensuse.org/request/show/783382 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=26 --- 2.5.2.tar.gz | 3 --- 3.0.2.tar.gz | 3 +++ python-unittest-xml-reporting.changes | 6 ++++++ python-unittest-xml-reporting.spec | 6 ++---- 4 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 2.5.2.tar.gz create mode 100644 3.0.2.tar.gz diff --git a/2.5.2.tar.gz b/2.5.2.tar.gz deleted file mode 100644 index c1d5eb6..0000000 --- a/2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f8aeab5a882b1593656569a45dd9106e2fed324695ce60f5c27ef314055d1b8 -size 33209 diff --git a/3.0.2.tar.gz b/3.0.2.tar.gz new file mode 100644 index 0000000..1d6c23a --- /dev/null +++ b/3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe165386952ec5373d4db5b4ac0644b60b734f4b02b9e575b1d0dc873616ba4 +size 34137 diff --git a/python-unittest-xml-reporting.changes b/python-unittest-xml-reporting.changes index c32d9d0..3c613a7 100644 --- a/python-unittest-xml-reporting.changes +++ b/python-unittest-xml-reporting.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 12:56:35 UTC 2020 - pgajdos@suse.com + +- version update to 3.0.2 + * no upstream changelog found + ------------------------------------------------------------------- Fri Feb 7 16:10:46 UTC 2020 - Marketa Calabkova diff --git a/python-unittest-xml-reporting.spec b/python-unittest-xml-reporting.spec index 9d4004c..18916c5 100644 --- a/python-unittest-xml-reporting.spec +++ b/python-unittest-xml-reporting.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-unittest-xml-reporting -Version: 2.5.2 +Version: 3.0.2 Release: 0 Summary: PyUnit-based test runner with JUnit like XML reporting License: LGPL-3.0-or-later @@ -33,9 +34,6 @@ BuildRequires: python-rpm-macros Requires: python-six >= 1.4.0 Provides: python-xmlrunner = %{version} BuildArch: noarch -%ifpython2 -BuildRequires: python2-mock -%endif %python_subpackages %description