From ce35d17e18a3a918e4de9b18f0272c16b29fc0953e6fc18bc166d667725abe6a Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 3 Mar 2022 19:28:51 +0000 Subject: [PATCH] Accepting request 959284 from home:StefanBruens:branches:science - Remove some unnecessary she-bangs from installed module - Update to 0.22 * No changelog available OBS-URL: https://build.opensuse.org/request/show/959284 OBS-URL: https://build.opensuse.org/package/show/science/python-PyBindGen?expand=0&rev=5 --- PyBindGen-0.20.1.tar.gz | 3 --- PyBindGen-0.22.0.tar.gz | 3 +++ python-PyBindGen.changes | 11 +++++++++++ python-PyBindGen.spec | 7 ++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 PyBindGen-0.20.1.tar.gz create mode 100644 PyBindGen-0.22.0.tar.gz diff --git a/PyBindGen-0.20.1.tar.gz b/PyBindGen-0.20.1.tar.gz deleted file mode 100644 index 909ac66..0000000 --- a/PyBindGen-0.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5615f6b5d9b8aec86d69acedd050ecb5eb7d1338436c3667e345f800a2658f9f -size 454926 diff --git a/PyBindGen-0.22.0.tar.gz b/PyBindGen-0.22.0.tar.gz new file mode 100644 index 0000000..b49ae07 --- /dev/null +++ b/PyBindGen-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4837d3138ac56863d93fe462f1dac39fb87bd50898e0da4c57fefd645437ac +size 449453 diff --git a/python-PyBindGen.changes b/python-PyBindGen.changes index 4665116..b0ab20b 100644 --- a/python-PyBindGen.changes +++ b/python-PyBindGen.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 3 18:35:17 UTC 2022 - Stefan Brüns + +- Remove some unnecessary she-bangs from installed module + +------------------------------------------------------------------- +Thu Feb 24 09:15:37 UTC 2022 - Stefan Brüns + +- Update to 0.22 + * No changelog available + ------------------------------------------------------------------- Wed Nov 27 15:14:50 UTC 2019 - Stefan Brüns diff --git a/python-PyBindGen.spec b/python-PyBindGen.spec index 6316a88..e542b68 100644 --- a/python-PyBindGen.spec +++ b/python-PyBindGen.spec @@ -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 @@ A tool to generate Python bindings for C/C++ code. %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