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 1B6121A9239 for ; Fri, 7 Jan 2022 16:44:57 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4D06D84EA3; Fri, 7 Jan 2022 16:44:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8784584D40 for ; Fri, 7 Jan 2022 16:44:55 +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 qqEwiz7do2Qh for ; Fri, 7 Jan 2022 16:44:54 +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 DC0B084CE8 for ; Fri, 7 Jan 2022 16:44:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D5487FAEC; Fri, 7 Jan 2022 16:44:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1641573894219040" MIME-Version: 1.0 Date: Fri, 7 Jan 2022 16:44:54 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-localserver To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220107164454.D5487FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1641573894219040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 7 16:44:54 UTC 2022 Modified Files: pkgsrc/devel/py-test-localserver: Makefile PLIST distinfo Log Message: py-test-localserver: updated to 0.5.1 0.5.1 (2021-11-18) ------------------ Regenerate included certificate to use SHA-256 hash to avoid OpenSSL errors. Add support for Python 3.10. Drop support for Python 2.6. Migrate repository to Github and update project metadata. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-localserver/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-localserver/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-localserver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1641573894219040 Content-Disposition: inline Content-Length: 3217 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-localserver/Makefile diff -u pkgsrc/devel/py-test-localserver/Makefile:1.6 pkgsrc/devel/py-test-localserver/Makefile:1.7 --- pkgsrc/devel/py-test-localserver/Makefile:1.6 Tue Jan 4 20:53:41 2022 +++ pkgsrc/devel/py-test-localserver/Makefile Fri Jan 7 16:44:54 2022 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:41 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/01/07 16:44:54 adam Exp $ -DISTNAME= pytest-localserver-0.5.0 +DISTNAME= pytest-localserver-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-localserver/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://bitbucket.org/pytest-dev/pytest-localserver/ +HOMEPAGE= https://github.com/pytest-dev/pytest-localserver COMMENT= Py.test plugin to test server connections locally LICENSE= mit @@ -19,7 +18,7 @@ PYTHON_VERSIONED_DEPENDENCIES= test:test USE_LANGUAGES= # none do-test: - cd ${WRKSRC}/tests && pytest-${PYVERSSUFFIX} + cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" Index: pkgsrc/devel/py-test-localserver/PLIST diff -u pkgsrc/devel/py-test-localserver/PLIST:1.1 pkgsrc/devel/py-test-localserver/PLIST:1.2 --- pkgsrc/devel/py-test-localserver/PLIST:1.1 Fri Sep 29 14:13:32 2017 +++ pkgsrc/devel/py-test-localserver/PLIST Fri Jan 7 16:44:54 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:13:32 joerg Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/01/07 16:44:54 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -9,7 +9,6 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx ${PYSITELIB}/pytest_localserver/__init__.py ${PYSITELIB}/pytest_localserver/__init__.pyc ${PYSITELIB}/pytest_localserver/__init__.pyo -${PYSITELIB}/pytest_localserver/ca.crt ${PYSITELIB}/pytest_localserver/http.py ${PYSITELIB}/pytest_localserver/http.pyc ${PYSITELIB}/pytest_localserver/http.pyo Index: pkgsrc/devel/py-test-localserver/distinfo diff -u pkgsrc/devel/py-test-localserver/distinfo:1.5 pkgsrc/devel/py-test-localserver/distinfo:1.6 --- pkgsrc/devel/py-test-localserver/distinfo:1.5 Tue Oct 26 10:19:08 2021 +++ pkgsrc/devel/py-test-localserver/distinfo Fri Jan 7 16:44:54 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:19:08 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/01/07 16:44:54 adam Exp $ -BLAKE2s (pytest-localserver-0.5.0.tar.gz) = eab48495ada6847cf34686109bdeec6495d18948d51cad24ede8f0c3a630f106 -SHA512 (pytest-localserver-0.5.0.tar.gz) = aedf1e1c9563396457070df13df228ad0ebdd19173fa2ac5a598288d3e1a1ac8b8a0c0288cba0d8478e43d2e1de4848f2393bf640705916957f12ab31171c6cc -Size (pytest-localserver-0.5.0.tar.gz) = 20409 bytes +BLAKE2s (pytest-localserver-0.5.1.tar.gz) = f3809f01b0d81757c4aa582fb1a9809bc2fc3c8e9dc1c62ad20a7025e8702e9d +SHA512 (pytest-localserver-0.5.1.tar.gz) = dad8b21020cf2f08ad03398b82bad7b47e553a9c6b489b94186bdc61c22f57e7151f8dbeab38ef42d03658104ec42920ec363288a1bdbea34dab6aee1da03c48 +Size (pytest-localserver-0.5.1.tar.gz) = 19341 bytes --_----------=_1641573894219040--