aa11f6d
%global srcname colcon-devtools
aa11f6d
aa11f6d
Name:           python-%{srcname}
ed637ee
Version:        0.3.0
524343e
Release:        1%{?dist}
aa11f6d
Summary:        Extension for information about colcon extensibility
aa11f6d
ed637ee
License:        Apache-2.0
aa11f6d
URL:            https://colcon.readthedocs.io
aa11f6d
Source0:        https://github.com/colcon/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
aa11f6d
aa11f6d
BuildArch:      noarch
aa11f6d
aa11f6d
%description
aa11f6d
An extension for colcon-core to provide information about the plugin system.
aa11f6d
aa11f6d
aa11f6d
%package -n python%{python3_pkgversion}-%{srcname}
aa11f6d
Summary:        %{summary}
aa11f6d
BuildRequires:  python%{python3_pkgversion}-devel
aa11f6d
BuildRequires:  python%{python3_pkgversion}-pytest
aa11f6d
BuildRequires:  python%{python3_pkgversion}-setuptools >= 30.3.0
aa11f6d
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
aa11f6d
aa11f6d
%if %{undefined __pythondist_requires}
524343e
Requires:       python%{python3_pkgversion}-colcon-core >= 0.13.0
bc40809
%endif
aa11f6d
aa11f6d
%description -n python%{python3_pkgversion}-%{srcname}
aa11f6d
An extension for colcon-core to provide information about the plugin system.
aa11f6d
aa11f6d
aa11f6d
%prep
aa11f6d
%autosetup -p1 -n %{srcname}-%{version}
aa11f6d
aa11f6d
aa11f6d
%build
aa11f6d
%py3_build
aa11f6d
aa11f6d
aa11f6d
%install
aa11f6d
%py3_install
aa11f6d
aa11f6d
aa11f6d
%check
ed637ee
%pytest \
aa11f6d
    --ignore=test/test_spell_check.py \
aa11f6d
    --ignore=test/test_flake8.py \
aa11f6d
    test
aa11f6d
aa11f6d
aa11f6d
%files -n python%{python3_pkgversion}-%{srcname}
aa11f6d
%license LICENSE
aa11f6d
%doc README.rst
aa11f6d
%{python3_sitelib}/colcon_devtools/
aa11f6d
%{python3_sitelib}/colcon_devtools-%{version}-py%{python3_version}.egg-info/
aa11f6d
aa11f6d
aa11f6d
%changelog
ed637ee
* Thu Mar 14 2024 Scott K Logan <logans@cottsay.net> - 0.3.0-1
ed637ee
- Update to 0.3.0 (rhbz#2269535)
ed637ee
- Switch to SPDX license identifier
ed637ee
524343e
* Mon Jan 22 2024 Scott K Logan <logans@cottsay.net> - 0.2.5-1
524343e
- Update to 0.2.5 (rhbz#2240873)
524343e
00f89e7
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-8
00f89e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
00f89e7
a4d0213
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-7
a4d0213
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
a4d0213
58bf32d
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.2.3-6
58bf32d
- Rebuilt for Python 3.12
58bf32d
1c2bcae
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-5
1c2bcae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
1c2bcae
fcdb3c0
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-4
fcdb3c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
fcdb3c0
7911a6b
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.3-3
7911a6b
- Rebuilt for Python 3.11
7911a6b
2fcf206
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
2fcf206
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2fcf206
bc40809
* Thu Dec 23 2021 Scott K Logan <logans@cottsay.net> - 0.2.3-1
bc40809
- Update to 0.2.3 (rhbz#2035229)
bc40809
5446308
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-7
5446308
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
5446308
c375170
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.2-6
c375170
- Rebuilt for Python 3.10
c375170
01e5a07
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-5
01e5a07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
01e5a07
c0143d0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-4
c0143d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c0143d0
a8ac1cf
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.2.2-3
a8ac1cf
- Rebuilt for Python 3.9
a8ac1cf
559baad
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
559baad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
559baad
297834c
* Wed Oct 30 2019 Scott K Logan <logans@cottsay.net> - 0.2.2-1
297834c
- Update to 0.2.2 (rhbz#1763461)
297834c
872bf44
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-5
872bf44
- Rebuilt for Python 3.8.0rc1 (#1748018)
872bf44
2ca585a
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.1-4
2ca585a
- Rebuilt for Python 3.8
2ca585a
65b2fee
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-3
65b2fee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
65b2fee
aa11f6d
* Fri Apr 26 2019 Scott K Logan <logans@cottsay.net> - 0.2.1-2
aa11f6d
- Rebuilt to change main python from 3.4 to 3.6 in EPEL 7
aa11f6d
- Handle automatic dependency generation (f30+)
aa11f6d
aa11f6d
* Sat Oct 27 2018 Scott K Logan <logans@cottsay.net> - 0.2.1-1
aa11f6d
- Initial package