Received: by mail.netbsd.org (Postfix, from userid 605) id DD83A84D31; Mon, 17 May 2021 08:06:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 249C284CEA for ; Mon, 17 May 2021 08:06:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H9tbain6uV5u for ; Mon, 17 May 2021 08:06:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 954A884CE8 for ; Mon, 17 May 2021 08:06:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A379FA95; Mon, 17 May 2021 08:06:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621238813106030" MIME-Version: 1.0 Date: Mon, 17 May 2021 08:06:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-sortedcontainers To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210517080653.8A379FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621238813106030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 17 08:06:53 UTC 2021 Modified Files: pkgsrc/devel/py-sortedcontainers: Makefile distinfo Log Message: py-sortedcontainers: updated to 2.4.0 2.4.0 API Changes Implement SortedDict methods: __or__, __ror__, and __ior__ per PEP 584. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-sortedcontainers/Makefile \ pkgsrc/devel/py-sortedcontainers/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621238813106030 Content-Disposition: inline Content-Length: 1833 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-sortedcontainers/Makefile diff -u pkgsrc/devel/py-sortedcontainers/Makefile:1.7 pkgsrc/devel/py-sortedcontainers/Makefile:1.8 --- pkgsrc/devel/py-sortedcontainers/Makefile:1.7 Mon Dec 14 14:02:47 2020 +++ pkgsrc/devel/py-sortedcontainers/Makefile Mon May 17 08:06:53 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/12/14 14:02:47 adam Exp $ +# $NetBSD: Makefile,v 1.8 2021/05/17 08:06:53 adam Exp $ -DISTNAME= sortedcontainers-2.3.0 +DISTNAME= sortedcontainers-2.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/sortedcontainers/} Index: pkgsrc/devel/py-sortedcontainers/distinfo diff -u pkgsrc/devel/py-sortedcontainers/distinfo:1.7 pkgsrc/devel/py-sortedcontainers/distinfo:1.8 --- pkgsrc/devel/py-sortedcontainers/distinfo:1.7 Mon Dec 14 14:02:47 2020 +++ pkgsrc/devel/py-sortedcontainers/distinfo Mon May 17 08:06:53 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/12/14 14:02:47 adam Exp $ +$NetBSD: distinfo,v 1.8 2021/05/17 08:06:53 adam Exp $ -SHA1 (sortedcontainers-2.3.0.tar.gz) = 68c81f9065bed49839e40d820c7bdf771a7f8296 -RMD160 (sortedcontainers-2.3.0.tar.gz) = 5e362e64e697664424ab26ce0709db6c07d85ddd -SHA512 (sortedcontainers-2.3.0.tar.gz) = fc4a7d9c281c17fdeab10d56857914ce321d6d5437a09e29a92973f16bb3e79b2b14a13460ba51c941174c0483e29941843938b91602f97e4a8e1ee01abcce80 -Size (sortedcontainers-2.3.0.tar.gz) = 30509 bytes +SHA1 (sortedcontainers-2.4.0.tar.gz) = 2eb89d4aac3a41ca340e277e084573eb76f8f0c1 +RMD160 (sortedcontainers-2.4.0.tar.gz) = 763d74abc972b5718193982998c0be9e4a732f63 +SHA512 (sortedcontainers-2.4.0.tar.gz) = 4c01522bc01367a27bb005f16a487c127459f949f3d9fa7094e559993ceb074b3f84dda167f300778f46bdc15669f05866b6117ff6c369ca9a561ae20ab7c53f +Size (sortedcontainers-2.4.0.tar.gz) = 30594 bytes --_----------=_1621238813106030--