forked from pool/python-poetry
- Update to 1.3.1 - Update to 1.3.0 * Correct the default cache path on Windows (#7012). * Added installer.parallel boolean flag (defaults to true) configuration to enable/disable parallel execution of operations when using the new installer. * When using system environments as an unprivileged user, user site and bin directories are created if they do * Fixed editable installation of poetry projects when using system environments. (#3107) * Fixed locking of nested extra activations. If you were affected by this issue, you will need to regenerate the * Fixed prioritisation of non-default custom package * Fixed detection of installed editable packages when * Fixed scripts generated by editable builder to use * Fixed recursion error when locked dependencies contain * Fixed propagation of editable flag for VCS - Run tests in virtualenv gh#python-poetry/poetry#1645 * Fixed error when using config command in a directory with an requirements.txt format. (#3119) * Dependency installation of editable packages and all uninstall operations are now performed serially within * Improved package metadata inspection of nested poetry * Fixed export of requirements.txt when project * Fixed resolution of packages with missing required extras. * Fixed export of requirements.txt dependencies to include * Fixed incorrect selection of unsupported binary distribution * Fixed incorrect use of system executable when building package * Fixed errors in init command when specifying --dependency in OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=75
15 lines
558 B
Diff
15 lines
558 B
Diff
Index: poetry-1.6.1/pyproject.toml
|
|
===================================================================
|
|
--- poetry-1.6.1.orig/pyproject.toml
|
|
+++ poetry-1.6.1/pyproject.toml
|
|
@@ -41,8 +41,7 @@ crashtest = "^0.4.1"
|
|
dulwich = "^0.21.2"
|
|
importlib-metadata = { version = ">=4.4", python = "<3.10" }
|
|
installer = "^0.7.0"
|
|
-# jsonschema 4.18 uses Rust-based libraries which causes issues when building from source
|
|
-jsonschema = ">=4.10.0,<4.18.0"
|
|
+jsonschema = ">=4.10.0"
|
|
keyring = "^24.0.0"
|
|
# packaging uses calver, so version is unclamped
|
|
packaging = ">=20.4"
|