Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CoJPYUO9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IrGv9SiD Received: by mail.netbsd.org (Postfix, from userid 605) id 48DE384D44; Fri, 26 Apr 2024 16:42:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714149720; bh=oUV4MflEzINGwiBAePt00moiEpsh1+vQnFz/4eTvg6E=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=CoJPYUO91m7WXZn/7k1L8KfTb3f5EIIF3y5CmeKohgoVfETOtZbOQBzwDsFYseFI6 tNwT1soYRfCpwy7RcISUJydahGqj8BVvj20hqnCNzRPp77NAnqyuojkMA5Svf+fKUs eMfUOs+bDXe/sL2WFEjbAxIe+9uoSSJGbOHkLIu4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37C5484D0E for ; Fri, 26 Apr 2024 16:41:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 2HyP4MM-w9Fr for ; Fri, 26 Apr 2024 16:41:58 +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 A3BCB84CC9 for ; Fri, 26 Apr 2024 16:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714149718; bh=oUV4MflEzINGwiBAePt00moiEpsh1+vQnFz/4eTvg6E=; h=Date:From:Subject:To:Reply-To; b=IrGv9SiDc4O3KJsdguVuYj1jvossRtxz4HM5MyEfR+XrnPCccHNy8dsES9ZemOc/z PWMKIeqCXarf8HtezDLbA1o3o+JW3U3vsBiLh83HbGGqBLeu2OX+7UvVF/x3lIaz00 fu6tA3YZfs9t4zJ1kWoNz8l0A0RzVl+c3eGzC64M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 938DAFA2C; Fri, 26 Apr 2024 16:41:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714149718183940" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 16:41:58 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-rlp To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240426164158.938DAFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714149718183940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 26 16:41:58 UTC 2024 Modified Files: pkgsrc/devel/py-rlp: Makefile distinfo Log Message: py-rlp: updated to 4.0.1 pyrlp v4.0.1 (2024-04-24) Internal Changes - for pyrlp Contributors Add python 3.12 support, rust-backend now works with python 3.11 and 3.12 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-rlp/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-rlp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714149718183940 Content-Disposition: inline Content-Length: 1480 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-rlp/Makefile diff -u pkgsrc/devel/py-rlp/Makefile:1.16 pkgsrc/devel/py-rlp/Makefile:1.17 --- pkgsrc/devel/py-rlp/Makefile:1.16 Thu Jan 11 10:06:43 2024 +++ pkgsrc/devel/py-rlp/Makefile Fri Apr 26 16:41:58 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2024/01/11 10:06:43 adam Exp $ +# $NetBSD: Makefile,v 1.17 2024/04/26 16:41:58 adam Exp $ -DISTNAME= rlp-4.0.0 +DISTNAME= rlp-4.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rlp/} Index: pkgsrc/devel/py-rlp/distinfo diff -u pkgsrc/devel/py-rlp/distinfo:1.7 pkgsrc/devel/py-rlp/distinfo:1.8 --- pkgsrc/devel/py-rlp/distinfo:1.7 Thu Jan 11 10:06:43 2024 +++ pkgsrc/devel/py-rlp/distinfo Fri Apr 26 16:41:58 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2024/01/11 10:06:43 adam Exp $ +$NetBSD: distinfo,v 1.8 2024/04/26 16:41:58 adam Exp $ -BLAKE2s (rlp-4.0.0.tar.gz) = cd6c2bcff600b37706a28532e22cf47754036040b5d56ec8fb252106b3e19cb1 -SHA512 (rlp-4.0.0.tar.gz) = 655b767d6a84cce27c47ec6fde21fc4625413a7f6b19992c3eee8d3b77e18ca84de343f3a4fc5eb5d33903439dc3725cef92a91fecf9655da40759930312505a -Size (rlp-4.0.0.tar.gz) = 34057 bytes +BLAKE2s (rlp-4.0.1.tar.gz) = 5ef9f497742fba53f493d46abac5f6eb1b6d8abbfec604cc0f1212a0d6678dd8 +SHA512 (rlp-4.0.1.tar.gz) = e93c0d0743c907d33c73de758a98b5901ed112bbe4244d2e3257e13efa394e25802897340b4f891355e424dc2107e8507ea72c522aeddecd6b2179276d5403f3 +Size (rlp-4.0.1.tar.gz) = 33710 bytes --_----------=_1714149718183940--