Hello community,

here is the log from the commit of package python-django-pipeline for 
openSUSE:Factory checked in at 2020-04-21 13:11:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-pipeline (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-pipeline.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-pipeline"

Tue Apr 21 13:11:15 2020 rev:3 rq:795838 version:1.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-pipeline/python-django-pipeline.changes
    2020-01-09 22:52:28.402765695 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-pipeline.new.2738/python-django-pipeline.changes
  2020-04-21 13:11:20.316892620 +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.BTJQAD/_old  2020-04-21 13:11:21.028894040 +0200
+++ /var/tmp/diff_new_pack.BTJQAD/_new  2020-04-21 13:11:21.032894049 +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


Reply via email to