14
0

Accepting request 912656 from home:glaubitz:branches:devel:languages:python

- Update to 5.0.1
  * Fix version check
- from version 5.0.0
  * Release v5.0.0, warning on older Python versions
  * Fix #68
- from version 4.8.0
  * Reformat code with black
  * Fix #98

OBS-URL: https://build.opensuse.org/request/show/912656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=21
This commit is contained in:
2021-08-17 13:21:16 +00:00
committed by Git OBS Bridge
parent b4a2ca0087
commit 9129b79907
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18d05b616438a75762d7d214b9ec3b05d274466c9f3ddd92807e755840c88251
size 28764

3
colorlog-5.0.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 17 10:48:36 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.0.1
* Fix version check
- from version 5.0.0
* Release v5.0.0, warning on older Python versions
* Fix #68
- from version 4.8.0
* Reformat code with black
* Fix #98
-------------------------------------------------------------------
Mon Mar 8 22:36:19 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-colorlog
Version: 4.7.2
Version: 5.0.1
Release: 0
Summary: Log formatting with colors
License: MIT