14
0

- update to 1.8.1:

* feature: add tox helpers to make pipy and debian releases
  * fix: use TypedDict if python version > 3.8 only, otherwise use a Dict
         (TypedDict were imported from typing_extension 3.7.4, which is not
         available on debian buste

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logilab-common?expand=0&rev=58
This commit is contained in:
2021-03-08 08:41:24 +00:00
committed by Git OBS Bridge
parent cf0e0ba25c
commit 8984cc6e13
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Mar 8 08:40:44 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.8.1:
* feature: add tox helpers to make pipy and debian releases
* fix: use TypedDict if python version > 3.8 only, otherwise use a Dict
(TypedDict were imported from typing_extension 3.7.4, which is not
available on debian buste
-------------------------------------------------------------------
Sat Dec 19 13:21:12 UTC 2020 - Dirk Müller <dmueller@suse.com>