From 862c029e7a9f7eeed5d4ebd176267679f51340c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 30 Aug 2021 23:16:24 -0400 Subject: [PATCH] python3-zipp: update to 3.5.0. --- srcpkgs/python3-zipp/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template index 06e5ce2ecf9..13184b489e2 100644 --- a/srcpkgs/python3-zipp/template +++ b/srcpkgs/python3-zipp/template @@ -1,10 +1,10 @@ # Template file for 'python3-zipp' pkgname=python3-zipp -version=3.4.1 +version=3.5.0 revision=1 wrksrc="zipp-${version}" build_style=python3-module -hostmakedepends="python3-setuptools_scm python3-toml" +hostmakedepends="python3-setuptools_scm" checkdepends="python3-jaraco" short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)" maintainer="Lorem " @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/jaraco/zipp" changelog="https://raw.githubusercontent.com/jaraco/zipp/master/CHANGES.rst" distfiles="${PYPI_SITE}/z/zipp/zipp-${version}.tar.gz" -checksum=3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76 +checksum=f5812b1e007e48cff63449a5e9f4e7ebea716b4111f9c4f9a645f91d579bf0c4 # Needs unpackaged "jaraco.itertools" make_check=no