15
0

10 Commits

Author SHA256 Message Date
14059478d4 Accepting request 1293085 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1293085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extension-helpers?expand=0&rev=5
2025-07-15 14:43:41 +00:00
1cfc1cc4ae 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
2025-07-14 09:26:57 +00:00
d36b60e747 Accepting request 1137634 from devel:languages:python
- update to 1.1.1:
  * get_extensions: use shutil.copyfile to avoid PermissionError
  * Fix bug that caused extension-helpers to not work correctly
    if pyproject was the only configuration file present
  * Replace all instances of distutils in docs with setuptools
  * MNT: handle deprecation warnings seen in tests
  * Add note about pinning extension-helpers
  * DEP: drop dependency on tomli on Python 3.11 and newer
  * TST: treat warnings as errors
  * MNT: find and replace log.warn -> log.warning (the warn
    method is deprecated)
  * Infrastructure updates
  * Bump actions/checkout from 2 to 4
  * Bump stefanzweifel/git-auto-commit-action from 4 to 5
  * Add back support for absolute source paths but deprecate it
- update to 1.1.0:
  * Support enabling via `pyproject.toml`
  * OpenMP functions should detect the Intel oneAPI compiler
  * Skip hypothesis tests in downstream testing
  * Set language for docs
  * Update python requirements
  * Add pre-commit configuration
  * Set testpaths to avoid picking up other tests
  * Added configuration required to update changelog when doing
    release through GitHub UI

  python36 (NEP 29)
- initial package for vesion 0.1

OBS-URL: https://build.opensuse.org/request/show/1137634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extension-helpers?expand=0&rev=4
2024-01-09 19:49:38 +00:00
146371ffc3 - update to 1.1.1:
* get_extensions: use shutil.copyfile to avoid PermissionError
  * Fix bug that caused extension-helpers to not work correctly
    if pyproject was the only configuration file present
  * Replace all instances of distutils in docs with setuptools
  * MNT: handle deprecation warnings seen in tests
  * Add note about pinning extension-helpers
  * DEP: drop dependency on tomli on Python 3.11 and newer
  * TST: treat warnings as errors
  * MNT: find and replace log.warn -> log.warning (the warn
    method is deprecated)
  * Infrastructure updates
  * Bump actions/checkout from 2 to 4
  * Bump stefanzweifel/git-auto-commit-action from 4 to 5
  * Add back support for absolute source paths but deprecate it
- update to 1.1.0:
  * Support enabling via `pyproject.toml`
  * OpenMP functions should detect the Intel oneAPI compiler
  * Skip hypothesis tests in downstream testing
  * Set language for docs
  * Update python requirements
  * Add pre-commit configuration
  * Set testpaths to avoid picking up other tests
  * Added configuration required to update changelog when doing
    release through GitHub UI
  python36 (NEP 29)
- initial package for vesion 0.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extension-helpers?expand=0&rev=7
2024-01-08 20:48:09 +00:00
7c62338b1e Accepting request 967131 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/967131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extension-helpers?expand=0&rev=3
2022-04-06 19:51:37 +00:00
9dc6072569 Accepting request 967111 from home:bnavigator:branches:devel:languages:python
- Update to 1.0
  * Added support for coverage>=5 for the extension-helpers test
    suite. [#24]
  * Removed any direct usage of distutils. [#34]
  * Remove support for the undocumented --compiler argument to
    setup.py. [#36]
  * Added support for enabling extension-helpers from setup.cfg.
    [#33]

OBS-URL: https://build.opensuse.org/request/show/967111
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extension-helpers?expand=0&rev=5
2022-04-05 17:56:37 +00:00
5c2f149643 Accepting request 874076 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/874076
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extension-helpers?expand=0&rev=2
2021-02-21 21:14:24 +00:00
d099598966 Accepting request 874050 from home:bnavigator:branches:devel:languages:python
- Don't test python36-numpy. Numpy 1.20 in Tumbleweed dropped
  python36 (NEP 29)

OBS-URL: https://build.opensuse.org/request/show/874050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extension-helpers?expand=0&rev=3
2021-02-20 23:41:28 +00:00
6c764b0128 Accepting request 819888 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/819888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-extension-helpers?expand=0&rev=1
2020-07-10 12:13:17 +00:00
Tomáš Chvátal
4dbb8aa1d7 Accepting request 819837 from home:bnavigator:branches:devel:languages:python:numeric
A package that includes convenience helpers to assist with building Python
packages with compiled C/Cython extensions. It is developed by the Astropy
project but is intended to be general and usable by any Python package.

This is not a traditional package in the sense that it is not intended to be
installed directly by users or developers. Instead, it is meant to be accessed
when the setup.py command is run and should be defined as a build-time
dependency in pyproject.toml files.

OBS-URL: https://build.opensuse.org/request/show/819837
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-extension-helpers?expand=0&rev=1
2020-07-10 07:02:09 +00:00