17
0
2022-03-03 23:18:29 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5615f6b5d9b8aec86d69acedd050ecb5eb7d1338436c3667e345f800a2658f9f
size 454926

3
PyBindGen-0.22.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b4837d3138ac56863d93fe462f1dac39fb87bd50898e0da4c57fefd645437ac
size 449453

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 3 18:35:17 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Remove some unnecessary she-bangs from installed module
-------------------------------------------------------------------
Thu Feb 24 09:15:37 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 0.22
* No changelog available
-------------------------------------------------------------------
Wed Nov 27 15:14:50 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -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