Received: by mail.netbsd.org (Postfix, from userid 605) id 0865084D98; Wed, 12 May 2021 08:03:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3DE1D84D67 for ; Wed, 12 May 2021 08:03:52 +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 j5vMdQY4EUA1 for ; Wed, 12 May 2021 08:03:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B599B84D11 for ; Wed, 12 May 2021 08:03:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AEF1DFA95; Wed, 12 May 2021 08:03:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1620806631153700" MIME-Version: 1.0 Date: Wed, 12 May 2021 08:03:51 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-queuelib To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210512080351.AEF1DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1620806631153700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 12 08:03:51 UTC 2021 Modified Files: pkgsrc/devel/py-queuelib: Makefile distinfo Log Message: py-queuelib: updated to 1.6.1 Version 1.6.1 ------------- No code changes with respect to 1.6 * Migrate CI to GitHub actions * Fix release Version 1.6 ----------- * Add peek support * Remove py2 support * Full test coverage To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-queuelib/Makefile \ pkgsrc/devel/py-queuelib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1620806631153700 Content-Disposition: inline Content-Length: 1836 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-queuelib/Makefile diff -u pkgsrc/devel/py-queuelib/Makefile:1.2 pkgsrc/devel/py-queuelib/Makefile:1.3 --- pkgsrc/devel/py-queuelib/Makefile:1.2 Mon Mar 19 10:13:40 2018 +++ pkgsrc/devel/py-queuelib/Makefile Wed May 12 08:03:51 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/03/19 10:13:40 adam Exp $ +# $NetBSD: Makefile,v 1.3 2021/05/12 08:03:51 adam Exp $ -DISTNAME= queuelib-1.5.0 +DISTNAME= queuelib-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=q/queuelib/} @@ -12,5 +12,7 @@ LICENSE= modified-bsd USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-queuelib/distinfo diff -u pkgsrc/devel/py-queuelib/distinfo:1.2 pkgsrc/devel/py-queuelib/distinfo:1.3 --- pkgsrc/devel/py-queuelib/distinfo:1.2 Mon Mar 19 10:13:40 2018 +++ pkgsrc/devel/py-queuelib/distinfo Wed May 12 08:03:51 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/03/19 10:13:40 adam Exp $ +$NetBSD: distinfo,v 1.3 2021/05/12 08:03:51 adam Exp $ -SHA1 (queuelib-1.5.0.tar.gz) = ed49b145fbf0afb16eef3bf7b831b00d2677ee7c -RMD160 (queuelib-1.5.0.tar.gz) = e367483b19572daf098910c3ce97afdf1a5b0ca6 -SHA512 (queuelib-1.5.0.tar.gz) = aafaf8756b00cd84b36a73d9573a8a321a0432648c2e7dfc9de566d339087fcd855eb2d5991694a495e47bbb9c4ca25d655e4de7101552e96ee0040ed31c9e0f -Size (queuelib-1.5.0.tar.gz) = 9234 bytes +SHA1 (queuelib-1.6.1.tar.gz) = ad383da4db406f38b7181013aab03780e7d3cd14 +RMD160 (queuelib-1.6.1.tar.gz) = ad92a50b3fcd66160c4ac59d4762f13f286f0b90 +SHA512 (queuelib-1.6.1.tar.gz) = 254099f02b8441856f4fc2d934fc01450027b38e219a20229481954dfed5ba68c0c0c3f0106d87e661ab3de30023bb1f1c4aff0cf7e3633dbb97730281d1c4a6 +Size (queuelib-1.6.1.tar.gz) = 12079 bytes --_----------=_1620806631153700--