Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id F29D61A9239 for ; Mon, 3 Jan 2022 09:19:04 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8556184D25; Mon, 3 Jan 2022 09:19:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BEAF684D0C for ; Mon, 3 Jan 2022 09:19:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id R_HncHxEsUFw for ; Mon, 3 Jan 2022 09:19:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3BAF384CE0 for ; Mon, 3 Jan 2022 09:19:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 35131FAEC; Mon, 3 Jan 2022 09:19:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641201543165300" MIME-Version: 1.0 Date: Mon, 3 Jan 2022 09:19:03 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-smmap To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220103091903.35131FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641201543165300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 3 09:19:03 UTC 2022 Modified Files: pkgsrc/devel/py-smmap: Makefile distinfo Log Message: py-smmap: updated to 5.0.0 v5.0.0 Dropped support 3.5 Added support for Python 3.10 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-smmap/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-smmap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641201543165300 Content-Disposition: inline Content-Length: 1933 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-smmap/Makefile diff -u pkgsrc/devel/py-smmap/Makefile:1.3 pkgsrc/devel/py-smmap/Makefile:1.4 --- pkgsrc/devel/py-smmap/Makefile:1.3 Fri Feb 5 21:38:11 2021 +++ pkgsrc/devel/py-smmap/Makefile Mon Jan 3 09:19:03 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2021/02/05 21:38:11 adam Exp $ +# $NetBSD: Makefile,v 1.4 2022/01/03 09:19:03 adam Exp $ -DISTNAME= smmap-4.0.0 +DISTNAME= smmap-5.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/smmap/} @@ -10,10 +10,6 @@ HOMEPAGE= https://github.com/Byron/smmap COMMENT= Git implementation of a sliding window memory map manager LICENSE= modified-bsd -TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose -TEST_DEPENDS+= ${PYPKGPREFIX}-nosexcover-[0-9]*:../../devel/py-nosexcover -TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=3.4:../../devel/py-coverage - USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 Index: pkgsrc/devel/py-smmap/distinfo diff -u pkgsrc/devel/py-smmap/distinfo:1.4 pkgsrc/devel/py-smmap/distinfo:1.5 --- pkgsrc/devel/py-smmap/distinfo:1.4 Tue Oct 26 10:19:05 2021 +++ pkgsrc/devel/py-smmap/distinfo Mon Jan 3 09:19:03 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:19:05 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/01/03 09:19:03 adam Exp $ -BLAKE2s (smmap-4.0.0.tar.gz) = 49f9bd4acf08cb7b76cb645c43d5babbc32e01c2edb0956ba1e4d5d681be405f -SHA512 (smmap-4.0.0.tar.gz) = fae59fd4e8ccc95cbc07be3ece208e862948c2b537850376b169acc15b9f0b1d94d412fde88647c245dda117dbbdab4db6426e1d95f3f9779bdd40c2d9c7d2cd -Size (smmap-4.0.0.tar.gz) = 22524 bytes +BLAKE2s (smmap-5.0.0.tar.gz) = 743d20fc60aea9309e78262c82eea45a425fe53712300ba9cd64904192e77839 +SHA512 (smmap-5.0.0.tar.gz) = 03ae478bc83d02416f57bb3f6afc9c80bcb2d4249f3169390ac139b88be94258463dee7744fdf0fd54a7cfe109795a110c43f2b81ffd8546601de274667d353d +Size (smmap-5.0.0.tar.gz) = 22437 bytes --_----------=_1641201543165300--