@ -6,8 +6,8 @@
%bcond_with docs
Name: python-%{pkg_name}
Version: 6.2
Release: 6 %{?dist}
Version: 8.2.1
Release: 5 %{?dist}
Summary: Tools to supplement packaging Python releases
License: MIT
@ -32,14 +32,14 @@ A Parent package for jaraco's parent dir and init file.
%package -n python3-%{pkg_name}
Summary: %{summary}
Requires: python3-jaraco
Requires: python3dist(rst. linker)
Requires: python3dist(rst- linker)
Requires: python3dist(six) >= 1.4
Requires: python3dist(setuptools)
BuildRequires: python3dist(setuptools)
BuildRequires: python3-setuptools_scm >= 1.15.0
BuildRequires: python3dist(six) >= 1.4
BuildRequires: python3-zipp >= 0.5
BuildRequires: python3dist(toml)
%if 0%{?python3_version_nodots} < 38
Requires: python3dist(importlib-metadata) >= 0.18
@ -60,7 +60,7 @@ version or author name.
Summary: jaraco.packaging documentation
BuildRequires: python3dist(sphinx)
BuildRequires: python3dist(rst. linker)
BuildRequires: python3dist(rst- linker)
%description -n python-%{pkg_name}-doc
Documentation for jaraco.packaging
@ -68,8 +68,6 @@ Documentation for jaraco.packaging
%prep
%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
%build
%py3_build
@ -96,10 +94,9 @@ rm -rf html/.{doctrees,buildinfo}
%files -n python3-%{pkg_name}
%license LICENSE
%doc README.rst
%{_bindir}/upload-package
%{_bindir}/dependency-tree
%{python3_sitelib}/jaraco/packaging
%{python3_sitelib}/jaraco.packaging-%{version}-py?.? .egg-info
%{python3_sitelib}/jaraco.packaging-%{version}-py%{python3_version} .egg-info
%if %{with docs}
%files -n python-%{pkg_name}-doc
@ -108,6 +105,42 @@ rm -rf html/.{doctrees,buildinfo}
%endif
%changelog
* Tue Feb 08 2022 Dan Radez <dradez@redhat.com> - 8.2.1-5
- Don't remove egginfo
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 8.2.1-2
- Rebuilt for Python 3.10
* Fri Apr 30 2021 Dan Radez <dradez@redhat.com> - 8.2.1-1
- Update to 8.2.1
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 05 2021 Dan Radez <dradez@redhat.com> - 8.2.0-1
- Update to 8.2.0
* Wed Dec 09 2020 Dan Radez <dradez@redhat.com> - 8.1.1-1
- Update to 8.1.1
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 8.1.0-2
- Rebuilt for Python 3.9
* Fri May 08 2020 Dan Radez <dradez@redhat.com> - 8.1.0-1
- Update to 8.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 6.2-6
- Rebuilt for Python 3.8.0rc1 (#1748018)