public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-colcon-mixin] epel10: Update to 0.3.2
@ 2026-09-17 21:22 Scott K Logan
0 siblings, 0 replies; only message in thread
From: Scott K Logan @ 2026-09-17 21:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-colcon-mixin
Branch : epel10
Commit : cde1b1686bcd611c456b8e5e62f81b1d99eb7bcb
Author : Scott K Logan <logans@cottsay.net>
Date : 2026-09-17T16:19:06-05:00
Stats : +18/-8 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-colcon-mixin/c/cde1b1686bcd611c456b8e5e62f81b1d99eb7bcb?branch=epel10
Log:
Update to 0.3.2
---
diff --git a/.gitignore b/.gitignore
index f90824d..4f2b828 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ colcon-mixin-0.1.5.tar.gz
/colcon-mixin-0.2.1.tar.gz
/colcon-mixin-0.2.2.tar.gz
/colcon-mixin-0.2.3.tar.gz
+/colcon-mixin-0.3.2.tar.gz
diff --git a/python-colcon-mixin.rpmlintrc b/python-colcon-mixin.rpmlintrc
new file mode 100644
index 0000000..4b0ee9d
--- /dev/null
+++ b/python-colcon-mixin.rpmlintrc
@@ -0,0 +1 @@
+addFilter(r': spelling-error .*[ (]en_US\)? (mixins) -> ')
diff --git a/python-colcon-mixin.spec b/python-colcon-mixin.spec
index 25e7655..bdaf9fd 100644
--- a/python-colcon-mixin.spec
+++ b/python-colcon-mixin.spec
@@ -1,11 +1,11 @@
%global srcname colcon-mixin
Name: python-%{srcname}
-Version: 0.2.3
+Version: 0.3.2
Release: 1%{?dist}
Summary: Extension for colcon to read CLI mixins from files
-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
@@ -19,13 +19,15 @@ For an example repository containing mixins see colcon-mixin-repository.
%package -n python%{python3_pkgversion}-%{srcname}
Summary: %{summary}
+BuildRequires: python%{python3_pkgversion}-colcon-core >= 0.12.0
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: python%{python3_pkgversion}-pytest
+BuildRequires: python%{python3_pkgversion}-PyYAML
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.7.0
+Requires: python%{python3_pkgversion}-colcon-core >= 0.12.0
Requires: python%{python3_pkgversion}-PyYAML
%endif
@@ -48,10 +50,12 @@ For an example repository containing mixins see colcon-mixin-repository.
%check
-%{__python3} -m pytest \
- --ignore=test/test_spell_check.py \
- --ignore=test/test_flake8.py \
- test
+%if 0%{?rhel} && 0%{?rhel} < 9
+# Deprecation test is broken on Python < 3.8
+%pytest -m 'not linter' test -k 'not test_mixin_repositories_file'
+%else
+%pytest -m 'not linter' test
+%endif
%files -n python%{python3_pkgversion}-%{srcname}
@@ -62,6 +66,10 @@ For an example repository containing mixins see colcon-mixin-repository.
%changelog
+* Thu Sep 17 2026 Scott K Logan <logans@cottsay.net> - 0.3.2-1
+- Update to 0.3.2 (rhbz#2524992)
+- convert license to SPDX
+
* Tue May 09 2023 Scott K Logan <logans@cottsay.net> - 0.2.3-1
- Update to 0.2.3 (rhbz#2166745)
diff --git a/sources b/sources
index 5561450..613efab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (colcon-mixin-0.2.3.tar.gz) = 35504ed0d642efceca213ce89dff6ddc260b60454e5acaada9d2cff7cdcfb02e87dd5c9c702cec46ce6ceb7965b95f1fddb387726b90b425c16b251fa432fccf
+SHA512 (colcon-mixin-0.3.2.tar.gz) = 2ffc55f4c61746add116111759f96837910d79134b1757dd58351cc3bd3a852a34e12abb7699bbb7b603de1856aeaca07158f6ad3291b9f124d29576860600bd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 21:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 21:22 [rpms/python-colcon-mixin] epel10: Update to 0.3.2 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