15
0

Accepting request 1292528 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 1.4.0
  * Allow opting in to limited API builds with
    EXTENSION_HELPERS_PY_LIMITED_API by @astrofrog in #110
- Release 1.3.0
  * Automatically set compiler flags to target PEP 384 Python
    limited API by @lpsinger in #26
  * Bump minimum version of Python to 3.10 and update versions by
    @astrofrog in #106
- Release 1.2.0
  * Support pathlib.Path in write_if_different and import_file by
    @astrofrog in #84
  * TST: fix pyproject-only test (ensure build-time dependencies
    are installed) by @neutrinoceros in #80
  * TST: drop legacy pytest fixture tmpdir, use tmp_path instead by
    @neutrinoceros in #81

OBS-URL: https://build.opensuse.org/request/show/1292528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extension-helpers?expand=0&rev=9
This commit is contained in:
2025-07-14 09:26:57 +00:00
committed by Git OBS Bridge
parent 146371ffc3
commit 1cfc1cc4ae
4 changed files with 38 additions and 15 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Jul 13 14:55:01 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 1.4.0
* Allow opting in to limited API builds with
EXTENSION_HELPERS_PY_LIMITED_API by @astrofrog in #110
- Release 1.3.0
* Automatically set compiler flags to target PEP 384 Python
limited API by @lpsinger in #26
* Bump minimum version of Python to 3.10 and update versions by
@astrofrog in #106
- Release 1.2.0
* Support pathlib.Path in write_if_different and import_file by
@astrofrog in #84
* TST: fix pyproject-only test (ensure build-time dependencies
are installed) by @neutrinoceros in #80
* TST: drop legacy pytest fixture tmpdir, use tmp_path instead by
@neutrinoceros in #81
-------------------------------------------------------------------
Mon Jan 8 20:44:33 UTC 2024 - Dirk Müller <dmueller@suse.com>