From 022d31fe7b5fd999b0899cdf176d01b47397533a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 30 Aug 2020 23:24:37 -0400 Subject: [PATCH] python3-setuptools: update to 50.0.0. --- 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 9bf5b316e66..92937b981ea 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.1 +version=50.0.0 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=88094d17c8d273390659a72e9d93374cd7bfd188c12bf2747b306e2bed48df18 +checksum=def90e944d33e5c9a9f1ba69bf627b6e06d97463b2bae6b1ec7fc71d3fb29f55 alternatives="setuptools:easy_install:/usr/bin/easy_install3" provides="python3-distribute-${version}_1" replaces="python3-distribute>=0"