Blame home-assistant-cli.spec

fabebfa
Name:           home-assistant-cli
726dc39
Version:        0.9.1
ecfb190
Release:        6%{?dist}
fabebfa
Summary:        Command-line tool for Home Assistant
fabebfa
fabebfa
License:        ASL 2.0
fabebfa
URL:            https://github.com/home-assistant/home-assistant-cli
fabebfa
Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
fabebfa
BuildArch:      noarch
fabebfa
fabebfa
BuildRequires:  python3-devel
0472c12
BuildRequires:  python3-setuptools
fabebfa
BuildRequires:  python3-ruamel-yaml
fabebfa
BuildRequires:  python3-aiohttp
fabebfa
BuildRequires:  python3-regex
fabebfa
BuildRequires:  python3-mypy
fabebfa
BuildRequires:  python3-pytest-cov
fabebfa
BuildRequires:  python3-pytest-sugar
fabebfa
BuildRequires:  python3-pytest-timeout
fabebfa
BuildRequires:  python3-pytest
fabebfa
BuildRequires:  python3-requests-mock
fabebfa
BuildRequires:  python3-dateparser
fabebfa
BuildRequires:  python3-click-log
fabebfa
BuildRequires:  python3-click
fabebfa
BuildRequires:  python3-netdisco
fabebfa
BuildRequires:  python3-tabulate
fabebfa
BuildRequires:  python3-jsonpath-rw
fabebfa
fabebfa
%description
fabebfa
The Home Assistant Command-line interface (hass-cli) allows one to work with
fabebfa
a local or a remote Home Assistant instance directly from the command-line.
fabebfa
fabebfa
%prep
fabebfa
%autosetup -n %{name}-%{version}
fabebfa
fabebfa
%build
fabebfa
%py3_build
fabebfa
fabebfa
%install
fabebfa
%py3_install
fabebfa
fabebfa
%check
fabebfa
PYTHONPATH=%{buildroot}/%{python3_sitelib}/ pytest-%{python3_version} -v tests \
fabebfa
  -k "not test_commands_loads[template]"
fabebfa
fabebfa
%files
fabebfa
%doc README.rst
fabebfa
%license LICENSE.md
fabebfa
%{_bindir}/hass-cli
fabebfa
%{python3_sitelib}/homeassistant_cli/
fabebfa
%{python3_sitelib}/homeassistant_cli*.egg-info/
fabebfa
fabebfa
%changelog
ecfb190
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.9.1-6
ecfb190
- Rebuilt for Python 3.10
ecfb190
7cb19d5
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-5
7cb19d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7cb19d5
3e0a9a2
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-4
3e0a9a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3e0a9a2
0472c12
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.1-3
0472c12
- Add python3-setuptools as BR
0472c12
f7b6c9b
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 0.9.1-2
f7b6c9b
- Rebuilt for Python 3.9
f7b6c9b
726dc39
* Wed Apr 22 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.1-1
726dc39
- Update to latest upstream release 0.9.1
726dc39
2cd1795
* Mon Apr 13 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.9.0-1
2cd1795
- Update to latest upstream release 0.9.0
2cd1795
fabebfa
* Tue Mar 24 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.0-2
fabebfa
- Add missing BR
fabebfa
fabebfa
* Sun Nov 17 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.8.0-1
fabebfa
- Update to latest upstream release 0.8.0
fabebfa
fabebfa
* Mon Jun 10 2019 Fabian Affolter <mail@fabian-affolter.ch> - 0.7.0-1
fabebfa
- Initial package for Fedora