15
0

Accepting request 1039435 from home:yarunachalam:branches:devel:languages:python

- Update to 3.2.1
  * chore: add custom LogRecord classes to avoid ignore
  * fix(output): correct Datadog handler class
  * fix: use _ version
- Update to 3.2.0
  * chore: type everything
  * refactor: remove Python 2 support leftover
  * chore: configure black
- Update to 3.1.1
  * fix: add missing py.typed
- Update to 3.1.0 
  * fix: update setup.cfg

OBS-URL: https://build.opensuse.org/request/show/1039435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-daiquiri?expand=0&rev=25
This commit is contained in:
2022-12-02 10:46:52 +00:00
committed by Git OBS Bridge
parent 693c9213fa
commit 56152bda66
4 changed files with 23 additions and 4 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Dec 2 01:09:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.2.1
* chore: add custom LogRecord classes to avoid ignore
* fix(output): correct Datadog handler class
* fix: use _ version
- Update to 3.2.0
* chore: type everything
* refactor: remove Python 2 support leftover
* chore: configure black
- Update to 3.1.1
* fix: add missing py.typed
- Update to 3.1.0
* fix: update setup.cfg
-------------------------------------------------------------------
Wed Nov 16 16:54:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>