15
0
forked from pool/python-poetry

- add unlimit-jsonschema.patch to avoid installation issue

- 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
This commit is contained in:
2023-09-28 07:22:42 +00:00
committed by Git OBS Bridge
parent a5701eb001
commit 4514e43350
3 changed files with 57 additions and 37 deletions

View File

@@ -36,6 +36,7 @@ URL: https://python-poetry.org/
# PyPI sdist doesnt contain tests
Source: https://github.com/python-poetry/poetry/archive/%{version}.tar.gz#/poetry-%{version}.tar.gz
Patch0: build-1.patch
Patch1: unlimit-jsonschema.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core = 1.7.0}
@@ -55,6 +56,7 @@ Requires: python-poetry-plugin-export >= 1.5.0
Requires: python-importlib-metadata >= 4.4
%endif
Requires: python-installer >= 0.7.0
Requires: python-jsonschema >= 4.10.0
Requires: python-keyring >= 24.0
Requires: python-packaging >= 20.4
Requires: python-pexpect >= 4.7.0
@@ -63,7 +65,6 @@ Requires: python-platformdirs >= 3.0.0
Requires: python-pyproject-hooks >= 1.0.0
Requires: python-requests >= 2.26
Requires: python-shellingham >= 1.5
Requires: (python-jsonschema >= 4.10.0 with python-jsonschema < 4.18)
Requires: (python-requests-toolbelt >= 0.9.1 with python-requests-toolbelt < 2)
%if 0%{?python_version_nodots} < 311
Requires: python-tomli >= 2.0.1