From 56152bda66df14fd29fbd0879da426357f9a09439cfef007e2f6b9b5d7529a20 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 2 Dec 2022 10:46:52 +0000 Subject: [PATCH] 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 --- daiquiri-3.0.1.tar.gz | 3 --- daiquiri-3.2.1.tar.gz | 3 +++ python-daiquiri.changes | 19 +++++++++++++++++++ python-daiquiri.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 daiquiri-3.0.1.tar.gz create mode 100644 daiquiri-3.2.1.tar.gz diff --git a/daiquiri-3.0.1.tar.gz b/daiquiri-3.0.1.tar.gz deleted file mode 100644 index 5737793..0000000 --- a/daiquiri-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70995a0f7a2d5a62ec5498ffeef733dca47e10cc96ee6331fba5f6ec0387e6fb -size 17948 diff --git a/daiquiri-3.2.1.tar.gz b/daiquiri-3.2.1.tar.gz new file mode 100644 index 0000000..4d050aa --- /dev/null +++ b/daiquiri-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408c4d28ec8f0ea23e965374479829bd22364d0c08d791cbeb7bba245963e0fd +size 19318 diff --git a/python-daiquiri.changes b/python-daiquiri.changes index 1e4c131..58b96dd 100644 --- a/python-daiquiri.changes +++ b/python-daiquiri.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Dec 2 01:09:04 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-daiquiri.spec b/python-daiquiri.spec index b42e39f..dfdc4f4 100644 --- a/python-daiquiri.spec +++ b/python-daiquiri.spec @@ -18,7 +18,7 @@ %global skip_python2 1 Name: python-daiquiri -Version: 3.0.1 +Version: 3.2.1 Release: 0 Summary: Library to configure Python logging License: Apache-2.0