## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## 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}.logging %global pkgname %{modname}-logging Name: python-%{pkgname} Version: 3.3.0 Release: %autorelease Summary: Support for Python logging facility License: MIT URL: https://github.com/jaraco/%{projname} Source0: %{pypi_source %{projname}} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: Support for Python logging facility.} %description %_description %package -n python3-%{pkgname} Summary: %{summary} Requires: python3-jaraco %description -n python3-%{pkgname} %_description %prep %autosetup -n %{projname}-%{version} %if 0%{?rhel} # relax setuptools requirement in EPEL sed -i 's/setuptools>=56/setuptools/' pyproject.toml %endif %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{modname} %check # This package has currently no tests other than linters, so only do # an import test. %pyproject_check_import %files -n python3-%{pkgname} -f %{pyproject_files} %license LICENSE %doc README.rst NEWS.rst # Owned by python3dist(jaraco) %exclude %dir %{python3_sitelib}/jaraco %changelog * Sun Dec 24 2023 Ondrej Mosnáček - 3.3.0-1 - Update to version 3.3.0 (fedora#2255760) * Thu Aug 31 2023 Ondrej Mosnáček - 3.2.0-1 - Update to version 3.2.0 (fedora#2236348) * Fri Jul 21 2023 Fedora Release Engineering - 3.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint - 3.1.2-5 - Rebuilt for Python 3.12 * Wed Mar 15 2023 Ondrej Mosnáček - 3.1.2-4 - Adjust for EPEL9 * Tue Mar 14 2023 Ondrej Mosnáček - 3.1.2-3 - Add back the %%license line * Tue Feb 21 2023 Ondrej Mosnáček - 3.1.2-2 - Apply minor suggestions from review * Fri Feb 17 2023 Ondrej Mosnáček - 3.1.2-1 - Initial import (fedora#2164875)