15
0
forked from pool/python-clikit

Accepting request 840311 from home:bnavigator:branches:devel:languages:python

- dephell incorrectly converts the typing-extension dependency
  marker. Use upstreams install method pip with poetry.core backend 
  instead

poetry does not work with incorrect clikit metadata when typing-extensions is not installed (which is not needed for py >= 3.5.4)

OBS-URL: https://build.opensuse.org/request/show/840311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-clikit?expand=0&rev=16
This commit is contained in:
2020-10-08 18:08:40 +00:00
committed by Git OBS Bridge
parent 686834cc27
commit 5c5ea839e3
2 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 8 15:52:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- dephell incorrectly converts the typing-extension dependency
marker. Use upstreams install method pip with poetry.core backend
instead
-------------------------------------------------------------------
Sun Jul 12 07:50:09 UTC 2020 - John Vandenberg <jayvdb@gmail.com>