-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated paver version to use. * Use Python 3.11.6. * Removed the GH-107588 patch to fix test_asyncio failure on 3.11.4. * Updated OpenSSL version for Python's "ssl" module. * Updated cryptography to 41.0.4. * Try building Linux ARM64 builds on Laja. * Revert "Try building Linux ARM64 builds on Laja." This reverts commit 6f45388. * Update pythia.conf Co-authored-by: Adi Roiban <[email protected]> * Updated other Python modules to latest versions. * Updated SQLite to latest version. --------- Co-authored-by: Adi Roiban <[email protected]>
- Loading branch information
Showing
9 changed files
with
15 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
PYTHON_CONFIGURATION="[email protected]" | ||
# This is defined as a Bash array of options to be passed to commands. | ||
BASE_REQUIREMENTS=("chevah-brink==1.0.12" "paver==1.2.4") | ||
BASE_REQUIREMENTS=("chevah-brink==1.0.13" "paver==1.3.4") | ||
# Use our production server instead of the GitHub releases set by default. | ||
BINARY_DIST_URI="https://bin.chevah.com:20443/production" | ||
# For testing packages, make sure this one is the last uncommented instance: | ||
#BINARY_DIST_URI="https://bin.chevah.com:20443/testing" | ||
# Also overwrite the default pypi.org site set by default in pythia.sh. | ||
PIP_INDEX_URL="https://bin.chevah.com:20443/pypi/simple" | ||
# This is used by the Python runtime. | ||
CHEVAH_BUILD_DIR="build-pythia" | ||
CHEVAH_BUILD_DIR="build-py3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3f93c2a16764b9ea6343315b70c0c6319aac8edaefbf4e21206fb30eff365e8fe37264a9133bebe12e664ea5d8fd232d587a5603a51fd96e1252a2fc01a2e550 python-3.11.4.amd64.zip | ||
b66791f0caaa1b376504fb0e1dac5ca3b0324e0bcef3546316d2141415d4eb4c1dea7203d13f1311490bb1a688a3440abdbd474c7e07c3c20d1e495d75683c99 python-3.11.6.amd64.zip |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cc9b23638fa69c62fdec6c42781c14f3f46efc74cb6b9387401e1e23fe2fa055ab2e9bef444b140c414f5888f3fc697b7852f4fc27de3898eaa3a6f4f9f637aa Python-3.11.4.tgz | ||
ab3e0e00e5bb03810f4edcd6ea4db276c16ad3e3334862bed5e397856c47b5e9a5ef0bc0033d9487098d6b29a2d31a671ada97f6f8d46f968f710c46e4fe5ddd Python-3.11.6.tgz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9f41113e5537aee4c3f92711ff85fa12da080363fef0c8b8b34e5b3fc608473c6e4cadd9d8c78f2fcbe97462e51f26a0bb6781656a69ad40226e68af2cf2c762 openssl-3.1.2.tar.gz | ||
2388eaa8e99acf1e8af4691a645b9b9af456900c74959e82d4cb02808301e11dcfecc86954a922262b16fa4b664b459894d133ab7d35ec82e1633a33194b7b20 openssl-3.1.3.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f54a8993433b4787dde99b11754f26cb525389446f12c78100b47ed342933385c819621c5384387aec7be68aed92d729acb1e5391d3c786f4f9cf1c767a743bd sqlite-autoconf-3420000.tar.gz | ||
aab2cdb2cf073d0ef804c9340c2b55f6bf3923eb2563ff4b1d6ebd61c3927ffc4ba912f0cdf2ebcfea9c6a033344f1a8611b1a052b407771a304cf1c4b5ca590 sqlite-autoconf-3430100.tar.gz |