From e175d9b8304a11e4f54a45d42b9d39bd3482a121 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 12 Feb 2021 10:39:50 -0500 Subject: [PATCH] python3-setuptools: update to 53.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 a694659b68d..6bdad45add7 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,6 +1,6 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=52.0.0 +version=53.0.0 revision=1 wrksrc="setuptools-${version}" build_style=python3-module @@ -14,7 +14,7 @@ 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}.tar.gz" -checksum=fb3a1ee622509550dbf1d419f241296169d7f09cb1eb5b1736f2f10965932b96 +checksum=1b18ef17d74ba97ac9c0e4b4265f123f07a8ae85d9cd093949fa056d3eeeead5 provides="python3-distribute-${version}_1" replaces="python3-distribute>=0"