From 4039b3ae28135526fd1714bacde04e90683e089aa9c51e4e51bf789d4e67eae2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 21:16:07 +0000 Subject: [PATCH 1/2] - update to 3.0.1: * bugfixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-daiquiri?expand=0&rev=19 --- daiquiri-3.0.0.tar.gz | 3 --- daiquiri-3.0.1.tar.gz | 3 +++ python-daiquiri.changes | 6 ++++++ python-daiquiri.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 daiquiri-3.0.0.tar.gz create mode 100644 daiquiri-3.0.1.tar.gz diff --git a/daiquiri-3.0.0.tar.gz b/daiquiri-3.0.0.tar.gz deleted file mode 100644 index 94aa025..0000000 --- a/daiquiri-3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbc4a1ffdd98f25bb1962f3d580d5225796196712849798cce40af85c412d5ab -size 18118 diff --git a/daiquiri-3.0.1.tar.gz b/daiquiri-3.0.1.tar.gz new file mode 100644 index 0000000..5737793 --- /dev/null +++ b/daiquiri-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70995a0f7a2d5a62ec5498ffeef733dca47e10cc96ee6331fba5f6ec0387e6fb +size 17948 diff --git a/python-daiquiri.changes b/python-daiquiri.changes index 4111c25..c08a1e2 100644 --- a/python-daiquiri.changes +++ b/python-daiquiri.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 16 21:14:56 UTC 2021 - Dirk Müller + +- update to 3.0.1: + * bugfixes + ------------------------------------------------------------------- Tue Nov 10 07:54:11 UTC 2020 - Dirk Mueller diff --git a/python-daiquiri.spec b/python-daiquiri.spec index 5a0c50a..8694930 100644 --- a/python-daiquiri.spec +++ b/python-daiquiri.spec @@ -1,7 +1,7 @@ # # spec file for package python-daiquiri # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-daiquiri -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: Library to configure Python logging License: Apache-2.0 From 97e64b5f26de6aab0b1b8a3852de637449258d006bf04e72a123d83c163f5033 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Oct 2021 21:16:58 +0000 Subject: [PATCH 2/2] * handle "stack_info" argument correctly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-daiquiri?expand=0&rev=20 --- python-daiquiri.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-daiquiri.changes b/python-daiquiri.changes index c08a1e2..e9ded35 100644 --- a/python-daiquiri.changes +++ b/python-daiquiri.changes @@ -2,7 +2,7 @@ Sat Oct 16 21:14:56 UTC 2021 - Dirk Müller - update to 3.0.1: - * bugfixes + * handle "stack_info" argument correctly ------------------------------------------------------------------- Tue Nov 10 07:54:11 UTC 2020 - Dirk Mueller