From 4add590b5f01089ba35019d86b373153d9c517cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 4 Aug 2020 20:37:07 -0400 Subject: [PATCH] python3-setuptools: update to 49.2.1. --- srcpkgs/python3-setuptools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template index b5e463b7c68..9bf5b316e66 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,6 +1,6 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=49.2.0 +version=49.2.1 revision=1 archs=noarch wrksrc="setuptools-${version}" @@ -12,7 +12,7 @@ maintainer="Alessio Sergi " license="MIT" homepage="https://github.com/pypa/setuptools" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip" -checksum=afe9e81fee0270d3f60d52608549cc8ec4c46dada8c95640c1a00160f577acf2 +checksum=88094d17c8d273390659a72e9d93374cd7bfd188c12bf2747b306e2bed48df18 alternatives="setuptools:easy_install:/usr/bin/easy_install3" provides="python3-distribute-${version}_1" replaces="python3-distribute>=0"