You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an issue where platform_release could not be parsed on Debian Trixie (#930).
Fix an issue where using project.readme.text in the pyproject.toml file resulted in broken metadata (#914).
Fix an issue where dependency groups were considered equal when their resolved dependencies were equal, even if the groups themselves were not (#919).
Fix an issue where removing a dependency from a group that included another group resulted in other dependencies being added to the included group (#922).
Fix an issue where PEP 735 include-group entries were lost when [tool.poetry.group] also defined include-groups for the same group (#924).
Fix an issue where the union of <value> not in <marker> constraints was wrongly treated as always satisfied (#925).
Fix an issue where a post release with a local version identifier was wrongly allowed by a > version constraint (#921).
Fix an issue where a version with the local version identifier 0 was treated as equal to the corresponding public version (#920).
Fix an issue where a != <version> constraint wrongly disallowed pre releases and post releases of the specified version (#929).
Fix an issue where in and not in constraints were wrongly not allowed by specific compound constraints (#927).
Fix an issue where data entries in generated setup.py files were duplicated (#923).
Fix an issue where the union of specific inverse or partially inverse markers was not simplified (#858).
Fix an issue where optional dependencies defined in the project section were treated as non-optional when a source was defined for them in the tool.poetry section (#857).
Fix an issue where markers with === were not parsed correctly (#860).
Fix an issue where local versions with upper case letters caused an error (#859).
Fix an issue where extra markers with a value starting with "in" were not validated correctly (#862).
Fix an issue where inheriting from WheelBuilder was unnecessarily difficult (#855).
Replace the deprecated core metadata field Home-page with Project-URL: Homepage (#807).
Fixed
Fix an issue where includes from tool.poetry.packages without a specified format were not initialized with the default value resulting in a KeyError (#805).
Fix an issue where some project.urls entries were not processed correctly resulting in a KeyError (#807).
Fix an issue where dynamic project.dependencies via tool.poetry.dependencies were ignored if project.optional-dependencies were defined (#811).
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.05%. Comparing base (98a2641) to head (8158fe3). ⚠️ Report is 1 commits behind head on master.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=1.0.0→>=2.4.1Release Notes
python-poetry/poetry-core (poetry_core)
v2.4.1Compare Source
Fixed
v2.4.0Compare Source
Changed
Vendoring
packaging==26.2tomli==2.4.1v2.3.2Compare Source
Changed
Fixed
platform_releasecould not be parsed on Debian Trixie (#930).project.readme.textin thepyproject.tomlfile resulted in broken metadata (#914).include-groupentries were lost when[tool.poetry.group]also definedinclude-groupsfor the same group (#924).<value> not in <marker>constraints was wrongly treated as always satisfied (#925).>version constraint (#921).0was treated as equal to the corresponding public version (#920).!= <version>constraint wrongly disallowed pre releases and post releases of the specified version (#929).inandnot inconstraints were wrongly not allowed by specific compound constraints (#927).setup.pyfiles were duplicated (#923).v2.3.1Compare Source
Changed
Fixed
platform_releasecould not be parsed on Windows Server (#911).v2.3.0Compare Source
Added
sizeandupload_timetoLinkandPackage.files(#905).Changed
Package.files(#904).#895).
Fixed
python_full_versionmarkers with pre-release versions were parsed incorrectly (#893).v2.2.1Compare Source
Fixed
v2.2.0Compare Source
Added
#884).
Changed
[project.license](#870).Fixed
.gitignorewere not included in the distribution (#874).v2.1.3Compare Source
Changed
Fixed
projectsection were treated as non-optional when a source was defined for them in thetool.poetrysection (#857).===were not parsed correctly (#860).extramarkers with a value starting with "in" were not validated correctly (#862).WheelBuilderwas unnecessarily difficult (#855).v2.1.2Compare Source
Changed
Fixed
#846).
extramarkers were not simplified (#842,#845,
#847).
python_versionmarkers was not recognized as empty (#849).python_versionmarkers were not simplified (#848,#851).
v2.1.1Compare Source
Fixed
python_versionmarker resulted in an invalid marker (#838).v2.1.0Compare Source
Added
poetryinstance (#319).has_upper_bound methodtoVersionConstraint(#833).Changed
extramarkers (#818).#832).
python_versionmarkers (#826).Fixed
__pycache__directory and*.pycfiles were included in sdists and wheels (#835).v2.0.1Compare Source
Changed
Home-pagewithProject-URL: Homepage(#807).Fixed
tool.poetry.packageswithout a specifiedformatwere not initialized with the default value resulting in aKeyError(#805).project.urlsentries were not processed correctly resulting in aKeyError(#807).project.dependenciesviatool.poetry.dependencieswere ignored ifproject.optional-dependencieswere defined (#811).v2.0.0Compare Source
Added
projectsection in thepyproject.tomlfile according to PEP 621 (#708,#792).
platform_releasemarker (#722).in/not inin generic constraints (#722).SOURCE_DATE_EPOCHwhen building packages (#766,#781).
Changed
METADATAfiles with version 2.3 instead of 2.2 (#707).allow-prereleasesa tri-state setting (#783).Errorsuffix (#767).xin version constraints (#770).#769).
tool.poetry.dev-dependenciesin favor oftool.poetry.group.dev.dependencies(#754).Package.python_marker(#446).pyproject.tomlfile cannot be parsed (#734).readmefiles (#752).#718,
#727,
#736,
#746,
#755,
#764,
#784,
#787,
#795).
Fixed
platlibdirectory of the wrong Python was used (#726).+was not allowed in git URL paths (#765).Vendoring
fastjsonschema==2.21.1lark==1.2.2packaging==24.2tomli==2.2.1v1.9.1Compare Source
Added
3.13to the list of available Python versions (#747).v1.9.0Compare Source
Added
tokey intool.poetry.packagesto allow custom subpackage names (#672).tool.poetry.package-modekey to support non-package mode (#661).Changed
#669,
#678,
#694).
poetry.core.masonry.builder(#682).Fixed
Vendoring
fastjsonschema==2.19.1lark==1.1.8v1.8.1Compare Source
Fixed
git+could not be parsed anymore (#657).v1.8.0Compare Source
Added
3.12to the list of available Python versions (#631).Changed
extramarkers (#636).#646).
Dependency.transitive_python_versions(#648).Dependency.transitive_python_constraint(#649).Fixed
libfolder was added to the wheel (#634).Vendoring
jsonschemawithfastjsonschema.lark==1.1.8packaging==23.2v1.7.0Compare Source
Added
Changed
poetry.core.constraints.genericandpoetry.core.semver(#601).|as a value separator in markers with the operatorsinandnot in(#608).Fixed
.gitignorefile resulting in an empty wheel (#611).Vendoring
lark==1.1.7v1.6.1Compare Source
Fixed
v1.6.0Compare Source
Added
Changed
tomlkitwithtomli, which changes the interface of some internal classes (#483).Package.category(#561).Fixed
poetry buildcreated duplicate Python classifiers if they were specified manually (#578).Vendoring
attrs==23.1.0packaging==23.1tomli==2.0.1typing-extensions==4.5.0v1.5.2Compare Source
Fixed
v1.5.1Compare Source
Changed
v1.5.0Compare Source
Added
#534,
#530,
#546,
#547).
extrasare defined in the main dependency group (#542).Changed
FileDependency(#535).allows_preleasesimplicitly anymore if the lower bound of a constraint is a pre-release (#543).setup.pyfile in sdists by default (#318).platformattribute fromPackage(#548).pretty_versionparameter when creating aPackage(#549).Fixed
metadata_directorywas not respected when building an editable wheel (#537).tool.poetry.description(#505).Vendoring
attrs==22.2.0jsonschema==4.17.3lark==1.1.5packaging==23.0pyrsistent==0.19.3v1.4.0Compare Source
Added
metadata_directoryis now respected as an input to thebuild_wheelhook (#487).Changed
EmptyConstraintis now hashable (#513).ParseConstraintErroris now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514).Fixed
Vendoring
jsonschema==4.17.0lark==1.1.4pyrsistent==0.19.2tomlkit==0.11.6typing-extensions==4.4.0v1.3.2Compare Source
Fixed
v1.3.1Compare Source
Fixed
v1.3.0Compare Source
Added
3.11to the list of available Python versions (#477).Changed
poetry.core.constraints.generic, which is replaced bypoetry.core.packages.constraints(#482).poetry.core.semver, which is replaced bypoetry.core.constraints.version(#482).Fixed
v1.2.0Compare Source
Added
urldependencies (#398).Changed
Fixed
Requires-Distinformation was generated when environment markers where used for optional packages (#462).v1.1.0Compare Source
v1.0.8Compare Source
Added
v1.0.7Compare Source
Fixed
gitexecutable could be used on Windows. (#213)v1.0.6Compare Source
Added
v1.0.5Compare Source
Fixed
Packageinstances which led to file hashes not being available. (#193)gitcommands. (#203)gitexecutable could be used on Windows. (#205)v1.0.4Compare Source
Fixed
in/not inmarkers (#189)v1.0.3Compare Source
Fixed
v1.0.2Compare Source
Fixed
v1.0.1Compare Source
Fixed
&character was not accepted for author names (#120).Requires-Pythonmetadata generation (#127).Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.