Name: python-gpiozero Version: 2.0.0 Release: 11%{?dist} Summary: Interface to GPIO on Raspberry Pi License: BSD-3-Clause URL: https://github.com/gpiozero/gpiozero Source: %{pypi_source gpiozero} BuildArch: noarch BuildRequires: python3-devel %description A simple interface to GPIO devices with Raspberry Pi. %package -n python3-gpiozero Summary: %{summary} # Several files have `import pkg_resources` Requires: python3dist(setuptools) Recommends: python3dist(pigpio) %description -n python3-gpiozero A simple interface to GPIO devices with Raspberry Pi. %prep %autosetup -n gpiozero-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files gpiozero gpiozerocli %check # running the actual testsuite requires a real Raspberry Pi %pyproject_check_import -e 'gpiozero.pins.*io' %files -n python3-gpiozero -f %{pyproject_files} %doc README.rst %{_bindir}/pinout %{_bindir}/pintest %changelog * Wed Nov 01 2023 Cristian Delgado - 2.0.0-11 - Update to 2.0.0 * Fri Jul 21 2023 Fedora Release Engineering - 1.6.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 1.6.2-9 - Rebuilt for Python 3.12 * Fri Mar 31 2023 Miro Hrončok - 1.6.2-8 - Require runtime dependencies during build - Run import check during the build - Convert the license tag to SPDX - Install the LICENSE.rst file - Fixes: rhbz#2183380 * Fri Jan 20 2023 Fedora Release Engineering - 1.6.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.6.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.6.2-5 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 1.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.6.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.6.2-2 - Rebuilt for Python 3.10 * Thu Apr 01 2021 Tomas Hrnciar - 1.6.2-1 - Update to 1.6.2 * Wed Jan 27 2021 Fedora Release Engineering - 1.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.5.1-2 - Rebuilt for Python 3.9 * Wed Mar 18 2020 Tomas Hrnciar - 1.5.1-1 - Update to 1.5.1 * Thu Jan 30 2020 Fedora Release Engineering - 1.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 1.4.1-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 1.4.1-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Aug 14 2018 Miro Hrončok - 1.4.1-1 - Initial package