1.1.0b1
Pre-release
Pre-release
Fixed
- Fixed an issue where canonicalize package names leads to infinite loops (#328).
- Fixed an issue where versions wasn't correct normalized to PEP-440 (#344).
- Fixed an issue with union of multi markers if one marker is a subset of the other marker (#352).
- Fixed an issue with markers which are not in disjunctive normal form (DNF) (#347).
- Fixed an issue where stub-only partial namespace packages were not recognized as packages (#221).
- Fixed an issue where PEP-508 url requirements with extras were not parsed correctly (#345).
- Fixed an issue where PEP-508 strings with wildcard exclusion constraints were incorrectly exported (#343).
- Allow hidden directories on Windows bare repos (#341).
- Fixed an issue where dependencies with an epoch are parsed as empty (#316).
- Fixed an issue where a package consisting of multiple packages wasn't build correctly (#292).
Added
- Added support for handling git urls with subdirectory (#288).
- Added support for metadata files as described in PEP-658 for PEP-503 "simple" API repositories (#333).
Changed
- Renamed dependency group of runtime dependencies to from
default
tomain
(#326).
Improvements
poetry-core
is now completely type checked. Special thanks to @dimbleby @branchvincent 🎉- Improved the SemVer constraint parsing (#327).
- Improved the speed when cloning git repositories (#290).