diff --git a/python-jaraco-packaging.spec b/python-jaraco-packaging.spec index 41f23f7..4c9c158 100644 --- a/python-jaraco-packaging.spec +++ b/python-jaraco-packaging.spec @@ -6,8 +6,8 @@ %bcond_with docs Name: python-%{pkg_name} -Version: 6.2 -Release: 7%{?dist} +Version: 8.1.0 +Release: 1%{?dist} Summary: Tools to supplement packaging Python releases License: MIT @@ -39,7 +39,7 @@ 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 @@ -96,7 +96,6 @@ 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 @@ -108,6 +107,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Fri May 08 2020 Dan Radez - 8.1.0-1 +- Update to 8.1 + * Thu Jan 30 2020 Fedora Release Engineering - 6.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild