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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87f2a4ea1303d4ebaadd62dcee438d1c5fb3626cd79237cea28838bc704804a5
size 2342659

3
poetry-1.1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ea8b9db2a680dfe6cc1297f972a8ad99038586cebc69267a16424901508f484
size 2343356

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 8 13:29:35 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- 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
-------------------------------------------------------------------
Mon Oct 5 12:17:17 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

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