Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=1PtZD02s; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=CY0J+Aig Received: by mail.netbsd.org (Postfix, from userid 605) id 4106B84E54; Mon, 1 Apr 2024 21:43:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712007805; bh=YVzf1MN/sGNt0BNTiUE4SikQ93oz5RojY0mfRV+I7tk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=1PtZD02snFcr/W/u7moVXCXQPQaFjSrlWxpmhO0bz2lGG4mqTRpQdQ9WOwKnHTyby bdiuSBMLhS8v+jBL0IB1c7yzTLEfIRCHWn/B0mk1ySntXbJ/ibSYRS0iINb579+gCt NCpzXQXUlw4Nq2djck2BGBjeHuavK0EGgzEuLAnE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F63184D7C for ; Mon, 1 Apr 2024 21:43:24 +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 tyy3dGivZZFd for ; Mon, 1 Apr 2024 21:43:23 +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 A022A84CF4 for ; Mon, 1 Apr 2024 21:43:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712007803; bh=YVzf1MN/sGNt0BNTiUE4SikQ93oz5RojY0mfRV+I7tk=; h=Date:From:Subject:To:Reply-To; b=CY0J+AigU+CA1ttcvxJreS/i1TWSdAfknFB73adXAWm/j5wJC2xpi4xydLGJ5+Xy8 jj2ofPgABDQmrQ0dWje3PJ6r/jP+wTN4ncDWpWvch1fVyj3Z4SEiUH/bqxO2NqqTWN Fa3kzJ8DRL8vzPbjIfEGkPcPoeHCcl5kF+NS2gdI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C46EFA2C; Mon, 1 Apr 2024 21:43:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712007803162830" MIME-Version: 1.0 Date: Mon, 1 Apr 2024 21:43:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240401214323.9C46EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712007803162830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 1 21:43:23 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + py-semver To generate a diff of this commit: cvs rdiff -u -r1.4196 -r1.4197 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712007803162830 Content-Disposition: inline Content-Length: 618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4196 pkgsrc/devel/Makefile:1.4197 --- pkgsrc/devel/Makefile:1.4196 Thu Mar 21 07:39:01 2024 +++ pkgsrc/devel/Makefile Mon Apr 1 21:43:23 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4196 2024/03/21 07:39:01 wiz Exp $ +# $NetBSD: Makefile,v 1.4197 2024/04/01 21:43:23 wiz Exp $ # COMMENT= Development utilities @@ -3006,6 +3006,7 @@ SUBDIR+= py-scikit-build SUBDIR+= py-scikit-build-core SUBDIR+= py-selectors2 SUBDIR+= py-semantic_version +SUBDIR+= py-semver SUBDIR+= py-sentry-sdk SUBDIR+= py-serializable SUBDIR+= py-serpent --_----------=_1712007803162830--