From 7ed08e44fca22130adda22c92525fd472dbcd9a653c376c2d0e091bef2a9f87f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 27 Mar 2022 11:06:34 +0000 Subject: [PATCH] - update to 0.4.0: * compatibility declares with python >= 3.7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-log?expand=0&rev=8 --- click-log-0.3.2.tar.gz | 3 --- click-log-0.4.0.tar.gz | 3 +++ python-click-log.changes | 6 ++++++ python-click-log.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 click-log-0.3.2.tar.gz create mode 100644 click-log-0.4.0.tar.gz diff --git a/click-log-0.3.2.tar.gz b/click-log-0.3.2.tar.gz deleted file mode 100644 index 63f77ba..0000000 --- a/click-log-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124 -size 9523 diff --git a/click-log-0.4.0.tar.gz b/click-log-0.4.0.tar.gz new file mode 100644 index 0000000..b01d4bf --- /dev/null +++ b/click-log-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3970f8570ac54491237bcdb3d8ab5e3eef6c057df29f8c3d1151a51a9c23b975 +size 9985 diff --git a/python-click-log.changes b/python-click-log.changes index e492758..2e253eb 100644 --- a/python-click-log.changes +++ b/python-click-log.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 27 11:05:38 UTC 2022 - Dirk Müller + +- update to 0.4.0: + * compatibility declares with python >= 3.7 + ------------------------------------------------------------------- Mon Oct 14 11:43:33 UTC 2019 - Matej Cepl diff --git a/python-click-log.spec b/python-click-log.spec index 0f9f4c4..d39c079 100644 --- a/python-click-log.spec +++ b/python-click-log.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-log # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%global skip_python2 1 Name: python-click-log -Version: 0.3.2 +Version: 0.4.0 Release: 0 Summary: Logging integration for Click License: MIT