From 2b67a8c5787d1293f6ede1c79b16ea643a14c3d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 15 Dec 2020 11:03:11 -0500 Subject: [PATCH] python3-wheel: update to 0.36.2. --- srcpkgs/python3-wheel/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template index 171f079870..56576e1bdb 100644 --- a/srcpkgs/python3-wheel/template +++ b/srcpkgs/python3-wheel/template @@ -1,6 +1,6 @@ # Template file for 'python3-wheel' pkgname=python3-wheel -version=0.36.1 +version=0.36.2 revision=1 wrksrc="wheel-${version}" build_style=python3-module @@ -14,7 +14,7 @@ homepage="https://github.com/pypa/wheel" # upstream forgot to include LICENSE.txt in release distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz https://raw.githubusercontent.com/pypa/wheel/${version}/LICENSE.txt" -checksum="aaef9b8c36db72f8bf7f1e54f85f875c4d466819940863ca0b3f3f77f0a1646f +checksum="e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e cca9e20c6af1fcfbf69408f377769286cbeebcded336100c9b4a3f35fbe635e4" conflicts="python-wheel>=0" skip_extraction="LICENSE.txt"