## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 19; 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-merge3 Version: 0.0.16 Release: %autorelease Summary: Python implementation of 3-way merge License: GPL-2.0-or-later URL: https://github.com/breezy-team/merge3 Source0: %{url}/archive/v%{version}/merge3-%{version}.tar.gz # Man page hand-written for Fedora in groff_man(7) format based on --help text # and on README.rst. Source1: merge3.1 # tox: allow passing positional arguments through to unittest # https://github.com/breezy-team/merge3/pull/130 Patch: %{url}/pull/130.patch BuildSystem: pyproject BuildOption(generate_buildrequires): --tox BuildOption(install): --assert-license merge3 BuildArch: noarch %global common_description %{expand: A Python implementation of 3-way merge of texts. Given BASE, OTHER, THIS, tries to produce a combined text incorporating the changes from both BASE->OTHER and BASE->THIS. All three will typically be sequences of lines.} %description %{common_description} %package -n python3-merge3 Summary: %{summary} %description -n python3-merge3 %{common_description} %install -a install -D --target='%{buildroot}%{_mandir}/man1' \ --preserve-timestamps --mode=0644 '%{SOURCE1}' %check -a %tox -- -- --verbose %files -n python3-merge3 -f %{pyproject_files} %doc README.rst %{_bindir}/merge3 %{_mandir}/man1/merge3.1* %changelog ## START: Generated by rpmautospec * Thu Sep 03 2026 Benjamin A. Beasley - 0.0.16-19 - Use the provisional pyproject declarative buildsystem * Thu Sep 03 2026 Benjamin A. Beasley - 0.0.16-18 - Use pyproject long options * Thu Sep 03 2026 Benjamin A. Beasley - 0.0.16-17 - Diverge Fedora from EPEL10 * Thu Sep 03 2026 Benjamin A. Beasley - 0.0.16-16 - Use the GitHub project as the package URL * Thu Sep 03 2026 Benjamin A. Beasley - 0.0.16-15 - Replace verbose-tests patch with an upstreamed version * Thu Sep 03 2026 Benjamin A. Beasley - 0.0.16-14 - Add a man page * Thu Sep 03 2026 Benjamin A. Beasley - 0.0.16-12 - Assert that .dist-info contains a license file * Thu Jul 16 2026 Fedora Release Engineering - 0.0.16-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Wed Jun 03 2026 Python Maint - 0.0.16-4 - Rebuilt for Python 3.15 * Sat Jan 17 2026 Fedora Release Engineering - 0.0.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Mon Dec 15 2025 Michel Lind - 0.0.16-2 - Restore support for building with old setuptools * Mon Dec 15 2025 Michel Lind - 0.0.16-1 - Update to 0.0.16 upstream release - Resolves: rhbz#2404256 * Fri Sep 19 2025 Python Maint - 0.0.15-6 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 0.0.15-5 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 0.0.15-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint - 0.0.15-3 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 0.0.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Thu Sep 05 2024 Michel Lind - 0.0.15-1 - Update to version 0.0.15; Fixes: RHBZ#2239321 * Fri Jul 19 2024 Fedora Release Engineering - 0.0.13-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 0.0.13-5 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 0.0.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.0.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 0.0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 18 2023 Michel Alexandre Salim - 0.0.13-1 - Initial Fedora package ## END: Generated by rpmautospec