|
 |
01ba292 |
%global srcname colcon-package-information
|
|
 |
01ba292 |
|
|
 |
01ba292 |
Name: python-%{srcname}
|
|
 |
8a69e2b |
Version: 0.3.3
|
|
 |
d22196d |
Release: 12%{?dist}
|
|
 |
01ba292 |
Summary: Extension for colcon to output package information
|
|
 |
01ba292 |
|
|
 |
01ba292 |
License: ASL 2.0
|
|
 |
01ba292 |
URL: https://colcon.readthedocs.io
|
|
 |
01ba292 |
Source0: https://github.com/colcon/%{srcname}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
|
 |
01ba292 |
|
|
 |
01ba292 |
BuildArch: noarch
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%description
|
|
 |
01ba292 |
An extension for colcon-core to provide information about the packages.
|
|
 |
01ba292 |
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%package -n python%{python3_pkgversion}-%{srcname}
|
|
 |
01ba292 |
Summary: %{summary}
|
|
 |
01ba292 |
BuildRequires: python%{python3_pkgversion}-devel
|
|
 |
01ba292 |
BuildRequires: python%{python3_pkgversion}-pytest
|
|
 |
01ba292 |
BuildRequires: python%{python3_pkgversion}-setuptools >= 30.3.0
|
|
 |
01ba292 |
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%if %{undefined __pythondist_requires}
|
|
 |
8a69e2b |
Requires: python%{python3_pkgversion}-colcon-core >= 0.5.2
|
|
 |
8a69e2b |
%endif
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%description -n python%{python3_pkgversion}-%{srcname}
|
|
 |
01ba292 |
An extension for colcon-core to provide information about the packages.
|
|
 |
01ba292 |
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%prep
|
|
 |
01ba292 |
%autosetup -p1 -n %{srcname}-%{version}
|
|
 |
01ba292 |
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%build
|
|
 |
01ba292 |
%py3_build
|
|
 |
01ba292 |
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%install
|
|
 |
01ba292 |
%py3_install
|
|
 |
01ba292 |
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%check
|
|
 |
01ba292 |
%{__python3} -m pytest \
|
|
 |
01ba292 |
--ignore=test/test_spell_check.py \
|
|
 |
01ba292 |
--ignore=test/test_flake8.py \
|
|
 |
01ba292 |
test
|
|
 |
01ba292 |
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%files -n python%{python3_pkgversion}-%{srcname}
|
|
 |
01ba292 |
%license LICENSE
|
|
 |
01ba292 |
%doc README.rst
|
|
 |
01ba292 |
%{python3_sitelib}/colcon_package_information/
|
|
 |
01ba292 |
%{python3_sitelib}/colcon_package_information-%{version}-py%{python3_version}.egg-info/
|
|
 |
01ba292 |
|
|
 |
01ba292 |
|
|
 |
01ba292 |
%changelog
|
|
 |
d22196d |
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-12
|
|
 |
d22196d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
 |
d22196d |
|
|
 |
0a7cd52 |
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.3.3-11
|
|
 |
0a7cd52 |
- Rebuilt for Python 3.12
|
|
 |
0a7cd52 |
|
|
 |
a1b2128 |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-10
|
|
 |
a1b2128 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
a1b2128 |
|
|
 |
8a8671c |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-9
|
|
 |
8a8671c |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
8a8671c |
|
|
 |
92c8efe |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.3-8
|
|
 |
92c8efe |
- Rebuilt for Python 3.11
|
|
 |
92c8efe |
|
|
 |
a500213 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-7
|
|
 |
a500213 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
a500213 |
|
|
 |
f230eca |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-6
|
|
 |
f230eca |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
f230eca |
|
|
 |
9cda35e |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.3-5
|
|
 |
9cda35e |
- Rebuilt for Python 3.10
|
|
 |
9cda35e |
|
|
 |
5cebbc5 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-4
|
|
 |
5cebbc5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
5cebbc5 |
|
|
 |
78f4456 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
|
|
 |
78f4456 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
78f4456 |
|
|
 |
1f4d88e |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.3.3-2
|
|
 |
1f4d88e |
- Rebuilt for Python 3.9
|
|
 |
1f4d88e |
|
|
 |
8a69e2b |
* Wed Apr 15 2020 Scott K Logan <logans@cottsay.net> - 0.3.3-1
|
|
 |
8a69e2b |
- Update to 0.3.3 (rhbz#1793849)
|
|
 |
8a69e2b |
|
|
 |
a22b426 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
|
 |
a22b426 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
 |
a22b426 |
|
|
 |
2237890 |
* Wed Oct 30 2019 Scott K Logan <logans@cottsay.net> - 0.3.0-1
|
|
 |
2237890 |
- Update to 0.3.0 (rhbz#1765938)
|
|
 |
2237890 |
|
|
 |
6f098d7 |
* Mon Oct 14 2019 Scott K Logan <logans@cottsay.net> - 0.2.4-1
|
|
 |
6f098d7 |
- Update to 0.2.4
|
|
 |
6f098d7 |
|
|
 |
7e5aabc |
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.3-3
|
|
 |
7e5aabc |
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
 |
7e5aabc |
|
|
 |
09d8a96 |
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.2.3-2
|
|
 |
09d8a96 |
- Rebuilt for Python 3.8
|
|
 |
09d8a96 |
|
|
 |
8dbd835 |
* Fri Aug 02 2019 Scott K Logan <logans@cottsay.net> - 0.2.3-1
|
|
 |
8dbd835 |
- Update to 0.2.3
|
|
 |
8dbd835 |
|
|
 |
8e3873d |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
|
|
 |
8e3873d |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
 |
8e3873d |
|
|
 |
4a1c365 |
* Thu Jun 06 2019 Scott K Logan <logans@cottsay.net> - 0.2.2-2
|
|
 |
4a1c365 |
- Fix changelog version
|
|
 |
4a1c365 |
|
|
 |
4a1c365 |
* Fri Apr 26 2019 Scott K Logan <logans@cottsay.net> - 0.2.2-1
|
|
 |
01ba292 |
- Rebuilt to change main python from 3.4 to 3.6 in EPEL 7
|
|
 |
01ba292 |
- Handle automatic dependency generation (f30+)
|
|
 |
01ba292 |
|
|
 |
01ba292 |
* Thu Jan 17 2019 Scott K Logan <logans@cottsay.net> - 0.2.2-1
|
|
 |
01ba292 |
- Update to 0.2.2
|
|
 |
01ba292 |
|
|
 |
01ba292 |
* Sat Oct 27 2018 Scott K Logan <logans@cottsay.net> - 0.2.1-1
|
|
 |
01ba292 |
- Initial package
|