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