PYTHON-5125 Prep for 4.11.1 release (#2137)
This commit is contained in:
parent
c83f34c826
commit
4a6aae8f43
4
.github/workflows/release-python.yml
vendored
4
.github/workflows/release-python.yml
vendored
@ -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'.
|
||||
|
||||
@ -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.
|
||||
|
||||
21
sbom.json
21
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"
|
||||
}
|
||||
"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": []
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user