From 50d70821f81efa55b9bb35a1283ddaf60f68b9c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 29 Dec 2020 09:58:45 -0500 Subject: [PATCH] python3-setuptools: update to 51.1.1. --- srcpkgs/python3-setuptools/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template index 4294a7a006..c3688cd4b0 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,6 +1,6 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=51.0.0 +version=51.1.1 revision=1 wrksrc="setuptools-${version}" build_style=python3-module @@ -13,8 +13,8 @@ maintainer="Alessio Sergi " license="MIT" homepage="https://github.com/pypa/setuptools" changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst" -distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip" -checksum=029c49fd713e9230f6a41c0298e6e1f5839f2cde7104c0ad5e053a37777e7688 +distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" +checksum=0b43d1e0e0ac1467185581c2ceaf86b5c1a1bc408f8f6407687b0856302d1850 alternatives="setuptools:easy_install:/usr/bin/easy_install3" provides="python3-distribute-${version}_1" replaces="python3-distribute>=0"