|
 |
1704ad7 |
%global pypi_name subarulink
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
Name: python-%{pypi_name}
|
|
 |
eb10ecf |
Version: 0.3.11
|
|
 |
354fe52 |
Release: 8%{?dist}
|
|
 |
1704ad7 |
Summary: Python package to interact with Subaru Starlink Remote Services API
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
License: ASL 2.0
|
|
 |
1704ad7 |
URL: https://github.com/G-Two/subarulink
|
|
 |
1704ad7 |
Source0: %{pypi_source}
|
|
 |
1704ad7 |
BuildArch: noarch
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%description
|
|
 |
1704ad7 |
A Python package for interacting with the Subaru Starlink remote
|
|
 |
1704ad7 |
vehicle services API.
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%package -n python3-%{pypi_name}
|
|
 |
1704ad7 |
Summary: %{summary}
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
BuildRequires: python3-devel
|
|
 |
1704ad7 |
BuildRequires: python3dist(setuptools)
|
|
 |
1704ad7 |
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%description -n python3-%{pypi_name}
|
|
 |
1704ad7 |
A Python package for interacting with the Subaru Starlink remote
|
|
 |
1704ad7 |
vehicle services API.
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%prep
|
|
 |
1704ad7 |
%autosetup -n %{pypi_name}-%{version}
|
|
 |
1704ad7 |
rm -rf %{pypi_name}.egg-info
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%build
|
|
 |
1704ad7 |
%py3_build
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%install
|
|
 |
1704ad7 |
%py3_install
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%files -n python3-%{pypi_name}
|
|
 |
8ffbdd8 |
# https://github.com/G-Two/subarulink/pull/31
|
|
 |
8ffbdd8 |
#%%license LICENSE
|
|
 |
1704ad7 |
%doc README.md
|
|
 |
1704ad7 |
%{_bindir}/subarulink
|
|
 |
1704ad7 |
%{python3_sitelib}/%{pypi_name}/
|
|
 |
1704ad7 |
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
%changelog
|
|
 |
354fe52 |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-8
|
|
 |
354fe52 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
354fe52 |
|
|
 |
9e30dd1 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-7
|
|
 |
9e30dd1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
9e30dd1 |
|
|
 |
3489ed4 |
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.3.11-6
|
|
 |
3489ed4 |
- Rebuilt for Python 3.11
|
|
 |
3489ed4 |
|
|
 |
e8cb616 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-5
|
|
 |
e8cb616 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
e8cb616 |
|
|
 |
f911ae5 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-4
|
|
 |
f911ae5 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
f911ae5 |
|
|
 |
074b384 |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.3.11-3
|
|
 |
074b384 |
- Rebuilt for Python 3.10
|
|
 |
074b384 |
|
|
 |
a896269 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-2
|
|
 |
a896269 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
a896269 |
|
|
 |
eb10ecf |
* Thu Jan 07 2021 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.11-1
|
|
 |
eb10ecf |
- Update to latest upstream release 0.3.11
|
|
 |
eb10ecf |
|
|
 |
1704ad7 |
* Fri Oct 02 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.6-1
|
|
 |
1704ad7 |
- Update to latest upstream release 0.3.6
|
|
 |
1704ad7 |
|
|
 |
1704ad7 |
* Fri Sep 25 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.3.3-1
|
|
 |
1704ad7 |
- Initial package for Fedora
|