## START: Set by rpmautospec ## (rpmautospec version 0.3.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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 # TODO adjust once this is implemented: # https://bugzilla.redhat.com/show_bug.cgi?id=1935266 %global modname jaraco %global projname %{modname}.stream %global pkgname %{modname}-stream %bcond_without tests Name: python-%{pkgname} Version: 3.0.3 Release: %autorelease Summary: Routines for dealing with data streams License: MIT URL: https://github.com/jaraco/%{projname} Source0: %{pypi_source %{projname}} # https://github.com/jaraco/jaraco.stream/pull/5 Patch1: 0001-Require-more_itertools.patch Patch2: 0002-Disable-linters.patch BuildArch: noarch BuildRequires: python3-devel %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-%{pkgname} Summary: %{summary} %description -n python3-%{pkgname} %_description %prep %autosetup -n %{projname}-%{version} %generate_buildrequires %if %{with tests} %pyproject_buildrequires -t %else %pyproject_buildrequires %endif %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{modname} %check %if %{with tests} %tox %else %pyproject_check_import -e jaraco.stream.test_gzip %endif %files -n python3-%{pkgname} -f %{pyproject_files} %license LICENSE %doc README.rst CHANGES.rst %changelog * Thu Jan 26 2023 John Doe - 3.0.3-1 - Uncommitted changes