From 3dad0ccb3406e1de33bf9d5805a6a2ee0e1446fde855ec265ed5d6f642201a23 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 6 Dec 2022 16:09:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=17 --- python-poetry-core.changes | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/python-poetry-core.changes b/python-poetry-core.changes index d46a14b..bf98015 100644 --- a/python-poetry-core.changes +++ b/python-poetry-core.changes @@ -2,21 +2,22 @@ Tue Dec 6 04:25:48 UTC 2022 - Yogalakshmi Arunachalam - Update to 1.4.0 - Added - * The PEP 517 metadata_directory is now respected as an input to the build_wheel hook (#487). - Changed - * Sources are now considered more carefully when dealing with dependencies with environment markers (#497). + ## Added + * The PEP 517 metadata_directory is now respected as an input to + the build_wheel hook (#487). + ## Changed + * Sources are now considered more carefully when dealing with + dependencies with environment markers (#497). * EmptyConstraint is now hashable (#513). - * ParseConstraintError is now raised on version and constraint parsing errors, and includes information on the package that caused the error (#514). - Fixed - * Fix an issue where invalid PEP 508 requirements were generated due to a missing space before semicolons (#510). - * Fix an issue where relative paths were encoded into package requirements, instead of a file:// URL as required by PEP 508 (#512). - Vendoring - jsonschema==4.17.0 - lark==1.1.14 - pyrsistent==0.19.2 - tomlkit==0.11.6 - typing-extensions==4.4.0 + * ParseConstraintError is now raised on version and constraint + parsing errors, and includes information on the package that + caused the error (#514). + ## Fixed + * Fix an issue where invalid PEP 508 requirements were generated + due to a missing space before semicolons (#510). + * Fix an issue where relative paths were encoded into package + requirements, instead of a file:// URL as required by PEP 508 + (#512). ------------------------------------------------------------------- Tue Oct 11 12:48:50 UTC 2022 - Dirk Müller