Received: by mail.netbsd.org (Postfix, from userid 605) id 36F6B84D6F; Tue, 2 May 2023 16:37:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65E9B84D68 for ; Tue, 2 May 2023 16:37:50 +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 338UM1RefadK for ; Tue, 2 May 2023 16:37:49 +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 D0A8584C13 for ; Tue, 2 May 2023 16:37:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BD824FA87; Tue, 2 May 2023 16:37:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683045469276470" MIME-Version: 1.0 Date: Tue, 2 May 2023 16:37:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/py-roman To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230502163749.BD824FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683045469276470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue May 2 16:37:49 UTC 2023 Modified Files: pkgsrc/math/py-roman: Makefile distinfo Log Message: py-roman: update to 4.0. 4.0 (2023-02-28) ---------------- - Add support for Python 3.10, 3.11. - Drop support for Python 2.7, 3.5, 3.6. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-roman/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-roman/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683045469276470 Content-Disposition: inline Content-Length: 1671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-roman/Makefile diff -u pkgsrc/math/py-roman/Makefile:1.14 pkgsrc/math/py-roman/Makefile:1.15 --- pkgsrc/math/py-roman/Makefile:1.14 Wed Jan 5 15:41:14 2022 +++ pkgsrc/math/py-roman/Makefile Tue May 2 16:37:49 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2022/01/05 15:41:14 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2023/05/02 16:37:49 wiz Exp $ -DISTNAME= roman-3.3 +DISTNAME= roman-4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=r/roman/} @@ -15,6 +14,8 @@ CONFLICTS+= ${PYPKGPREFIX}-docutils<=0.7 USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + USE_PKG_RESOURCES= yes post-install: Index: pkgsrc/math/py-roman/distinfo diff -u pkgsrc/math/py-roman/distinfo:1.10 pkgsrc/math/py-roman/distinfo:1.11 --- pkgsrc/math/py-roman/distinfo:1.10 Tue Oct 26 10:56:04 2021 +++ pkgsrc/math/py-roman/distinfo Tue May 2 16:37:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:56:04 nia Exp $ +$NetBSD: distinfo,v 1.11 2023/05/02 16:37:49 wiz Exp $ -BLAKE2s (roman-3.3.tar.gz) = 34ed96620e7ba8efa884454117b6b263adce6d16c11a07591296e55f7f7df6b2 -SHA512 (roman-3.3.tar.gz) = 8d2952640519052ce629a3881cb871448fc7921eb5f45525305c43ef9fb2672062d0ca96ab16d7aaa95f5eebcad028fdcf519f224f3631734fbb6a4a314f3a49 -Size (roman-3.3.tar.gz) = 7577 bytes +BLAKE2s (roman-4.0.tar.gz) = 533f5f60c3e6162a41380da86b0e8a5b1afd13998225e220f35b3f6274939bc8 +SHA512 (roman-4.0.tar.gz) = 5421ac46fc5f49c8913a6089d51781bc0a01f2863ea2655b57adba1d07632d4e459fcb26350d0c2dfdf4a31c64a31e9fc86b22165df212c9f8db4bf41cf2e2a1 +Size (roman-4.0.tar.gz) = 9380 bytes --_----------=_1683045469276470--