Skip to content

Release/0.50.0 - #953

Merged
MAfarrag merged 2 commits into
mainfrom
release/0.50.0
Aug 9, 2026
Merged

Release/0.50.0#953
MAfarrag merged 2 commits into
mainfrom
release/0.50.0

Conversation

@MAfarrag

@MAfarrag MAfarrag commented Aug 9, 2026

Copy link
Copy Markdown
Member

Description

  • Please include a summary of the change and which issue is fixed.
  • Please also include relevant motivation and context.
  • List any dependencies that are required for this change.

Issues

  • Fixes # (issue)

Type of change

Check relevant points.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

  • Please describe the tests that you ran to verify your changes.

  • Provide instructions so we can reproduce.

  • Please also list any relevant details for your test configuration

  • Test A

  • Test B

Checklist:

  • updated version number in pyproject.toml.
  • added changes to History.rst.
  • updated the latest version in README file.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • documentation are updated.

MAfarrag and others added 2 commits August 9, 2026 18:12
Setting PIP_BUILD_CONSTRAINT unconditionally breaks the macOS arm64 build:
pip rejects it together with --no-build-isolation
(`--build-constraint cannot be used with --no-build-isolation`), which
failed the 0.50.0 release bundle on build-macos-wheels (arm64).

Set PIP_BUILD_CONSTRAINT only when the GDAL build uses isolation
(x86_64 / Linux / Windows); the arm64 --no-build-isolation path is already
covered by PIP_CONSTRAINT, which caps its setuptools pre-install. Validated
on a bundle dry-run: both macOS jobs green, GDAL built for all Python
versions, zero build-constraint / -std=c++11 errors.
@MAfarrag
MAfarrag merged commit e12668b into main Aug 9, 2026
28 checks passed
@MAfarrag
MAfarrag deleted the release/0.50.0 branch August 9, 2026 20:52
@sonarqubecloud

sonarqubecloud Bot commented Aug 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant