## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## 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 Name: python-giturlparse Version: 0.15.0 Release: %autorelease Summary: Parse & rewrite git urls License: Apache-2.0 URL: https://github.com/nephila/giturlparse Source: %{url}/archive/%{version}/giturlparse-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: %{py3_dist pytest} %global _description %{expand: Parse & rewrite git urls (supports GitHub, Bitbucket, FriendCode, Assembla, Gitlab ...) } %description %_description %package -n python3-giturlparse Summary: %{summary} %description -n python3-giturlparse %_description %prep %autosetup -n giturlparse-%{version} # for local development---editable installs rm -f requirements*txt %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l giturlparse %check %pyproject_check_import %pytest %files -n python3-giturlparse -f %{pyproject_files} %doc README.* AUTHORS.rst HISTORY.rst %changelog ## START: Generated by rpmautospec * Sun Aug 23 2026 Filipe Rosset - 0.15.0-1 - Update to 0.15 * Thu Jul 16 2026 Fedora Release Engineering - 0.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Tue Jun 16 2026 Ankur Sinha (Ankur Sinha Gmail) - 0.14.0-2 - feat: add packit * Tue Jun 16 2026 Ankur Sinha (Ankur Sinha Gmail) - 0.14.0-1 - feat: init ## END: Generated by rpmautospec