From 3216120f9d941bbfc1f5ae004803c718e13815e8 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Wed, 20 Aug 2025 09:32:34 -0700 Subject: [PATCH] PYTHON-5489 - [pymongocrypt] Bundle libmongocrypt 1.15.1 --- bindings/python/CHANGELOG.rst | 5 +++++ bindings/python/sbom.json | 16 ++++++++-------- .../python/scripts/libmongocrypt-version.txt | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/bindings/python/CHANGELOG.rst b/bindings/python/CHANGELOG.rst index d9ba5fd39..071e9873d 100644 --- a/bindings/python/CHANGELOG.rst +++ b/bindings/python/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +Changes in Version 1.15.1 +------------------------- + +- Bundle libmongocrypt 1.15.1 in release wheels. + Changes in Version 1.15.0 ------------------------- diff --git a/bindings/python/sbom.json b/bindings/python/sbom.json index 2be4331f5..e7161b912 100644 --- a/bindings/python/sbom.json +++ b/bindings/python/sbom.json @@ -1,31 +1,31 @@ { "components": [ { - "bom-ref": "pkg:github/mongodb/libmongocrypt@1.15.0", + "bom-ref": "pkg:github/mongodb/libmongocrypt@1.15.1", "externalReferences": [ { "type": "distribution", - "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.15.0.tar.gz" + "url": "https://github.com/mongodb/libmongocrypt/archive/1.15.1.tar.gz" }, { "type": "website", - "url": "https://github.com/mongodb/libmongocrypt/tree/1.15.0" + "url": "https://github.com/mongodb/libmongocrypt/tree/1.15.1" } ], "group": "mongodb", "name": "libmongocrypt", - "purl": "pkg:github/mongodb/libmongocrypt@1.15.0", + "purl": "pkg:github/mongodb/libmongocrypt@1.15.1", "type": "library", - "version": "1.15.0" + "version": "1.15.1" } ], "dependencies": [ { - "ref": "pkg:github/mongodb/libmongocrypt@1.15.0" + "ref": "pkg:github/mongodb/libmongocrypt@1.15.1" } ], "metadata": { - "timestamp": "2025-08-05T11:57:35.707043+00:00", + "timestamp": "2025-08-20T16:31:16.275568+00:00", "tools": [ { "externalReferences": [ @@ -68,7 +68,7 @@ } ] }, - "serialNumber": "urn:uuid:1ab48045-0f56-451d-b67e-1ec3be358fa8", + "serialNumber": "urn:uuid:198741f4-51bf-4d57-a447-fc3217294b87", "version": 1, "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json", "bomFormat": "CycloneDX", diff --git a/bindings/python/scripts/libmongocrypt-version.txt b/bindings/python/scripts/libmongocrypt-version.txt index 141f2e805..ace44233b 100644 --- a/bindings/python/scripts/libmongocrypt-version.txt +++ b/bindings/python/scripts/libmongocrypt-version.txt @@ -1 +1 @@ -1.15.0 +1.15.1