15
0
forked from pool/python-poetry

- Update to version 1.1.2

* Dependency installation of editable packages and all 
    uninstall operations are now performed serially within 
    their corresponding priority groups. (#3099)
  * Improved package metadata inspection of nested poetry 
    projects within project path dependencies. (#3105)
  * Fixed export of requirements.txt when project 
    dependency contains git dependencies. (#3100)
- Add missing virtualenv runtime requirement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry?expand=0&rev=23
This commit is contained in:
2020-10-08 13:37:52 +00:00
committed by Git OBS Bridge
parent 650dd44840
commit cbbf622dac
4 changed files with 18 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%define dephell_loglevel DEBUG
Name: python-poetry
Version: 1.1.1
Version: 1.1.2
Release: 0
Summary: Python dependency management and packaging
License: MIT
@@ -66,6 +66,7 @@ Requires: python-requests-toolbelt >= 0.9.1
Requires: python-setuptools
Requires: python-shellingham >= 1.1
Requires: python-tomlkit >= 0.7.0
Requires: python-virtualenv >= 20.0.26
Requires(post): update-alternatives
Requires(postun): update-alternatives
Recommends: git-core