## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## 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-jaraco-stream Version: 3.0.4 Release: %autorelease Summary: Routines for dealing with data streams License: MIT URL: https://github.com/jaraco/jaraco.stream Source0: %{pypi_source jaraco_stream} BuildArch: noarch BuildRequires: python3-devel %if 0%{?epel} == 9 BuildRequires: tomcli %endif %global _description %{expand: Routines for handling streaming data, including a set of generators for loading gzip data on the fly.} %description %_description %package -n python3-jaraco-stream Summary: %{summary} %description -n python3-jaraco-stream %_description %prep %autosetup -n jaraco_stream-%{version} %if 0%{?epel} == 9 # Change the build backend in EPEL9 because `setuptools>=61.2` is needed for PEP621 tomcli set pyproject.toml lists str "build-system.requires" "hatchling" "hatch-vcs" tomcli set pyproject.toml str "build-system.build-backend" "hatchling.build" tomcli set pyproject.toml str "tool.hatch.version.source" "vcs" tomcli set pyproject.toml lists str "tool.hatch.build.targets.wheel.packages" "jaraco" %endif %generate_buildrequires %pyproject_buildrequires -x test %build %pyproject_wheel %install %pyproject_install %pyproject_save_files jaraco %check %pytest %files -n python3-jaraco-stream -f %{pyproject_files} %license LICENSE %doc README.rst NEWS.rst %changelog ## START: Generated by rpmautospec * Wed Sep 18 2024 Cristian Le - 3.0.4-2 - Simplify the packaging * Wed Aug 21 2024 Ondrej Mosnáček - 3.0.4-1 - Update to version 3.0.4 (fedora#2307112) * Fri Jul 19 2024 Fedora Release Engineering - 3.0.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 3.0.3-9 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 3.0.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 3.0.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 3.0.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jun 14 2023 Python Maint - 3.0.3-5 - Rebuilt for Python 3.12 * Wed Mar 15 2023 Ondrej Mosnáček - 3.0.3-4 - Adjust for EPEL9 * Tue Mar 14 2023 Ondrej Mosnáček - 3.0.3-3 - Add back the %%license line * Tue Feb 21 2023 Ondrej Mosnáček - 3.0.3-2 - Apply minor suggestions from review * Fri Feb 17 2023 Ondrej Mosnáček - 3.0.3-1 - Initial import (fedora#2164874) ## END: Generated by rpmautospec