Skip to content

Commit 187f5ed

Browse files
authored
PYTHON-5256 Bundle libmongocrypt 1.13.1 (#993)
* PYTHON-5256 Bundle libmongocrypt 1.13.1 * fix update script
1 parent 6d69488 commit 187f5ed

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

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/[email protected].0",
4+
"bom-ref": "pkg:github/mongodb/[email protected].1",
55
"externalReferences": [
66
{
77
"type": "distribution",
8-
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.13.0.tar.gz"
8+
"url": "https://github.com/mongodb/libmongocrypt/archive/refs/tags/1.13.1.tar.gz"
99
},
1010
{
1111
"type": "website",
12-
"url": "https://github.com/mongodb/libmongocrypt/tree/1.13.0"
12+
"url": "https://github.com/mongodb/libmongocrypt/tree/1.13.1"
1313
}
1414
],
1515
"group": "mongodb",
1616
"name": "libmongocrypt",
17-
"purl": "pkg:github/mongodb/[email protected].0",
17+
"purl": "pkg:github/mongodb/[email protected].1",
1818
"type": "library",
19-
"version": "1.13.0"
19+
"version": "1.13.1"
2020
}
2121
],
2222
"dependencies": [
2323
{
24-
"ref": "pkg:github/mongodb/[email protected].0"
24+
"ref": "pkg:github/mongodb/[email protected].1"
2525
}
2626
],
2727
"metadata": {
28-
"timestamp": "2025-03-17T23:00:23.984416+00:00",
28+
"timestamp": "2025-04-01T19:53:54.393395+00:00",
2929
"tools": [
3030
{
3131
"externalReferences": [
@@ -68,7 +68,7 @@
6868
}
6969
]
7070
},
71-
"serialNumber": "urn:uuid:c500f8af-9297-400c-9624-92eb9584a8aa",
71+
"serialNumber": "urn:uuid:a5e0a753-031f-43e3-ac20-f39b878c46e1",
7272
"version": 1,
7373
"$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
7474
"bomFormat": "CycloneDX",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

bindings/python/scripts/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
LIBMONGOCRYPT_VERSION=$1
1313

14-
echo $LIBMONGOCRYPT_VERSION > libmongocrypt-version.txt
14+
echo $LIBMONGOCRYPT_VERSION > $SCRIPT_DIR/libmongocrypt-version.txt
1515

1616
pushd $SCRIPT_DIR/..
1717
if [ $(command -v podman) ]; then

0 commit comments

Comments
 (0)