public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vojtech Trefny <vtrefny@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-colorlog] rawhide: Update to 6.12.0 (#2506503)
Date: Sun, 26 Jul 2026 14:14:49 GMT	[thread overview]
Message-ID: <178507528924.1.1773399889675935898.rpms-python-colorlog-65afefdea640@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-colorlog
Branch : rawhide
Commit : 65afefdea6409f272a11dda5f980214efda469aa
Author : Vojtech Trefny <vtrefny@redhat.com>
Date   : 2026-07-26T16:07:16+02:00
Stats  : +12/-11 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-colorlog/c/65afefdea6409f272a11dda5f980214efda469aa?branch=rawhide

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

                 reply	other threads:[~2026-07-26 14:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178507528924.1.1773399889675935898.rpms-python-colorlog-65afefdea640@fedoraproject.org \
    --to=vtrefny@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox