## 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 %global srcname timeslot %global commit af35445e96cbb2f3fb671a75aac6aa93e4e7e7a6 %global short_commit %(c=%{commit}; echo ${c:0:7}) Name: python-%{srcname} Version: 0.1.2^20240509.%{short_commit} Release: %autorelease Summary: Class for working with time slots that have an arbitrary start and end License: MIT URL: https://github.com/ErikBjare/%{srcname} Source: %{url}/archive/%{commit}/%{srcname}-%{short_commit}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(pytest) %global _description %{expand: Completes the Python datetime module: datetime (a time), time delta (a duration), timezone (an offset), timeslot (a range/interval). Supports operations such as: overlaps, intersects, contains, intersection, adjacent, gap, union. Initially developed as part of aw-core, and inspired by a similar library for .NET. You might also be interested in pandas.Interval.} %description %{_description} %package -n python3-%{srcname} Summary: %{summary} %description -n python3-%{srcname} %{_description} %prep %autosetup -n %{srcname}-%{commit} # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters sed -ri '/^[[:blank:]]*pytest-cov\b/d' pyproject.toml sed -ri '/--cov=timeslot/d' pyproject.toml %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files %{srcname} %check %pytest %files -n python3-%{srcname} -f %{pyproject_files} %doc README.md %license LICENSE %changelog ## START: Generated by rpmautospec * Fri Jun 07 2024 Python Maint - 0.1.2^20240509.af35445-2 - Rebuilt for Python 3.13 * Thu May 09 2024 Łukasz Wojniłowicz - 0.1.2^20240509.af35445-1 - Initial import (fedora#2267973). ## END: Generated by rpmautospec