updating to 8.1.0

epel9
Dan Radez 5 years ago
parent 1a8faf563d
commit c3bd068c57

@ -6,8 +6,8 @@
%bcond_with docs %bcond_with docs
Name: python-%{pkg_name} Name: python-%{pkg_name}
Version: 6.2 Version: 8.1.0
Release: 7%{?dist} Release: 1%{?dist}
Summary: Tools to supplement packaging Python releases Summary: Tools to supplement packaging Python releases
License: MIT License: MIT
@ -39,7 +39,7 @@ Requires: python3dist(setuptools)
BuildRequires: python3dist(setuptools) BuildRequires: python3dist(setuptools)
BuildRequires: python3-setuptools_scm >= 1.15.0 BuildRequires: python3-setuptools_scm >= 1.15.0
BuildRequires: python3dist(six) >= 1.4 BuildRequires: python3dist(six) >= 1.4
BuildRequires: python3-zipp >= 0.5 BuildRequires: python3dist(toml)
%if 0%{?python3_version_nodots} < 38 %if 0%{?python3_version_nodots} < 38
Requires: python3dist(importlib-metadata) >= 0.18 Requires: python3dist(importlib-metadata) >= 0.18
@ -96,7 +96,6 @@ rm -rf html/.{doctrees,buildinfo}
%files -n python3-%{pkg_name} %files -n python3-%{pkg_name}
%license LICENSE %license LICENSE
%doc README.rst %doc README.rst
%{_bindir}/upload-package
%{_bindir}/dependency-tree %{_bindir}/dependency-tree
%{python3_sitelib}/jaraco/packaging %{python3_sitelib}/jaraco/packaging
%{python3_sitelib}/jaraco.packaging-%{version}-py?.?.egg-info %{python3_sitelib}/jaraco.packaging-%{version}-py?.?.egg-info
@ -108,6 +107,9 @@ rm -rf html/.{doctrees,buildinfo}
%endif %endif
%changelog %changelog
* 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 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save