Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

49 lines (36 loc) · 1.54 KB

Changelog

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

Added

  • Pipelines to upload distributables to pylegacy site.
  • Add SubjectAltNameWarning to list of ignored warnings.

Fixed

  • Fix setup encoding comment to deal with corner case under PowerShell.
  • Improve code compatibility across Python versions.

0.3.0 - 2021-07-30

Changed

  • Move version-specific scripts inside a pip folder when building.

0.2.0 - 2021-07-23

Fixed

  • Silence expected warnings SNIMissingWarning and InsecurePlatformWarning while still patching pip.

0.1.0 - 2021-07-18

Added

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