public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-colcon-output] epel8: Update to 0.2.15
@ 2026-09-17 20:06 Scott K Logan
0 siblings, 0 replies; only message in thread
From: Scott K Logan @ 2026-09-17 20:06 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 20:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 20:06 [rpms/python-colcon-output] epel8: Update to 0.2.15 Scott K Logan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox