From b4916819862464199acdb36ea20cf5aabde60f82b1506960cd7fef64ee67c9a6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 11 Mar 2020 04:34:04 +0000 Subject: [PATCH] - Update to version 1.9 * No upstream changelog * Tarball built by hand, not uploaded to PyPi, bug filed. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-junit-xml?expand=0&rev=5 --- junit-xml-1.8.tar.gz | 3 --- junit-xml-1.9.tar.gz | 3 +++ python-junit-xml.changes | 7 +++++++ python-junit-xml.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 junit-xml-1.8.tar.gz create mode 100644 junit-xml-1.9.tar.gz diff --git a/junit-xml-1.8.tar.gz b/junit-xml-1.8.tar.gz deleted file mode 100644 index 9bf41d7..0000000 --- a/junit-xml-1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:602f1c480a19d64edb452bf7632f76b5f2cb92c1938c6e071dcda8ff9541dc21 -size 9995 diff --git a/junit-xml-1.9.tar.gz b/junit-xml-1.9.tar.gz new file mode 100644 index 0000000..6dc651c --- /dev/null +++ b/junit-xml-1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2409c7ac3d06cbf0938c95cd3488dd850435a3afba12c48f1f669de5bba5e85d +size 11210 diff --git a/python-junit-xml.changes b/python-junit-xml.changes index 9b87364..68cf747 100644 --- a/python-junit-xml.changes +++ b/python-junit-xml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 11 04:33:02 UTC 2020 - Steve Kowalik + +- Update to version 1.9 + * No upstream changelog + * Tarball built by hand, not uploaded to PyPi, bug filed. + ------------------------------------------------------------------- Thu Aug 29 14:59:15 UTC 2019 - Jan Engelhardt diff --git a/python-junit-xml.spec b/python-junit-xml.spec index 2f6ba6c..4ee9687 100644 --- a/python-junit-xml.spec +++ b/python-junit-xml.spec @@ -1,7 +1,7 @@ # # spec file for package python-junit-xml # -# 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,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-junit-xml -Version: 1.8 +Version: 1.9 Release: 0 Summary: Module that creates JUnit XML test result documents License: MIT Group: Development/Languages/Python -Url: https://github.com/kyrus/python-junit-xml +URL: https://github.com/kyrus/python-junit-xml Source: https://files.pythonhosted.org/packages/source/j/junit-xml/junit-xml-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros