14
0
forked from pool/python-apiron

Accepting request 943470 from home:DocB:branches:devel:languages:python

- version 6.1.0
  * Add py.typed file so mypy can check against package types in downstream applications
  * Use interpolation for logging messages to avoid wasted computation

OBS-URL: https://build.opensuse.org/request/show/943470
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apiron?expand=0&rev=7
This commit is contained in:
2022-01-02 19:36:36 +00:00
committed by Git OBS Bridge
parent 4ba652cb98
commit 19773ebded
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jan 2 10:35:31 UTC 2022 - Axel Braun <axel.braun@gmx.de>
- version 6.1.0
* Add py.typed file so mypy can check against package types in downstream applications
* Use interpolation for logging messages to avoid wasted computation
-------------------------------------------------------------------
Sun Aug 29 08:36:10 UTC 2021 - Axel Braun <axel.braun@gmx.de>