14
0

Updating link to change in openSUSE:Factory/python-poetry-core revision 12

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=9a0bddd2bb726041039455f5c2039829
This commit is contained in:
OBS User buildservice-autocommit
2022-12-14 14:00:58 +00:00
committed by Git OBS Bridge
parent 19a3a8b03f
commit 2b024e8da9
4 changed files with 12 additions and 37 deletions

View File

@@ -1,28 +1,3 @@
-------------------------------------------------------------------
Tue Dec 13 17:40:10 UTC 2022 - Benjamin Greiner <code@bnavigator.de>
- Update devendored requirements
-------------------------------------------------------------------
Tue Dec 13 16:06:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 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).
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
-------------------------------------------------------------------
Tue Oct 11 12:48:50 UTC 2022 - Dirk Müller <dmueller@suse.com>