Accepting request 1040753 from devel:languages:python
- 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). * 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). OBS-URL: https://build.opensuse.org/request/show/1040753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-core?expand=0&rev=9
This commit is contained in:
commit
3c6390ba44
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:731c2e35874ee97f73ed42d8a332cd21cf2ab1f156db6a5adb00e6119bc51226
|
|
||||||
size 539267
|
|
3
poetry-core-1.4.0-gh.tar.gz
Normal file
3
poetry-core-1.4.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:621c2f84c6ec15e4ef450600870d62830f56b0bc608f0cc55e887ab50a7876a9
|
||||||
|
size 556575
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 04:25:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 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).
|
||||||
|
* 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).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 11 12:48:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Oct 11 12:48:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-poetry-core
|
Name: python-poetry-core
|
||||||
Version: 1.3.2
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python poetry core utilities
|
Summary: Python poetry core utilities
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user