15
0
forked from pool/python-cppy

- 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
This commit is contained in:
2022-03-27 11:09:12 +00:00
committed by Git OBS Bridge
parent 71f05f2fdd
commit ff3f4f8d29
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Mar 27 11:08:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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