Skip to content

Releases: pypa/packaging

21.0

23 Jul 20:58
21.0
085ff41
Compare
Choose a tag to compare
  • PEP 656: musllinux support (:issue:411)
  • Drop support for Python 2.7, Python 3.4 and Python 3.5.
  • Replace distutils usage with sysconfig (:issue:396)
  • Add support for zip files in parse_sdist_filename (:issue:429)
  • Use cached _hash attribute to short-circuit tag equality comparisons (:issue:417)
  • Specify the default value for the specifier argument to SpecifierSet (:issue:437)
  • Proper keyword-only "warn" argument in packaging.tags (:issue:403)
  • Correctly remove prerelease suffixes from ~= check (:issue:366)
  • Fix type hints for Version.post and Version.dev (:issue:393)
  • Use typing alias UnparsedVersion (:issue:398)
  • Improve type inference for packaging.specifiers.filter() (:issue:430)
  • Tighten the return type of canonicalize_version() (:issue:402)

Release 20.9

29 Jan 20:27
20.9
Compare
Choose a tag to compare
  • Run isort over the code base (:issue:377)
  • Add support for the macosx_10_*_universal2 platform tags (:issue:379)
  • Introduce packaging.utils.parse_wheel_filename() and parse_sdist_filename() (:issue:387 and :issue:389)

Release 20.8

12 Dec 04:41
20.8
Compare
Choose a tag to compare
  • Revert back to setuptools for compatibility purposes for some Linux distros (:issue:363)
  • Do not insert an underscore in wheel tags when the interpreter version number
    is more than 2 digits (:issue:372)

20.7

30 Nov 15:34
20.7
c048e34
Compare
Choose a tag to compare
Release 20.7

20.6

30 Nov 15:33
20.6
07f0954
Compare
Choose a tag to compare
Release 20.6

20.5

30 Nov 15:33
20.5
07b8ff4
Compare
Choose a tag to compare
Release 20.5

20.4

26 May 12:20
20.4
ded06ce
Compare
Choose a tag to compare
Release 20.4

20.3

26 May 12:20
20.3
d58a8f1
Compare
Choose a tag to compare
Release 20.3

20.2

26 May 12:20
20.2
06ab8ee
Compare
Choose a tag to compare
Release 20.2

20.1

25 Jan 15:55
71b46f5
Compare
Choose a tag to compare
  • Fix a bug caused by reuse of an exhausted iterator. (#257)