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.0b2 to 1.1.0b3 #348

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps poetry-core from 1.1.0b2 to 1.1.0b3.

Changelog

Sourced from poetry-core's changelog.

[1.1.0b3] - 2022-07-09

Added

  • Added support for valid PEP 517 projects with another build-system than poetry-core as directory dependencies (#368, #377).
  • Added support for yanked files and releases according to PEP 592 (#400).

Changed

  • Relaxed schema validation to allow additional properties (#369).
  • Harmonized string representation of dependencies (#393).
  • Changed wheel name normalization to follow most recent packaging specification (#394).
  • Changed equality check of direct origin dependencies, so that constraints are not considered anymore (#405).
  • Deprecated Dependency.set_constraint() and replaced it by a constraint property for consistency (#370).
  • Removed Package.requires_extras (#374).
  • Improved marker handling (#380, #383, #384, #390, #395).

Fixed

  • Fixed hash method for PackageSpecification, Package, Dependency and their sub classes (#370).
  • Fixed merging of markers python_version and python_full_version (#382, #388).
  • Fixed python version normalization (#385, #407).
  • Fixed an issue where version identifiers with a local version segment allowed non local versions (#396).
  • Fixed an issue where version identifiers without a post release segment allowed post releases (#396).
  • Fixed script definitions that didn't work when extras were not explicitly defined (#404).
Commits
  • f9e81fd bump version: 1.1.0b3 (#413)
  • dfa2c4a [pre-commit.ci] pre-commit autoupdate (#414)
  • 96709d0 vendors: update dependencies (tomlkit update is required to fix a regression ...
  • 737b5e9 [pre-commit.ci] pre-commit autoupdate (#410)
  • d9ea915 Do not consider constraints when checking for equality of direct origin depen...
  • 5f15d67 [pre-commit.ci] pre-commit autoupdate (#408)
  • cc8c659 normalize python_versions on packages
  • f6e8b58 fix(factory): safe get extras in scripts and config
  • 96f2a91 tests: xfail test_pip_install_no_binary on Python 3.7 (#406)
  • 4f9c352 package: support for yanked releases according to PEP 592
  • 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 #348 (e4c00f6) into master (c405b96) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   77.44%   77.44%           
=======================================
  Files          92       92           
  Lines       14617    14617           
  Branches     3270     3270           
=======================================
  Hits        11320    11320           
- Misses       2847     2855    +8     
+ Partials      450      442    -8     
Flag Coverage Δ
3.10 77.43% <ø> (ø)
3.11.0-alpha 77.00% <ø> (+<0.01%) :arrow_up:
3.7 76.54% <ø> (ø)
3.8 76.94% <ø> (ø)
3.9 46.95% <ø> (ø)
Linux 76.98% <ø> (ø)
Windows 76.97% <ø> (ø)
macOS 77.39% <ø> (ø)
pypy-3.9 76.98% <ø> (ø)
regression-3.10 75.84% <ø> (ø)
regression-3.11 75.40% <ø> (+<0.01%) :arrow_up:
regression-3.7 74.90% <ø> (ø)
regression-3.8 75.34% <ø> (ø)
regression-pypy3 75.38% <ø> (ø)
unit-3.10 46.96% <ø> (ø)
unit-3.11 46.96% <ø> (+<0.01%) :arrow_up:
unit-3.7 45.79% <ø> (ø)
unit-3.8 46.95% <ø> (ø)
unit-3.9 46.95% <ø> (ø)
unit-pypy3 46.98% <ø> (ø)

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

Impacted Files Coverage Δ
src/rinoh/hyphenator.py 68.14% <0.00%> (ø)
src/rinoh/frontend/xml/lxml.py 0.00% <0.00%> (ø)
src/rinoh/frontend/epub/nodes.py 0.00% <0.00%> (ø)
src/rinoh/frontend/xml/__init__.py 0.00% <0.00%> (ø)
src/rinoh/frontend/docbook/nodes.py 0.00% <0.00%> (ø)
src/rinoh/frontend/epub/__init__.py 0.00% <0.00%> (ø)
src/rinoh/frontend/xml/elementtree.py 0.00% <0.00%> (ø)
src/rinoh/frontend/docbook/__init__.py 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

dependabot[bot] commented 2 years ago

Looks like poetry-core is up-to-date now, so this is no longer needed.