Hello community,
here is the log from the commit of package python-django-pipeline for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:05:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-django-pipeline (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-django-pipeline.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-pipeline"
Sat Apr 25 19:05:46 2020 rev:4 rq:797099 version:1.7.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-django-pipeline/python-django-pipeline.changes
2020-02-23 16:47:27.086318333 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-django-pipeline.new.2738/python-django-pipeline.changes
2020-04-25 19:05:55.303703713 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 13:15:37 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Drop unused patch django-pipeline-setpcfg.patch
+- Fix build wihtout python2
+
+-------------------------------------------------------------------
Old:
----
django-pipeline-setpcfg.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-pipeline.spec ++++++
--- /var/tmp/diff_new_pack.apHYNM/_old 2020-04-25 19:05:57.431708287 +0200
+++ /var/tmp/diff_new_pack.apHYNM/_new 2020-04-25 19:05:57.435708296 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-django-pipeline
Version: 1.7.0
Release: 0
@@ -25,7 +26,6 @@
Group: Development/Languages/Python
URL: https://github.com/jazzband/django-pipeline
Source:
https://files.pythonhosted.org/packages/source/d/django-pipeline/django-pipeline-%{version}.tar.gz
-Patch0: django-pipeline-setpcfg.patch
BuildRequires: %{python_module Django >= 1.11}
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module jsmin}
@@ -33,11 +33,13 @@
BuildRequires: %{python_module slimit}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: python2-futures >= 2.1.3
-BuildRequires: python2-mock
Requires: python-Django >= 1.11
Requires: python-Jinja2
BuildArch: noarch
+%if %{with python2}
+BuildRequires: python2-futures >= 2.1.3
+BuildRequires: python2-mock
+%endif
%ifpython2
Requires: python2-futures >= 2.1.3
%endif
@@ -50,7 +52,6 @@
%prep
%setup -q -n django-pipeline-%{version}
-#%%patch0 -p1
%build
%python_build