15
0

- 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
This commit is contained in:
2022-03-27 11:06:34 +00:00
committed by Git OBS Bridge
parent 6ed3b97fe5
commit 7ed08e44fc
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:16fd1ca3fc6b16c98cea63acf1ab474ea8e676849dc669d86afafb0ed7003124
size 9523

3
click-log-0.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3970f8570ac54491237bcdb3d8ab5e3eef6c057df29f8c3d1151a51a9c23b975
size 9985

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 27 11:05:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.4.0:
* compatibility declares with python >= 3.7
-------------------------------------------------------------------
Mon Oct 14 11:43:33 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -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