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