15
0
Files
python-frozenlist/reproducible.patch
Markéta Machová 6f292cbdb8 - Update to 1.8.0
* The :file:`reusable-cibuildwheel.yml` workflow has been refactored to
    be more generic and :file:`ci-cd.yml` now holds all the configuration
    toggles
  * When building wheels, the source distribution is now passed directly
    to the ``cibuildwheel`` invocation
    Builds and tests have been added to ``ci-cd.yml`` for arm64 Windows wheels
  * Started building wheels for CPython 3.14
  * Removed ``--config-settings=pure-python=false`` from :file:`requirements/dev.txt`.
    Developers on CPython still get accelerated builds by default. To explicitly build
    a pure Python wheel, use ``pip install -e . --config-settings=pure-python=true``

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-frozenlist?expand=0&rev=26
2025-10-21 10:19:41 +00:00

16 lines
558 B
Diff

workaround https://github.com/cython/cython/issues/5949
diff --git a/packaging/pep517_backend/_backend.py b/packaging/pep517_backend/_backend.py
index 8bb2ee2..e640738 100644
--- a/packaging/pep517_backend/_backend.py
+++ b/packaging/pep517_backend/_backend.py
@@ -286,7 +286,7 @@ def build_wheel(
"""
with maybe_prebuild_c_extensions(
line_trace_cython_when_unset=False,
- build_inplace=False,
+ build_inplace=True,
config_settings=config_settings,
):
return _setuptools_build_wheel(