%global pypi_name cbor2 Name: python-%{pypi_name} Version: 5.1.2 Release: 12%{?dist} Summary: Python CBOR (de)serializer with extensive tag support License: MIT URL: https://github.com/agronholm/cbor2 Source0: %{pypi_source} BuildRequires: gcc %description This library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 7049) serialization format. %package -n python3-%{pypi_name} Summary: %{summary} BuildRequires: python3-devel %description -n python3-%{pypi_name} This library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 7049) serialization format. %package -n python-%{pypi_name}-doc Summary: cbor2 documentation BuildArch: noarch BuildRequires: python3dist(sphinx) BuildRequires: python3dist(sphinx-rtd-theme) %description -n python-%{pypi_name}-doc Documentation for cbor2. %prep %autosetup -n %{pypi_name}-%{version} %generate_buildrequires %pyproject_buildrequires -x test %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{pypi_name} PYTHONPATH=${PWD} sphinx-build-3 docs html rm -rf html/.{doctrees,buildinfo} %check %pytest -v tests %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.rst %{python3_sitearch}/_%{pypi_name}%{python3_ext_suffix} %files -n python-%{pypi_name}-doc %doc html %license LICENSE.txt %changelog * Wed Aug 30 2023 Carl George - 5.1.2-12 - Convert to pyproject macros - Validated license as SPDX identifier * Fri Jul 21 2023 Fedora Release Engineering - 5.1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint - 5.1.2-10 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 5.1.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 5.1.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 5.1.2-7 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 5.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 5.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 5.1.2-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 5.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Sep 11 2020 Fabian Affolter - 5.1.2-2 - Make doc subpackage noarch (rhbz#1877691) * Thu Sep 10 2020 Fabian Affolter - 5.1.2-1 - Initial package