-
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.
* Only build generic Linux packages. * Only build x64 Windows packages. * Try with cryptography 39.0.2 wheels. * Retry Windows matrix. * Use linux instead of lnx for Linux packages. * Use latest OpenSSL 1.1.1 sources for Python's ssl module. * Check for cryptography's OpenSSL version everywhere. * Fixed cryptography's OpenSSL version to check for. * Try fixing Safety errors. * Updated all Python modules to latest version. * Try building on CentOS 6.10. * Disable OpenSSL tests for now. * Updated macOS deps. * Try CentOS 7. * Revert "Try CentOS 7." This reverts commit 861817c. * Revert "Try building on CentOS 6.10." This reverts commit 9d2551e. * Use a get-pip.py that still works on CentOS 5. * Build the generic Linux version on Ubuntu 18.04. * Forward port the latest cleanups from python-package. * Also clean up on Windows. * Put include/ back after packing the distributable. * Also remove ssl/ if found, e.g. on macOS. * Re-enabled OpenSSL 1.1.x self tests. * Re-enabled x86 Windows build. * Run the macOS build from the beginning. * Changes after own review. * Removed subprocess32. * Python 3.10. * Updated libffi to version 3.4.4. * Run the checks in all PRs. * Updated Python version patching. * Disabled readline for macOS too. * Updated xz and SQLite to latest versions. * Changes after own review. * One small correction in a comment. * Updated cryptography to newly-released 40.0.1. * Updated OpenSSL version to check for. * Check for cffi module too. * Build and check for PyNaCl module. * Syntax fix for cffi check. * Collect PyNaCl when building. * Added charset-normalizer, markupsafe, pywin32. * Update src/chevah-python-test/test_python_binary_dist.py * Enable debug * Apply suggestions from code review * Update src/Python-Windows/chevahbs * Update src/Python-Windows/chevahbs * fix 3.10 path * Update src/Python-Windows/chevahbs * enable debug * Update src/Python-Windows/chevahbs * Update test_python_binary_dist.py * Apply suggestions from code review * Apply suggestions from code review * Update .github/workflows/bare.yaml * Update src/Python-Windows/chevahbs * The -3 check is no longer needed. * Removed Windows matrix from bare workflow. * Renamed docker workflow job. * Updated Python to version 3.10.11. * Updated Python to version 3.10.11 (bis). * Actually remove the build path for 32bit Windows packages. * Document why MarkupSafe is pinned to an older version. * Try -latest in the bare workflow. * Better document supported Linux distributions. * Build generic Linux on Amazon 2 with glibc 2.26. * Lower case yum parameter. * Use gcc 10.4 instead of 7.2 for building the generic Linux package. * Link gcc 10.4 in the default path. * Back to using gcc 7.2 on Amazon Linux 2. * Try building an ARM64 package. * Try building an ARM64 package, take 2. * Removed ARM64 job. * Try building on Apple Silicon. * Removed third-party action from the macos-m1 job. * Replaced third-party action with out fork for the other jobs. * Changes after own review. --------- Co-authored-by: Adi Roiban <[email protected]>
- Loading branch information
Showing
18 changed files
with
151 additions
and
1,068 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
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
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
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
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,2 +1 @@ | ||
3b463ef64397326ffd5f20009be6c1304a3bd8646e5bf05c0a8be5ed4aabe7b0a5a6133e962f538292e6290a04fbe07b1caa6c09c54d012b0d07b7f025772921 *Python-3.8.6.amd64.zip | ||
fb270ce1f1d0bcb95e6c192a35dda276005f74e3c9d89a3a8f799296e9a1db925155437be977a3f3181c25eb522025895563d2333bc6606353bc024b51379107 *Python-3.8.6.win32.zip | ||
40cbc98137cc7768e3ea498920ddffd0b3b30308bfd7bbab2ed19d93d2e89db6b4430c7b54a0f17a594e8e10599537a643072e08cfd1a38c284f8703879dcc17 *Python-3.10.11.amd64.zip |
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
Oops, something went wrong.