public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-colorlog] f44: Update to 6.12.0 (#2506503)
@ 2026-07-26 14:25 Vojtech Trefny
0 siblings, 0 replies; only message in thread
From: Vojtech Trefny @ 2026-07-26 14:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-colorlog
Branch : f44
Commit : 517f55ee7fdb79742f48ba49c736a8d623e93e49
Author : Vojtech Trefny <vtrefny@redhat.com>
Date : 2026-07-26T16:25:00+02:00
Stats : +12/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-colorlog/c/517f55ee7fdb79742f48ba49c736a8d623e93e49?branch=f44
Log:
Update to 6.12.0 (#2506503)
---
diff --git a/.gitignore b/.gitignore
index 469ad56..e75565b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/colorlog-6.9.0.tar.gz
/colorlog-6.10.1.tar.gz
/colorlog-6.11.0.tar.gz
+/colorlog-6.12.0.tar.gz
diff --git a/python-colorlog.spec b/python-colorlog.spec
index 6fabed1..ce45ac2 100644
--- a/python-colorlog.spec
+++ b/python-colorlog.spec
@@ -1,14 +1,14 @@
-%global srcname colorlog
+%global pypi_name colorlog
%global desc "colorlog.ColoredFormatter is a formatter for use with Python's logging module that outputs records using terminal colors."
-Name: python-%{srcname}
-Version: 6.11.0
+Name: python-%{pypi_name}
+Version: 6.12.0
Release: %autorelease
Summary: Colored formatter for the Python logging module
License: MIT
URL: https://github.com/borntyping/python-colorlog
-Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
+Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
@@ -20,14 +20,14 @@ BuildRequires: python3-pytest
%description
%{desc}
-%package -n python3-%{srcname}
+%package -n python3-%{pypi_name}
Summary: %{summary}
-%description -n python3-%{srcname}
+%description -n python3-%{pypi_name}
%{desc}
%prep
-%autosetup -n %{name}-%{version}
+%autosetup -n %{pypi_name}-%{version}
%build
%pyproject_wheel
@@ -38,11 +38,11 @@ Summary: %{summary}
%check
%{pytest} -v
-%files -n python3-%{srcname}
+%files -n python3-%{pypi_name}
%doc README.md
%license LICENSE
-%{python3_sitelib}/%{srcname}/
-%{python3_sitelib}/%{srcname}*.dist-info/
+%{python3_sitelib}/%{pypi_name}/
+%{python3_sitelib}/%{pypi_name}*.dist-info/
%changelog
%autochangelog
diff --git a/sources b/sources
index abd525f..40b03ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (colorlog-6.11.0.tar.gz) = 6968a06a716e81da5db3318b7455f474b1a0d8cc64be98cfddecfcf33c1530694eda26347e6b5698e3066e60c46d4553f51e488724c64f983b73b0611ff3d9ef
+SHA512 (colorlog-6.12.0.tar.gz) = 2a5e00b58ce72e163b276b4f69db71943bea27e8cc832f74343b1931716242228b09bbba965bcdecf7d16944b88eab301ab1d33dfc8862d2f7bedfba10dc4dd2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-26 14:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-26 14:25 [rpms/python-colorlog] f44: Update to 6.12.0 (#2506503) Vojtech Trefny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox