Skip to content

Commit a414018

Browse files
authored
PYTHON-5009 Prep for pymongocrypt 1.12 (#929)
1 parent 5d5ffd2 commit a414018

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

bindings/python/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Changes in Version 1.12.0
5+
-------------------------
6+
7+
- Bundle libmongocrypt 1.12.0 in release wheels.
8+
- Add support for kms retries.
9+
410
Changes in Version 1.11.0
511
-------------------------
612

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.0

bindings/python/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set -o errexit # Exit the script with error if any of the commands fail
1919
LIBMONGOCRYPT_VERSION=$(cat ./libmongocrypt-version.txt)
2020
REVISION=$(git rev-list -n 1 $LIBMONGOCRYPT_VERSION)
2121
# The libmongocrypt release branch.
22-
BRANCH="r1.11"
22+
BRANCH="r1.12"
2323
# The python executable to use.
2424
PYTHON=${PYTHON:-python}
2525

bindings/python/sbom.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"components": [
33
{
4-
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.11.0",
4+
"bom-ref": "pkg:github/mongodb/libmongocrypt@1.12.0",
55
"externalReferences": [
66
{
77
"type": "distribution",
8-
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.11.0.tar.gz"
8+
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.12.0.tar.gz"
99
},
1010
{
1111
"type": "website",
12-
"url": "https://github.com/mongodb/libmongocrypt/tree/1.11.0"
12+
"url": "https://github.com/mongodb/libmongocrypt/tree/1.12.0"
1313
}
1414
],
1515
"group": "mongodb",
1616
"name": "libmongocrypt",
17-
"purl": "pkg:github/mongodb/libmongocrypt@1.11.0",
17+
"purl": "pkg:github/mongodb/libmongocrypt@1.12.0",
1818
"type": "library",
19-
"version": "1.11.0"
19+
"version": "1.12.0"
2020
}
2121
],
2222
"dependencies": [
2323
{
24-
"ref": "pkg:github/mongodb/libmongocrypt@1.11.0"
24+
"ref": "pkg:github/mongodb/libmongocrypt@1.12.0"
2525
}
2626
],
2727
"metadata": {
28-
"timestamp": "2024-08-08T02:35:36.986098+00:00",
28+
"timestamp": "2024-12-30T18:25:06.574241+00:00",
2929
"tools": [
3030
{
3131
"externalReferences": [
@@ -68,7 +68,7 @@
6868
}
6969
]
7070
},
71-
"serialNumber": "urn:uuid:14e22848-7554-4f82-bcd1-76d2891b4c66",
71+
"serialNumber": "urn:uuid:5e81b4d2-1313-43dd-9ec0-b958d0d71bca",
7272
"version": 1,
7373
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
7474
"bomFormat": "CycloneDX",

0 commit comments

Comments
 (0)