Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 54b2276795 | |||
| 8ad38fbe50 | |||
| 0be23b72b6 | |||
| 1ec0a017b6 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44
|
||||
size 16529
|
||||
3
colorlog-6.9.0.tar.gz
Normal file
3
colorlog-6.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfba54a1b93b94f54e1f4fe48395725a3d92fd2a4af702f6bd70946bdc0c6ac2
|
||||
size 16624
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 15:41:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 6.9.0
|
||||
* Support Python 3.13
|
||||
* Satisfy mypy
|
||||
- Drop support-python-313.patch, merged upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 29 04:28:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 12:20:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,16 +18,19 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-colorlog
|
||||
Version: 6.8.2
|
||||
Version: 6.9.0
|
||||
Release: 0
|
||||
Summary: Log formatting with colors
|
||||
License: MIT
|
||||
URL: https://github.com/borntyping/python-colorlog
|
||||
Source: https://files.pythonhosted.org/packages/source/c/colorlog/colorlog-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -38,13 +41,13 @@ This is accomplished by added a set of terminal color codes to the record
|
||||
before it is used to format the string.
|
||||
|
||||
%prep
|
||||
%setup -q -n colorlog-%{version}
|
||||
%autosetup -p1 -n colorlog-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -54,6 +57,6 @@ before it is used to format the string.
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/colorlog
|
||||
%{python_sitelib}/colorlog-%{version}-py%{python_version}.egg-info
|
||||
%{python_sitelib}/colorlog-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user