Skip to content

Releases: python-poetry/poetry-core

1.1.0a7

05 Mar 19:30
1314ad4

Choose a tag to compare

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).

Improvements

1.0.8

28 Feb 07:52

Choose a tag to compare

Added

  • Add hooks according to PEP-660 for editable installs (#257).

1.0.7

04 Oct 17:04
1.0.7
cb1277a

Choose a tag to compare

Fixed

  • Fixed an issue where the wrong git executable could be used on Windows. (#213)
  • Fixed an issue where the Python 3.10 classifier was not automatically added. (#215)

1.0.6

21 Sep 19:39
1.0.6
fd39ab3

Choose a tag to compare

Added

  • Added support for more hash types gen generating hashes. (#207)

1.0.5

18 Sep 10:20
1.0.5
e68b69d

Choose a tag to compare

Fixed

  • Fixed the copy of Package instances which led to file hashes not being available. (#193)
  • Fixed an issue where unsafe parameters could be passed to git commands. (#203)
  • Fixed an issue where the wrong git executable could be used on Windows. (#205)

1.0.4

19 Aug 16:22
1.0.4
e58597b

Choose a tag to compare

Fixed

  • Fixed an error in the way python markers with a precision >= 3 were handled. (#180)
  • Fixed an error in the evaluation of in/not in markers (#189)

1.1.0a6

30 Jul 15:55
1.1.0a6
52b7cdc

Choose a tag to compare

1.1.0a6 Pre-release
Pre-release

Added

  • Added support for dependency groups. (#183)

1.1.0a5

21 May 11:56
1.1.0a5
aed99dc

Choose a tag to compare

1.1.0a5 Pre-release
Pre-release

Added

  • Added support for script files in addition to standard entry points. (#40)

Fixed

  • Fixed an error in the way python markers with a precision >= 3 were handled. (#178)

1.1.0a4

03 May 19:26
1.1.0a4

Choose a tag to compare

1.1.0a4 Pre-release
Pre-release

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

09 Apr 15:49
1.1.0a3
871e10e

Choose a tag to compare

1.1.0a3 Pre-release
Pre-release

Fixed

  • Fixed dependency markers not being properly copied when changing the constraint (#162).