1.1.0a7
Pre-release
Pre-release
Fixed
- Fixed an issue when evaluate
in/not in
markers (#188). - Fixed an issue when parsing of caret constraint with leading zero (#201).
- Respect format for explicit included files when finding excluded files (#228).
- Fixed an issue where only the last location was used when multiple packages should be included (#108).
- Ensure that package
description
contains no new line (#219). - Fixed an issue where all default dependencies were removed instead of just the selected one (#220).
- Ensure that authors and maintainers are normalized (#276).
Added
- Add support for most of the guaranteed hashes (#207).
- Add support to declare multiple README files (#248).
- Add support for git sub directories (#192).
- Add hooks according to PEP-660 for editable installs (#182).
- Add support for version epochs (#264).
Changed
- Drop python3.6 support (#263).
- Loose the strictness when parsing version constraint to support invalid use of wildcards, e.g.
>=3.*
(#186). - No longer assume a default git branch name (#192).
- Sort package name in extras to make it reproducible (#280).