## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-super-collections Version: 0.5.3 Release: %autorelease Summary: Python SuperDictionaries (with attributes) and SuperLists License: MIT URL: https://github.com/fralau/super-collections # PyPI tarball doesn't include tests Source: %{url}/archive/v%{version}/super-collections-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: This package provides a Python library to instantly convert JSON and YAML files into objects with attributes.} %description %_description %package -n python3-super-collections Summary: %{summary} %description -n python3-super-collections %_description %prep %autosetup -p1 -n super-collections-%{version} %generate_buildrequires %pyproject_buildrequires -x test %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l super_collections %check %pytest -v %files -n python3-super-collections -f %{pyproject_files} %doc README.md %changelog ## START: Generated by rpmautospec * Sat Jan 18 2025 Fedora Release Engineering - 0.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jan 10 2025 Davide Cavalca - 0.5.3-1 - Initial import; Fixes: rhbz#2333206 ## END: Generated by rpmautospec