From ea649d0e2b1676d0882a8df8eb349b277899c0237d77d608d126b9305fd3555f Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 19 Oct 2022 12:12:17 +0000 Subject: [PATCH] - Remove not needed python-six dependency - Use more specific python_sitelib in files section - Update the source URL to the current one OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unittest-xml-reporting?expand=0&rev=28 --- python-unittest-xml-reporting.changes | 7 +++++++ python-unittest-xml-reporting.spec | 9 ++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-unittest-xml-reporting.changes b/python-unittest-xml-reporting.changes index 3c613a7..c8ef947 100644 --- a/python-unittest-xml-reporting.changes +++ b/python-unittest-xml-reporting.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 19 12:10:51 UTC 2022 - Daniel Garcia + +- Remove not needed python-six dependency +- Use more specific python_sitelib in files section +- Update the source URL to the current one + ------------------------------------------------------------------- Tue Mar 10 12:56:35 UTC 2020 - pgajdos@suse.com diff --git a/python-unittest-xml-reporting.spec b/python-unittest-xml-reporting.spec index 18916c5..975f320 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) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,15 +23,13 @@ Version: 3.0.2 Release: 0 Summary: PyUnit-based test runner with JUnit like XML reporting License: LGPL-3.0-or-later -URL: https://github.com/danielfm/unittest-xml-reporting +URL: https://github.com/xmlrunner/unittest-xml-reporting Source: https://github.com/xmlrunner/unittest-xml-reporting/archive/%{version}.tar.gz BuildRequires: %{python_module lxml} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.4.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six >= 1.4.0 Provides: python-xmlrunner = %{version} BuildArch: noarch %python_subpackages @@ -58,6 +56,7 @@ systems, IDEs and continuous integration servers. %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/xmlrunner +%{python_sitelib}/unittest_xml_reporting-%{version}*-info %changelog