Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-extra-views for
openSUSE:Factory checked in at 2022-11-22 16:11:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-extra-views (Old)
and /work/SRC/openSUSE:Factory/.python-django-extra-views.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-extra-views"
Tue Nov 22 16:11:05 2022 rev:4 rq:1037290 version:0.14.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-extra-views/python-django-extra-views.changes
2022-01-10 23:54:08.964833057 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-extra-views.new.1597/python-django-extra-views.changes
2022-11-22 16:11:08.226320449 +0100
@@ -1,0 +2,7 @@
+Tue Nov 22 12:28:24 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove python-six module
+- Remove python_module macro definition
+- Use autosetup instead of setup+patch
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-extra-views.spec ++++++
--- /var/tmp/diff_new_pack.6tg1st/_old 2022-11-22 16:11:08.706322884 +0100
+++ /var/tmp/diff_new_pack.6tg1st/_new 2022-11-22 16:11:08.714322924 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-extra-views
#
-# 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-django-extra-views
Version: 0.14.0
@@ -32,12 +31,10 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django >= 1.11
-Requires: python-six >= 1.5.2
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module pytest-django}
-BuildRequires: %{python_module six >= 1.5.2}
# /SECTION
%python_subpackages
@@ -45,9 +42,7 @@
Extra class-based views for Django.
%prep
-%setup -q -n django-extra-views-%{version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n django-extra-views-%{version}
%build
%python_build