From ce483185ba7dc6ed1f9067209c7f94ab9e841ede Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 7 Jun 2022 22:41:23 -0400 Subject: [PATCH] python3-setuptools: update to 62.3.3. --- 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 1c21c918978..135a3d51a99 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,6 +1,6 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=60.9.3 +version=62.3.3 revision=1 wrksrc="setuptools-${version}" build_style=python3-module @@ -12,7 +12,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=2347b2b432c891a863acadca2da9ac101eae6169b1d3dfee2ec605ecd50dbfe5 +checksum=e7d11f3db616cda0751372244c2ba798e8e56a28e096ec4529010b803485f3fe provides="python3-distribute-${version}_1" replaces="python3-distribute>=0" # Tests rely on jaraco.path, which relies on singledispatch, both unpackaged;