Bump packaging from 20.1 to 20.4
Bumps packaging from 20.1 to 20.4.
Changelog
Sourced from packaging's changelog.
20.4 - 2020-05-19
* Canonicalize version before comparing specifiers. (:issue:`282`) * Change type hint for ``canonicalize_name`` to return ``packaging.utils.NormalizedName``. This enables the use of static typing tools (like mypy) to detect mixing of normalized and un-normalized names. 20.3 - 2020-03-05
- Fix changelog for 20.2.
20.2 - 2020-03-05
* Fix a bug that caused a 32-bit OS that runs on a 64-bit ARM CPU (e.g. ARM-v8, aarch64), to report the wrong bitness.
Commits
-
ded06ce
Bump for release -
db291c7
Fix LEQ/GEQ for SpecifierSets when considering versions with a local version ... -
fbe5144
Pass positional args to pytest invocation (#301) -
d2e29ed
Rename GitHub Actions tasks (#298) -
221443a
Document version classes comparison behaviour (#297) -
61672bf
Add a NewType for normalized names (#292) -
9731c00
Document major, minor and macro attributes of Version (#285) -
a9f31ee
Use SPDX identifiers for license metadata (#289) -
ed0a58f
specifiers: don't rely on hashes for equality (#284) -
20a9a33
Canonicalize version before comparing specifiers (#283) - Additional commits viewable in compare view