From 52e8d31100eafefbcde6d57c21d1201c1f0ccd9a Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 9 May 2025 06:30:35 -0500 Subject: [PATCH] PYTHON-5367 Bundle libmongocrypt 1.14.0 --- 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 743816657..545b7b275 100644 --- a/bindings/python/CHANGELOG.rst +++ b/bindings/python/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +Changes in Version 1.14.0 +------------------------- + +- Bundle libmongocrypt 1.14.0 in release wheels. + Changes in Version 1.13.0 ------------------------- diff --git a/bindings/python/sbom.json b/bindings/python/sbom.json index 7c2bb9092..abf1664c2 100644 --- a/bindings/python/sbom.json +++ b/bindings/python/sbom.json @@ -1,31 +1,31 @@ { "components": [ { - "bom-ref": "pkg:github/mongodb/libmongocrypt@1.13.1", + "bom-ref": "pkg:github/mongodb/libmongocrypt@1.14.0", "externalReferences": [ { "type": "distribution", - "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.13.1.tar.gz" + "url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.14.0.tar.gz" }, { "type": "website", - "url": "https://github.com/mongodb/libmongocrypt/tree/1.13.1" + "url": "https://github.com/mongodb/libmongocrypt/tree/1.14.0" } ], "group": "mongodb", "name": "libmongocrypt", - "purl": "pkg:github/mongodb/libmongocrypt@1.13.1", + "purl": "pkg:github/mongodb/libmongocrypt@1.14.0", "type": "library", - "version": "1.13.1" + "version": "1.14.0" } ], "dependencies": [ { - "ref": "pkg:github/mongodb/libmongocrypt@1.13.1" + "ref": "pkg:github/mongodb/libmongocrypt@1.14.0" } ], "metadata": { - "timestamp": "2025-04-01T19:53:54.393395+00:00", + "timestamp": "2025-05-09T11:28:43.491146+00:00", "tools": [ { "externalReferences": [ @@ -68,7 +68,7 @@ } ] }, - "serialNumber": "urn:uuid:a5e0a753-031f-43e3-ac20-f39b878c46e1", + "serialNumber": "urn:uuid:b71dea42-b188-4625-a48a-3b2a4c1cae8e", "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 b50dd27dd..850e74240 100644 --- a/bindings/python/scripts/libmongocrypt-version.txt +++ b/bindings/python/scripts/libmongocrypt-version.txt @@ -1 +1 @@ -1.13.1 +1.14.0