Hello community,

here is the log from the commit of package graphene for openSUSE:Factory 
checked in at 2017-12-04 12:15:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphene (Old)
 and      /work/SRC/openSUSE:Factory/.graphene.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphene"

Mon Dec  4 12:15:02 2017 rev:5 rq:546766 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphene/graphene.changes        2017-08-18 
14:59:18.437205012 +0200
+++ /work/SRC/openSUSE:Factory/.graphene.new/graphene.changes   2017-12-04 
12:15:03.279469165 +0100
@@ -1,0 +2,10 @@
+Wed Nov 29 12:22:26 UTC 2017 - [email protected]
+
+- Switch to python3:
+  + Update the shebang in src/identfilter.py using sed.
+  + Replace --identifier-filter-cmd=python in src/meson.build with
+    --identifier-filter-cmd=python3 (using sed).
+  + Add python3-base BuildRequires: needed to have the python3
+    interpreter present.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ graphene.spec ++++++
--- /var/tmp/diff_new_pack.6fiyhT/_old  2017-12-04 12:15:03.951444768 +0100
+++ /var/tmp/diff_new_pack.6fiyhT/_new  2017-12-04 12:15:03.955444622 +0100
@@ -28,6 +28,7 @@
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  meson >= 0.37.0
 BuildRequires:  pkgconfig
+BuildRequires:  python3-base
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.30.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -76,6 +77,9 @@
 
 %prep
 %setup -q
+# replace usr/bin/env shebang
+sed -i "s|/usr/bin/env python|/usr/bin/python3|" src/identfilter.py
+sed -i "s|--identifier-filter-cmd=python|--identifier-filter-cmd=python3|" 
src/meson.build
 
 %build
 # meson errors out without a utf8 LANG set


Reply via email to