From 85dfeedb64f66a2f8e6c9fed0530ca73631cd64986f18e6e747a355a2504361e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Wed, 27 Nov 2019 16:06:13 +0000 Subject: [PATCH] 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 --- PyBindGen-0.19.0.tar.gz | 3 --- PyBindGen-0.20.1.tar.gz | 3 +++ python-PyBindGen.changes | 9 +++++++++ python-PyBindGen.spec | 15 ++++++++------- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 PyBindGen-0.19.0.tar.gz create mode 100644 PyBindGen-0.20.1.tar.gz diff --git a/PyBindGen-0.19.0.tar.gz b/PyBindGen-0.19.0.tar.gz deleted file mode 100644 index 0cdc25d..0000000 --- a/PyBindGen-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23f2b760e352729208cd4fbadbc618bd00f95a0a24db21a4182833afcc3b5208 -size 452252 diff --git a/PyBindGen-0.20.1.tar.gz b/PyBindGen-0.20.1.tar.gz new file mode 100644 index 0000000..909ac66 --- /dev/null +++ b/PyBindGen-0.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5615f6b5d9b8aec86d69acedd050ecb5eb7d1338436c3667e345f800a2658f9f +size 454926 diff --git a/python-PyBindGen.changes b/python-PyBindGen.changes index fd6016e..4665116 100644 --- a/python-PyBindGen.changes +++ b/python-PyBindGen.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 27 15:14:50 UTC 2019 - Stefan BrĂ¼ns + +- 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 diff --git a/python-PyBindGen.spec b/python-PyBindGen.spec index 46ea5a1..6316a88 100644 --- a/python-PyBindGen.spec +++ b/python-PyBindGen.spec @@ -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