470484b
%global pypi_name patch-ng
7696524
470484b
%global _description %{expand:
470484b
Fork of the original python-patch library to parse
470484b
and apply unified diffs.}
7696524
470484b
Name: python-%{pypi_name}
470484b
Version: 1.17.4
7c3a977
Release: 9%{?dist}
7696524
7696524
# Separate license file is currently missing:
7696524
# https://github.com/conan-io/python-patch-ng/issues/8
7696524
License: MIT
470484b
Summary: Library to parse and apply unified diffs
7696524
URL: https://github.com/conan-io/%{name}
470484b
Source0: %{pypi_source %{pypi_name}}
7696524
BuildArch: noarch
7696524
7696524
BuildRequires: python3-devel
7696524
470484b
%description %_description
7696524
470484b
%package -n python3-%{pypi_name}
470484b
Summary: %{summary}
7696524
470484b
%description -n python3-%{pypi_name} %_description
7696524
7696524
%prep
470484b
%autosetup -n %{pypi_name}-%{version}
470484b
470484b
%generate_buildrequires
470484b
%pyproject_buildrequires -r
7696524
7696524
%build
470484b
%pyproject_wheel
7696524
7696524
%install
470484b
%pyproject_install
470484b
%pyproject_save_files patch_ng
7696524
7696524
%check
470484b
%pyproject_check_import
7696524
470484b
%files -n python3-%{pypi_name} -f %{pyproject_files}
7696524
%doc README.md
7696524
7696524
%changelog
7c3a977
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-9
7c3a977
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
7c3a977
66e8210
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-8
66e8210
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
66e8210
bd22251
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-7
bd22251
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
bd22251
c3c485e
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.17.4-6
c3c485e
- Rebuilt for Python 3.12
c3c485e
c4ccab8
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-5
c4ccab8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
c4ccab8
e5dd401
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-4
e5dd401
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
e5dd401
29db78e
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.17.4-3
29db78e
- Rebuilt for Python 3.11
29db78e
0c55b0c
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.4-2
0c55b0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
0c55b0c
470484b
* Sun Dec 12 2021 Vitaly Zaitsev <vitaly@easycoding.org> - 1.17.4-1
470484b
- Updated to version 1.17.4.
470484b
- Converted SPEC to 201x-era guidelines.
470484b
e97a960
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-8
e97a960
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
e97a960
14e06a9
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.17.2-7
14e06a9
- Rebuilt for Python 3.10
14e06a9
6460e8e
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-6
6460e8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6460e8e
3b51246
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-5
3b51246
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
3b51246
31d34cf
* Wed Jun 24 2020 Vitaly Zaitsev <vitaly@easycoding.org> - 1.17.2-4
31d34cf
- Added python3-setuptools to build requirements.
31d34cf
408b4f5
* Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 1.17.2-3
408b4f5
- Rebuilt for Python 3.9
408b4f5
023f451
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
023f451
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
023f451
7696524
* Wed Dec 25 2019 Vitaly Zaitsev <vitaly@easycoding.org> - 1.17.2-1
7696524
- Initial SPEC release.