Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-coverage-plugin for
openSUSE:Factory checked in at 2023-04-13 14:14:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-coverage-plugin (Old)
and /work/SRC/openSUSE:Factory/.python-django-coverage-plugin.new.19717
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-coverage-plugin"
Thu Apr 13 14:14:40 2023 rev:6 rq:1079122 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-coverage-plugin/python-django-coverage-plugin.changes
2023-02-10 14:36:23.162302611 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-coverage-plugin.new.19717/python-django-coverage-plugin.changes
2023-04-13 14:14:41.405654820 +0200
@@ -1,0 +2,5 @@
+Thu Apr 13 10:15:32 UTC 2023 - [email protected]
+
+- python-six is not required
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-coverage-plugin.spec ++++++
--- /var/tmp/diff_new_pack.CAmLPZ/_old 2023-04-13 14:14:41.933657852 +0200
+++ /var/tmp/diff_new_pack.CAmLPZ/_new 2023-04-13 14:14:41.937657875 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-django-coverage-plugin
Version: 3.0.0
Release: 0
@@ -29,7 +28,6 @@
BuildRequires: python-rpm-macros
Requires: python-Django
Requires: python-coverage >= 4.0
-Requires: python-six >= 1.4.0
Provides: python-django_coverage_plugin = %{version}
Obsoletes: python-django_coverage_plugin < %{version}
BuildArch: noarch
@@ -37,7 +35,6 @@
BuildRequires: %{python_module Django}
BuildRequires: %{python_module coverage >= 4.0}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module six >= 1.4.0}
BuildRequires: %{python_module unittest-mixins}
# /SECTION
%python_subpackages
@@ -46,7 +43,7 @@
Django template coverage.py plugin
%prep
-%setup -q -n django_coverage_plugin-%{version}
+%autosetup -p1 -n django_coverage_plugin-%{version}
%build
%python_build
@@ -61,6 +58,6 @@
%files %{python_files}
%doc README.rst
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/django_coverage_plugin*
%changelog