15
0

6 Commits

Author SHA256 Message Date
7ae6879509 Accepting request 1312061 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1312061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=15
2025-10-17 18:14:36 +00:00
cfd7b4821e - Update to 6.10.1
* Support Python 3.14
  * Support for exception logging

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=32
2025-10-17 14:49:42 +00:00
86caa0f549 Accepting request 1221949 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1221949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=14
2024-11-07 15:28:03 +00:00
8bd6854e74 - Update to 6.9.0
* Support Python 3.13
  * Satisfy mypy
- Drop support-python-313.patch, merged upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=30
2024-11-06 20:18:19 +00:00
707cbfc933 Accepting request 1218906 from devel:languages:python
- Switch to autosetup and pyproject macros.
- Set this package to noarch, since it doesn't ship any arch-dep files.
- Add patch support-python-313.patch:
  * Support Python 3.13's logging changes.

OBS-URL: https://build.opensuse.org/request/show/1218906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-colorlog?expand=0&rev=13
2024-10-29 13:35:52 +00:00
87243a6010 - Switch to autosetup and pyproject macros.
- Set this package to noarch, since it doesn't ship any arch-dep files.
- Add patch support-python-313.patch:
  * Support Python 3.13's logging changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorlog?expand=0&rev=28
2024-10-29 04:30:41 +00:00
4 changed files with 12 additions and 5 deletions

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

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 17 06:15:14 UTC 2025 - Adrian Schröter <adrian@suse.de>
- Update to 6.10.1
* Support Python 3.14
* Support for exception logging
-------------------------------------------------------------------
Wed Nov 6 15:41:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-colorlog
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.9.0
Version: 6.10.1
Release: 0
Summary: Log formatting with colors
License: MIT