14
0

- 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
This commit is contained in:
2022-10-19 12:12:17 +00:00
committed by Git OBS Bridge
parent 955f27f729
commit ea649d0e2b
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 19 12:10:51 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- 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 Tue Mar 10 12:56:35 UTC 2020 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-unittest-xml-reporting # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -23,15 +23,13 @@ Version: 3.0.2
Release: 0 Release: 0
Summary: PyUnit-based test runner with JUnit like XML reporting Summary: PyUnit-based test runner with JUnit like XML reporting
License: LGPL-3.0-or-later 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 Source: https://github.com/xmlrunner/unittest-xml-reporting/archive/%{version}.tar.gz
BuildRequires: %{python_module lxml} BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.4.0}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-six >= 1.4.0
Provides: python-xmlrunner = %{version} Provides: python-xmlrunner = %{version}
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -58,6 +56,7 @@ systems, IDEs and continuous integration servers.
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/xmlrunner
%{python_sitelib}/unittest_xml_reporting-%{version}*-info
%changelog %changelog