updating to 6.2

epel8
Dan Radez 5 years ago
parent 1fc7fe8fa6
commit 092bc4c89a

1
.gitignore vendored

@ -1 +1,2 @@
/jaraco.packaging-6.1.tar.gz /jaraco.packaging-6.1.tar.gz
/jaraco.packaging-6.2.tar.gz

@ -6,8 +6,8 @@
%bcond_with docs %bcond_with docs
Name: python-%{pkg_name} Name: python-%{pkg_name}
Version: 6.1 Version: 6.2
Release: 8%{?dist} Release: 1%{?dist}
Summary: Tools to supplement packaging Python releases Summary: Tools to supplement packaging Python releases
License: MIT License: MIT
@ -35,10 +35,12 @@ Requires: python3-jaraco
Requires: python3dist(rst-linker) Requires: python3dist(rst-linker)
Requires: python3dist(six) >= 1.4 Requires: python3dist(six) >= 1.4
Requires: python3dist(setuptools) Requires: python3dist(setuptools)
Requires: python3dist(importlib-metadata) >= 0.18
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: python3dist(importlib-metadata) >= 0.18
%{?python_provide:%python_provide python3-%{pkg_name}} %{?python_provide:%python_provide python3-%{pkg_name}}
%description -n python3-%{pkg_name} %description -n python3-%{pkg_name}
@ -103,6 +105,9 @@ rm -rf html/.{doctrees,buildinfo}
%endif %endif
%changelog %changelog
* Fri Aug 16 2019 Dan Radez <dradez@redhat.com> - 6.2-1
- updating to 6.2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1,2 @@
SHA512 (jaraco.packaging-6.1.tar.gz) = a84c71bd880879f172e6527987e9ffa681da28803112a0195fb21153cb6cd1b3d5c00a6d21c562d7c5542349f335bea4a349fd22662f22dd7bf9bef7b6b0f7d8 SHA512 (jaraco.packaging-6.1.tar.gz) = a84c71bd880879f172e6527987e9ffa681da28803112a0195fb21153cb6cd1b3d5c00a6d21c562d7c5542349f335bea4a349fd22662f22dd7bf9bef7b6b0f7d8
SHA512 (jaraco.packaging-6.2.tar.gz) = f8496a9dccb29dbac24927b40bc29d472b8c6bdb939bfcacf70196130ba9c961747a8b75c63574352a8bfeb2a512eb849dfba3344e942f1338ea1538e0767f33

Loading…
Cancel
Save