All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and the project adheres to Semantic Versioning.
0.4.0 - 2022-02-04
- Pipelines to upload distributables to pylegacy site.
- Add
SubjectAltNameWarning
to list of ignored warnings.
- Fix setup encoding comment to deal with corner case under PowerShell.
- Improve code compatibility across Python versions.
0.3.0 - 2021-07-30
- Move version-specific scripts inside a
pip
folder when building.
0.2.0 - 2021-07-23
- Silence expected warnings
SNIMissingWarning
andInsecurePlatformWarning
while still patchingpip
.
0.1.0 - 2021-07-18
- Initial Python 2.6 and Python 2.7 support for the following platforms:
- GNU/Linux: archs i686 and x86_64, ABIs cp26m, cp26mu, cp27m, cp27mu.
- Windows: archs win32 and win_amd64, ABIs cp26m, cp27m.
- Helper script
get-pip-pyopenssl.py
that finds the specific script based on the system information provided by the Python environment.