From da8ca5c0aa51f9d1aba06b79d1bb33b0f069d459 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 20 Jan 2021 12:06:19 -0500 Subject: [PATCH] python3-sortedcontainers: update to 2.3.0. --- srcpkgs/python3-sortedcontainers/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template index 5d768b0e4f0..bde58e58078 100644 --- a/srcpkgs/python3-sortedcontainers/template +++ b/srcpkgs/python3-sortedcontainers/template @@ -1,7 +1,7 @@ # Template file for 'python3-sortedcontainers' pkgname=python3-sortedcontainers -version=2.1.0 -revision=3 +version=2.3.0 +revision=1 wrksrc="sortedcontainers-${version}" build_style=python3-module pycompile_module="sortedcontainers" @@ -11,4 +11,8 @@ maintainer="Orphaned " license="Apache-2.0" homepage="http://www.grantjenks.com/docs/sortedcontainers/" distfiles="${PYPI_SITE}/s/sortedcontainers/sortedcontainers-${version}.tar.gz" -checksum=974e9a32f56b17c1bac2aebd9dcf197f3eb9cd30553c5852a3187ad162e1a03a +checksum=59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1 + +do_check() { + : package defines no tests +}