Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7F20C85098 for ; Fri, 26 May 2023 19:44:50 +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 jnMxIoBaovDa for ; Fri, 26 May 2023 19:44:50 +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 E7A9485094 for ; Fri, 26 May 2023 19:44:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D4B06FA87; Fri, 26 May 2023 19:44:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685130289162460" MIME-Version: 1.0 Date: Fri, 26 May 2023 19:44:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-roman To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230526194449.D4B06FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685130289162460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 26 19:44:49 UTC 2023 Modified Files: pkgsrc/math/py-roman: Makefile distinfo Log Message: py-roman: updated to 4.1 4.1 (2023-05-26) ---------------- - Change license to the Zope Public License (ZPL) version 2.1 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-roman/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-roman/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685130289162460 Content-Disposition: inline Content-Length: 1795 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.15 pkgsrc/math/py-roman/Makefile:1.16 --- pkgsrc/math/py-roman/Makefile:1.15 Tue May 2 16:37:49 2023 +++ pkgsrc/math/py-roman/Makefile Fri May 26 19:44:49 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/05/02 16:37:49 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2023/05/26 19:44:49 adam Exp $ -DISTNAME= roman-4.0 +DISTNAME= roman-4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=r/roman/} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=r/roma MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/zopefoundation/roman COMMENT= Integer to Roman numerals converter for Python -LICENSE= python-software-foundation +LICENSE= zpl-2.1 CONFLICTS+= ${PYPKGPREFIX}-docutils<=0.7 Index: pkgsrc/math/py-roman/distinfo diff -u pkgsrc/math/py-roman/distinfo:1.11 pkgsrc/math/py-roman/distinfo:1.12 --- pkgsrc/math/py-roman/distinfo:1.11 Tue May 2 16:37:49 2023 +++ pkgsrc/math/py-roman/distinfo Fri May 26 19:44:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/05/02 16:37:49 wiz Exp $ +$NetBSD: distinfo,v 1.12 2023/05/26 19:44:49 adam Exp $ -BLAKE2s (roman-4.0.tar.gz) = 533f5f60c3e6162a41380da86b0e8a5b1afd13998225e220f35b3f6274939bc8 -SHA512 (roman-4.0.tar.gz) = 5421ac46fc5f49c8913a6089d51781bc0a01f2863ea2655b57adba1d07632d4e459fcb26350d0c2dfdf4a31c64a31e9fc86b22165df212c9f8db4bf41cf2e2a1 -Size (roman-4.0.tar.gz) = 9380 bytes +BLAKE2s (roman-4.1.tar.gz) = fdb7072208b00ab37c1b8201f7d07a377f70214352aea522212b5b6167e52db7 +SHA512 (roman-4.1.tar.gz) = 69214f35098e17bd106411036feec8a4e5c8450e394c74d60a8e3cc17c6884556347a1d2852fa174db4f66d969e71b26c066439afd6d278786d1a47bf925f302 +Size (roman-4.1.tar.gz) = 7005 bytes --_----------=_1685130289162460--