17
0

Accepting request 751381 from home:StefanBruens:branches:science

- Update to 0.20.1
  * fix for method returning const reference to a class, closes #21
- Update to 0.20.0
  * Merge pull request #18 from dan-eicher/master
    Ordered dicts and custom_names

OBS-URL: https://build.opensuse.org/request/show/751381
OBS-URL: https://build.opensuse.org/package/show/science/python-PyBindGen?expand=0&rev=3
This commit is contained in:
2019-11-27 16:06:13 +00:00
committed by Git OBS Bridge
parent 3e05107fb9
commit 1ce6f9fb78
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23f2b760e352729208cd4fbadbc618bd00f95a0a24db21a4182833afcc3b5208
size 452252

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Nov 27 15:14:50 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 0.20.1
* fix for method returning const reference to a class, closes #21
- Update to 0.20.0
* Merge pull request #18 from dan-eicher/master
Ordered dicts and custom_names
-------------------------------------------------------------------
Sun Jun 24 01:18:39 UTC 2018 - stefan.bruens@rwth-aachen.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyBindGen
#
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyBindGen
Version: 0.19.0
Version: 0.20.1
Release: 0
Summary: Python Bindings Generator
License: LGPL-2.1
License: LGPL-2.1-only
Group: Development/Libraries/Python
Url: https://github.com/gjcarneiro/pybindgen
URL: https://github.com/gjcarneiro/pybindgen
Source0: https://pypi.io/packages/source/P/PyBindGen/PyBindGen-%{version}.tar.gz
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
BuildArch: noarch
%python_subpackages