Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyBindGen for
openSUSE:Factory checked in at 2022-03-04 00:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyBindGen (Old)
and /work/SRC/openSUSE:Factory/.python-PyBindGen.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyBindGen"
Fri Mar 4 00:18:29 2022 rev:3 rq:959286 version:0.22.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyBindGen/python-PyBindGen.changes
2019-11-28 10:15:46.927638177 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyBindGen.new.1958/python-PyBindGen.changes
2022-03-04 00:19:23.264307327 +0100
@@ -1,0 +2,11 @@
+Thu Mar 3 18:35:17 UTC 2022 - Stefan Br??ns <[email protected]>
+
+- Remove some unnecessary she-bangs from installed module
+
+-------------------------------------------------------------------
+Thu Feb 24 09:15:37 UTC 2022 - Stefan Br??ns <[email protected]>
+
+- Update to 0.22
+ * No changelog available
+
+-------------------------------------------------------------------
Old:
----
PyBindGen-0.20.1.tar.gz
New:
----
PyBindGen-0.22.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyBindGen.spec ++++++
--- /var/tmp/diff_new_pack.smKqrv/_old 2022-03-04 00:19:23.832307447 +0100
+++ /var/tmp/diff_new_pack.smKqrv/_new 2022-03-04 00:19:23.836307448 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-PyBindGen
#
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2022 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-%{**}}
Name: python-PyBindGen
-Version: 0.20.1
+Version: 0.22.0
Release: 0
Summary: Python Bindings Generator
License: LGPL-2.1-only
@@ -39,7 +39,8 @@
%prep
%setup -q -n PyBindGen-%{version}
-find . -iname \*.py -exec sed -ie '1s#/usr/bin/env python#/usr/bin/python#'
\{\} \;
+# Remove some pointless she-bangs
+find pybindgen/ -iname \*.py -exec sed -ie '1 { \#/usr/bin# d }' '{}' \;
%build
%python_build
++++++ PyBindGen-0.20.1.tar.gz -> PyBindGen-0.22.0.tar.gz ++++++
++++ 4737 lines of diff (skipped)