Blame python-vsure.spec

f85969f
%global pypi_name vsure
f85969f
f85969f
Name:           python-%{pypi_name}
f85969f
Version:        1.6.0
2ff616c
Release:        9%{?dist}
f85969f
Summary:        Read and change status of verisure devices
f85969f
f85969f
License:        MIT
f85969f
URL:            http://github.com/persandstrom/python-verisure
f85969f
Source0:        %{pypi_source}
f85969f
BuildArch:      noarch
f85969f
f85969f
%description
f85969f
A Python module for reading and changing status of verisure devices
f85969f
through mypages.
f85969f
f85969f
%package -n     python3-%{pypi_name}
f85969f
Summary:        %{summary}
f85969f
f85969f
BuildRequires:  python3-devel
f85969f
BuildRequires:  python3dist(setuptools)
f85969f
%{?python_provide:%python_provide python3-%{pypi_name}}
f85969f
f85969f
%description -n python3-%{pypi_name}
f85969f
A Python module for reading and changing status of verisure devices
f85969f
through mypages.
f85969f
f85969f
%prep
f85969f
%autosetup -n %{pypi_name}-%{version}
f85969f
rm -rf %{pypi_name}.egg-info
f85969f
f85969f
%build
f85969f
%py3_build
f85969f
f85969f
%install
f85969f
%py3_install
f85969f
f85969f
%files -n python3-%{pypi_name}
f85969f
%doc README.md
f85969f
# https://github.com/persandstrom/python-verisure/pull/122
f85969f
#%%license LICENSE
f85969f
%{_bindir}/vsure
f85969f
%{python3_sitelib}/verisure/
f85969f
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
f85969f
f85969f
%changelog
2ff616c
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.6.0-9
2ff616c
- Rebuilt for Python 3.12
2ff616c
69d6e98
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-8
69d6e98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
69d6e98
8e85308
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-7
8e85308
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
8e85308
f5c5358
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.6.0-6
f5c5358
- Rebuilt for Python 3.11
f5c5358
bf9edaa
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-5
bf9edaa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
bf9edaa
030ab36
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-4
030ab36
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
030ab36
4d1e432
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6.0-3
4d1e432
- Rebuilt for Python 3.10
4d1e432
22239d2
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
22239d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
22239d2
f85969f
* Fri Sep 04 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.6.0-1
f85969f
- Initial package for Fedora