From 257627f21c68dced887f051c8f59b8c0859f7758 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 6 Feb 2025 17:42:43 -0600 Subject: [PATCH] PYTHON-5125 Prep for 4.11.1 release --- .github/workflows/release-python.yml | 4 ++-- doc/changelog.rst | 7 ++++++- sbom.json | 21 +++++++++++---------- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index d8c900e77b..a6810854ff 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -20,8 +20,8 @@ env: # Changes per repo PRODUCT_NAME: PyMongo # Changes per branch - SILK_ASSET_GROUP: mongodb-python-driver - EVERGREEN_PROJECT: mongo-python-driver + SILK_ASSET_GROUP: mongodb-python-driver-4.11 + EVERGREEN_PROJECT: mongo-python-driver-release # Constant # inputs will be empty on a scheduled run. so, we only set dry_run # to 'false' when the input is set to 'false'. diff --git a/doc/changelog.rst b/doc/changelog.rst index 1f3efb8ad0..a1bda74944 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,12 @@ Changelog ========= -Changes in Version 4.11.0 (YYYY/MM/DD) +Changes in Version 4.11.1 (2025/MM/DD) +-------------------------------------- + +- Fixed support for prebuilt ``ppc64le`` and ``s390x`` wheels. + +Changes in Version 4.11.0 (2025/01/28) -------------------------------------- .. warning:: PyMongo 4.11 drops support for Python 3.8 and PyPy 3.9: Python 3.9+ or PyPy 3.10+ is now required. diff --git a/sbom.json b/sbom.json index 56e27f5361..560e282a64 100644 --- a/sbom.json +++ b/sbom.json @@ -1,11 +1,12 @@ { - "metadata": { - "timestamp": "2024-05-02T17:36:12.698229+00:00" - }, - "components": [], - "serialNumber": "urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b", - "version": 1, - "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", - "bomFormat": "CycloneDX", - "specVersion": "1.5" - } \ No newline at end of file + "metadata": { + "timestamp": "2025-02-06T23:38:31.503894+00:00" + }, + "components": [], + "serialNumber": "urn:uuid:04738005-86f1-4d21-866f-ce4560f03f00", + "version": 1, + "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", + "bomFormat": "CycloneDX", + "specVersion": "1.5", + "vulnerabilities": [] +}