brechtm / rinohtype

The Python document processor
http://www.mos6581.org/rinohtype
GNU Affero General Public License v3.0
499 stars 59 forks source link

Bump poetry-core from 1.1.0b3 to 1.1.0 #354

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps poetry-core from 1.1.0b3 to 1.1.0.

Release notes

Sourced from poetry-core's releases.

1.1.0

  • No functional changes.

1.1.0rc3

No release notes provided.

1.1.0rc2

Changed

  • Enabled setting version of ProjectPackage to support dynamically setting the project's package version (e.g. from a plugin) (#447).

Fixed

  • Fixed an issue where authors property was not detected (#437).
  • Fixed an issue where submodules of git dependencies was not checked out (#439).
  • Fixed an issue with Python constraints from markers (#448).
  • Fixed an issue where the latest version of git dependency was selected instead of the locked one (#449).

1.1.0rc1

Changed

  • Replaced Poetry's helper method canonicalize_name() by packaging.utils.canonicalize_name() (#418).
  • Removed unused code (#419).

Fixed

  • Fixed an issue with markers, that results in incorrectly resolved extra dependencies (#415).
  • Fixed an issue where equal markers had not the same hash (#417).
  • Fixed allows_any() for local versions (#433).
  • Fixed special cases of next_major(), next_minor(), etc. and deprecated ambiguous usage (#434).
  • Fixed an issue with Python constraints from markers (#436).
Changelog

Sourced from poetry-core's changelog.

[1.1.0] - 2022-08-31

  • No functional changes.

[1.1.0rc3] - 2022-08-26

Fixed

  • Fixed an issue where a malformed URL was passed to pip when installing from a git subdirectory (#451).

[1.1.0rc2] - 2022-08-26

Changed

  • Enabled setting version of ProjectPackage to support dynamically setting the project's package version (e.g. from a plugin) (#447).

Fixed

  • Fixed an issue where authors property was not detected (#437).
  • Fixed an issue where submodules of git dependencies was not checked out (#439).
  • Fixed an issue with Python constraints from markers (#448).
  • Fixed an issue where the latest version of git dependency was selected instead of the locked one (#449).

[1.1.0rc1] - 2022-08-17

Changed

  • Replaced Poetry's helper method canonicalize_name() by packaging.utils.canonicalize_name() (#418).
  • Removed unused code (#419).

Fixed

  • Fixed an issue with markers, that results in incorrectly resolved extra dependencies (#415).
  • Fixed an issue where equal markers had not the same hash (#417).
  • Fixed allows_any() for local versions (#433).
  • Fixed special cases of next_major(), next_minor(), etc. and deprecated ambiguous usage (#434).
  • Fixed an issue with Python constraints from markers (#436).
Commits
  • aa90668 release: bump to version 1.1.0
  • 70cd418 test(version): split test_version_pep440 into test_segments and test_version,...
  • 957d07d test(dependency): increase test coverage for VCSDependency.to_pep_508() (#453)
  • e1aafaa release: bump to version 1.1.0rc3
  • 7988a58 Add missing = for subdirectory (#451)
  • ebd52e0 release: bump to version 1.1.0rc2
  • e19dd6e add setter for version on ProjectPackage (#447)
  • bb35db3 fix python_constraint_from_marker() again
  • be07024 vcs_dependency: set implicit source reference (#449)
  • 4456c52 fix: add --recurse-submodules to checkout module (#439)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #354 (1a0d5df) into master (fa69083) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #354   +/-   ##
=======================================
  Coverage   77.48%   77.48%           
=======================================
  Files          92       92           
  Lines       14633    14633           
  Branches     3274     3274           
=======================================
  Hits        11338    11338           
  Misses       2853     2853           
  Partials      442      442           
Flag Coverage Δ
3.10 77.47% <ø> (ø)
3.11.0-alpha 77.04% <ø> (ø)
3.7 76.58% <ø> (ø)
3.8 76.98% <ø> (ø)
3.9 46.91% <ø> (ø)
Linux 77.02% <ø> (ø)
Windows 77.01% <ø> (ø)
macOS 77.43% <ø> (ø)
pypy-3.9 77.02% <ø> (ø)
regression-3.10 75.88% <ø> (ø)
regression-3.11 75.44% <ø> (ø)
regression-3.7 74.95% <ø> (ø)
regression-3.8 75.38% <ø> (ø)
regression-pypy3 75.42% <ø> (ø)
unit-3.10 46.91% <ø> (ø)
unit-3.11 46.92% <ø> (ø)
unit-3.7 45.75% <ø> (ø)
unit-3.8 46.91% <ø> (ø)
unit-3.9 46.91% <ø> (ø)
unit-pypy3 46.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #360.