public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Scott K Logan <logans@cottsay.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-colcon-output] epel8: Update to 0.2.15
Date: Thu, 17 Sep 2026 20:06:49 GMT	[thread overview]
Message-ID: <178967560922.1.4310900066360554004.rpms-python-colcon-output-4b4474436a1b@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-colcon-output
            Branch : epel8
            Commit : 4b4474436a1bb43f7f9d934baff95bab775cce29
            Author : Scott K Logan <logans@cottsay.net>
            Date   : 2026-09-17T15:04:13-05:00
            Stats  : +11/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-colcon-output/c/4b4474436a1bb43f7f9d934baff95bab775cce29?branch=epel8

            Log:
            Update to 0.2.15

- convert license to SPDX

---
diff --git a/.gitignore b/.gitignore
index 5f7dfef..b8a06d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ colcon-output-0.2.3.tar.gz
 /colcon-output-0.2.11.tar.gz
 /colcon-output-0.2.12.tar.gz
 /colcon-output-0.2.13.tar.gz
+/colcon-output-0.2.15.tar.gz

diff --git a/python-colcon-output.spec b/python-colcon-output.spec
index be66561..d4d4a9b 100644
--- a/python-colcon-output.spec
+++ b/python-colcon-output.spec
@@ -1,11 +1,11 @@
 %global srcname colcon-output
 
 Name:           python-%{srcname}
-Version:        0.2.13
+Version:        0.2.15
 Release:        1%{?dist}
 Summary:        Extension for colcon to customize the output in various ways
 
-License:        ASL 2.0
+License:        Apache-2.0
 URL:            https://colcon.readthedocs.io
 Source0:        https://github.com/colcon/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
 
@@ -17,13 +17,14 @@ An extension for colcon-core to customize the output in various ways.
 
 %package -n python%{python3_pkgversion}-%{srcname}
 Summary:        %{summary}
+BuildRequires:  python%{python3_pkgversion}-colcon-core >= 0.19.0
 BuildRequires:  python%{python3_pkgversion}-devel
 BuildRequires:  python%{python3_pkgversion}-pytest
 BuildRequires:  python%{python3_pkgversion}-setuptools >= 30.3.0
 %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
 
 %if %{undefined __pythondist_requires}
-Requires:       python%{python3_pkgversion}-colcon-core >= 0.3.8
+Requires:       python%{python3_pkgversion}-colcon-core >= 0.19.0
 %endif
 
 %description -n python%{python3_pkgversion}-%{srcname}
@@ -43,10 +44,7 @@ An extension for colcon-core to customize the output in various ways.
 
 
 %check
-%{__python3} -m pytest \
-    --ignore=test/test_spell_check.py \
-    --ignore=test/test_flake8.py \
-    test
+%pytest -m 'not linter' test
 
 
 %files -n python%{python3_pkgversion}-%{srcname}
@@ -57,6 +55,10 @@ An extension for colcon-core to customize the output in various ways.
 
 
 %changelog
+* Thu Sep 17 2026 Scott K Logan <logans@cottsay.net> - 0.2.15-1
+- Update to 0.2.15 (rhbz#2452552)
+- convert license to SPDX
+
 * Tue May 09 2023 Scott K Logan <logans@cottsay.net> - 0.2.13-1
 - Update to 0.2.13 (rhbz#2170313)
 

diff --git a/sources b/sources
index f627eee..3241adc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (colcon-output-0.2.13.tar.gz) = f6d99b6024f14eb72b7b1b8a4d615ff43100269b6057438de49d3d50ddd4130f4bf9c8705412e600e90995698af71cee52f778719fbbfea2753209edaa530b04
+SHA512 (colcon-output-0.2.15.tar.gz) = c44d4d977792e03d06304bbd1b993c27350ad0db88e8abe56c0d9795dcbf7d0ac28e3d2683891efce803d3d0fd2d831d23b195445865ee1054e7313e1b4d4946

                 reply	other threads:[~2026-09-17 20:06 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=178967560922.1.4310900066360554004.rpms-python-colcon-output-4b4474436a1b@fedoraproject.org \
    --to=logans@cottsay.net \
    --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