From ff3f4f8d2959e632c63b2062a426db302c09aae11505ac596c434ea0a5a2d238 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 11:09:12 +0000 Subject: [PATCH] - update to 1.2.0: - expose a build_ext subclass that can be re-used in other projects PR #16 - use a PEP 517 compatible install procedure PR #16 - do not access directly ob_type on PyObject use Py_TYPE OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cppy?expand=0&rev=3 --- cppy-1.1.0.tar.gz | 3 --- cppy-1.2.0.tar.gz | 3 +++ python-cppy.changes | 8 ++++++++ python-cppy.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 cppy-1.1.0.tar.gz create mode 100644 cppy-1.2.0.tar.gz diff --git a/cppy-1.1.0.tar.gz b/cppy-1.1.0.tar.gz deleted file mode 100644 index c335e2b..0000000 --- a/cppy-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eda6f1952054a270f32dc11df7c5e24b259a09fddf7bfaa5f33df9fb4a29642 -size 11777 diff --git a/cppy-1.2.0.tar.gz b/cppy-1.2.0.tar.gz new file mode 100644 index 0000000..4453ced --- /dev/null +++ b/cppy-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc +size 16701 diff --git a/python-cppy.changes b/python-cppy.changes index 3934666..fb98408 100644 --- a/python-cppy.changes +++ b/python-cppy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Mar 27 11:08:35 UTC 2022 - Dirk Müller + +- update to 1.2.0: + - expose a build_ext subclass that can be re-used in other projects PR #16 + - use a PEP 517 compatible install procedure PR #16 + - do not access directly ob_type on PyObject use Py_TYPE + ------------------------------------------------------------------- Thu Apr 9 11:16:32 UTC 2020 - pgajdos@suse.com diff --git a/python-cppy.spec b/python-cppy.spec index 3aac989..77958e7 100644 --- a/python-cppy.spec +++ b/python-cppy.spec @@ -1,7 +1,7 @@ # # spec file for package python-cppy # -# Copyright (c) 2020 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-%{**}} %define skip_python2 1 Name: python-cppy -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: C++ headers for C extension development License: BSD-3-Clause