Releases: python-poetry/poetry-core
Releases · python-poetry/poetry-core
1.1.0a6
1.1.0a5
1.1.0a4
Changed
- Files in source distributions now have a deterministic time to improve reproducibility. (#142)
- Source distributions for
poetry-core
now includes tests. (#173)
Fixed
- Fixed an error where leading zeros in the local build part of version specifications were discarded. (#167)
- Fixed the PEP 508 representation of file dependencies. (#153)
- Fixed the copy of
Package
instances which led to file hashes not being available. (#159) - Fixed an error in the parsing of caret requirements with a pre-release lower bound. (#171)
- Fixed an error where some pre-release versions were not flagged as pre-releases. (#170)
1.1.0a3
1.0.3
1.1.0a2
1.1.0a1
This version is the first to drop support for Python 2.7 and 3.5.
If you are still using these versions you should update the requires
property of the build-system
section
to restrict the version of poetry-core
:
[build-system]
requires = ["poetry-core<1.1.0"]
build-backend = "poetry.core.masonry.api"
Changed
- Dropped support for Python 2.7 and 3.5 (#131).
- Reorganized imports internally to improve performances (#131).
- Directory dependencies are now in non-develop mode by default (#98).
- Improved support for PEP 440 specific versions that do not abide by semantic versioning (#140).
Fixed
- Fixed path dependencies PEP 508 representation (#141).
1.0.2
1.0.1
Fixed
- Fixed PEP 508 representation of dependency without extras (#102).
- Fixed an error where development dependencies were being resolved when invoking the PEP-517 backend (#101).
- Fixed source distribution not being deterministic (#105).
- Fixed an error where zip files were left open when building wheels (#122).
- Fixed an error where explicitly included files were still not present in final distributions (#124).
- Fixed wheel filename matching for recent architecture (#125, #129).
- Fixed an error where the
&
character was not accepted for author names (#120). - Fixed the PEP-508 representation of some dependencies (#103).
- Fixed the
Requires-Python
metadata generation (#127). - Fixed an error where pre-release versions were accepted in version constraints (#128).