Hello community,

here is the log from the commit of package diskimage-builder for 
openSUSE:Factory checked in at 2019-03-20 13:19:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diskimage-builder (Old)
 and      /work/SRC/openSUSE:Factory/.diskimage-builder.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diskimage-builder"

Wed Mar 20 13:19:41 2019 rev:22 rq:686317 version:2.20.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/diskimage-builder/diskimage-builder.changes      
2019-03-10 09:36:56.992153618 +0100
+++ 
/work/SRC/openSUSE:Factory/.diskimage-builder.new.28833/diskimage-builder.changes
   2019-03-20 13:19:44.533337277 +0100
@@ -1,0 +2,6 @@
+Tue Mar 19 01:32:35 UTC 2019 - John Vandenberg <[email protected]>
+
+- Relax egg-info requirement flake8 >=2.5.4,<2.6.0 which is
+  incompatible with available flake8 3.x
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ diskimage-builder.spec ++++++
--- /var/tmp/diff_new_pack.LVlGfm/_old  2019-03-20 13:19:45.597337019 +0100
+++ /var/tmp/diff_new_pack.LVlGfm/_new  2019-03-20 13:19:45.601337018 +0100
@@ -66,6 +66,10 @@
 
 %prep
 %setup -q
+# Remove <2.6.0 which is incompatible with python-flake8
+# dib-lint uses flake8, but does not appear incompatible with flake8 v3.x
+sed -i 's/^flake8<.*/flake8/' requirements.txt
+
 # Fix env-script-interpreter rpmlint warning
 find diskimage_builder/elements -type f -perm /a+x \
        -exec sh -c "sed -E -i 
s@^#\!%{_bindir}/env[[:space:]]+python@#\!%{_bindir}/python@ {}" \;


Reply via email to