From a8c266f9034348555d2f716cd57ca8fb987be25bb174c760b45f10217daba1d9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 12:20:26 +0000 Subject: [PATCH] - update to 6.8.2: * Update package links in README * Added docs/CONTRIBUTING.md. * Documented "bright" colours in the README. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=26 --- colorlog-6.8.0.tar.gz | 3 --- colorlog-6.8.2.tar.gz | 3 +++ python-colorlog.changes | 8 ++++++++ python-colorlog.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 colorlog-6.8.0.tar.gz create mode 100644 colorlog-6.8.2.tar.gz diff --git a/colorlog-6.8.0.tar.gz b/colorlog-6.8.0.tar.gz deleted file mode 100644 index 3affb4a..0000000 --- a/colorlog-6.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb6fdf9d5685f2517f388fb29bb27d54e8654dd31f58bc2a3b217e967a95ca6 -size 29939 diff --git a/colorlog-6.8.2.tar.gz b/colorlog-6.8.2.tar.gz new file mode 100644 index 0000000..fc3680c --- /dev/null +++ b/colorlog-6.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44 +size 16529 diff --git a/python-colorlog.changes b/python-colorlog.changes index 2195a03..be4a51e 100644 --- a/python-colorlog.changes +++ b/python-colorlog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 30 12:20:13 UTC 2024 - Dirk Müller + +- update to 6.8.2: + * Update package links in README + * Added docs/CONTRIBUTING.md. + * Documented "bright" colours in the README. + ------------------------------------------------------------------- Tue Dec 5 12:46:11 UTC 2023 - Dirk Müller diff --git a/python-colorlog.spec b/python-colorlog.spec index 4283688..b78613a 100644 --- a/python-colorlog.spec +++ b/python-colorlog.spec @@ -1,7 +1,7 @@ # # spec file for package python-colorlog # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-colorlog -Version: 6.8.0 +Version: 6.8.2 Release: 0 Summary: Log formatting with colors License: MIT