PYTHON-5125 Prep for 4.11.1 release (#2137)

This commit is contained in:
Steven Silvester 2025-02-10 13:41:26 -06:00 committed by GitHub
parent c83f34c826
commit 4a6aae8f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 19 additions and 13 deletions

View File

@ -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'.

View File

@ -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.

View File

@ -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": []
}