Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gobject for openSUSE:Factory 
checked in at 2021-01-15 19:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gobject (Old)
 and      /work/SRC/openSUSE:Factory/.python-gobject.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gobject"

Fri Jan 15 19:43:01 2021 rev:84 rq:863093 version:3.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gobject/python-gobject.changes    
2020-11-23 10:44:10.398223903 +0100
+++ /work/SRC/openSUSE:Factory/.python-gobject.new.28504/python-gobject.changes 
2021-01-15 19:43:02.557722604 +0100
@@ -1,0 +2,8 @@
+Wed Jan 13 08:28:34 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Simplify the dependency exclusion from __init__.py to also match
+  with multiple python3-flavors.
+- Remove exec bit from all *.py files in examples, also
+  subdirectories.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-gobject.spec ++++++
--- /var/tmp/diff_new_pack.8Fzyh5/_old  2021-01-15 19:43:03.081723462 +0100
+++ /var/tmp/diff_new_pack.8Fzyh5/_new  2021-01-15 19:43:03.085723469 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gobject
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # This figures in an error message
 %global __requires_exclude typelib\\(%%namespaces\\)
-%global __requires_exclude_from 
^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$
+%global __requires_exclude_from 
^%{_libdir}/python.*/site-packages/gi/__init__.py$
 %define _name   pygobject
 Name:           python-gobject
 Version:        3.38.0
@@ -107,7 +107,7 @@
 %prep
 %setup -q -n %{_name}-%{version}
 # Remove the executable bits from example scripts:
-chmod -R -x examples/*.py
+find examples -name '*.py' -exec chmod -R -x {} +
 
 %build
 export CFLAGS="%{optflags}"

Reply via email to