packaging v20.0 Release Notes

Release Date: 2020-01-06 // over 4 years ago

    โž• Add type hints (:issue:191)

    โž• Add proper trove classifiers for PyPy support (:issue:198)

    ๐Ÿง Scale back depending on ctypes for manylinux support detection (:issue:171)

    ๐Ÿ‘‰ Use sys.implementation.name where appropriate for packaging.tags (:issue:193)

    Expand upon the API provded by packaging.tags: interpreter_name(), mac_platforms(), compatible_tags(), cpython_tags(), generic_tags() (:issue:187)

    ๐Ÿ‘ Officially support Python 3.8 (:issue:232)

    โž• Add major, minor, and micro aliases to packaging.version.Version (:issue:226)

    Properly mark packaging has being fully typed by adding a py.typed file (:issue:226)