Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cIB1+Pr7; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=j9gTLyk+ Received: by mail.netbsd.org (Postfix, from userid 605) id 5596F84ED0; Sat, 27 Apr 2024 10:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714213457; bh=IclWksz5uyZ6D8moVw018YZ8Nhk5DRrXdJRlksyCSOY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=cIB1+Pr7fJ33Ti+w5+WjOvO+FQdXe4oTBfqCr5T8Qk1BAeAzo/I+D27zBTlOPC7z1 Qe7yNTZ2lBc4+7rBmWNiUNy8YFFJoSYAX1YRapjXTDBJtwjb2cOBWde4paf9DuqK2d rOizYXhhfsnE5uQ+H8kpwG4ciwu1REzD5ljQBLJw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48F8184ECA for ; Sat, 27 Apr 2024 10:24:16 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id KwvEsi4vdNTh for ; Sat, 27 Apr 2024 10:24:15 +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 B8DFA84CFE for ; Sat, 27 Apr 2024 10:24:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714213455; bh=IclWksz5uyZ6D8moVw018YZ8Nhk5DRrXdJRlksyCSOY=; h=Date:From:Subject:To:Reply-To; b=j9gTLyk+CkXhxb0Bhj61LZAh7tUjFw2PsLivTQWiYSgdk+l6ylGQcH5FAHy34QpLS OC0bz+12BHKP1dkga4+spsTcZswTWGE42JIGtCFGD3BnLKh3lYgpcx/Fi1qOLjo3t/ asBSmDVXI2QHAubZopn0lH1O5QJWkUiWZpX3WIrs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB19EFA2C; Sat, 27 Apr 2024 10:24:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171421345557180" MIME-Version: 1.0 Date: Sat, 27 Apr 2024 10:24:15 +0000 From: "Andreas Gustafsson" Subject: CVS commit: pkgsrc/misc/py-anita To: pkgsrc-changes@NetBSD.org Reply-To: gson@netbsd.org X-Mailer: log_accum Message-Id: <20240427102415.AB19EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171421345557180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gson Date: Sat Apr 27 10:24:15 UTC 2024 Modified Files: pkgsrc/misc/py-anita: Makefile distinfo Log Message: misc/py-anita: update to 2.12. Changes from 2.11: Fix incorrect scratch disk device name for riscv-riscv64 causing the export of test result data to the host to fail. Support the new manhtml, base32, and debug32 sets. When installing a NetBSD version that has the new "manhtml" set, don't mistake it for the "man" set. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/misc/py-anita/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/misc/py-anita/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171421345557180 Content-Disposition: inline Content-Length: 1510 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/py-anita/Makefile diff -u pkgsrc/misc/py-anita/Makefile:1.75 pkgsrc/misc/py-anita/Makefile:1.76 --- pkgsrc/misc/py-anita/Makefile:1.75 Sun Feb 25 11:11:55 2024 +++ pkgsrc/misc/py-anita/Makefile Sat Apr 27 10:24:15 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2024/02/25 11:11:55 gson Exp $ +# $NetBSD: Makefile,v 1.76 2024/04/27 10:24:15 gson Exp $ -DISTNAME= anita-2.11 +DISTNAME= anita-2.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= misc MASTER_SITES= http://www.gson.org/netbsd/anita/download/ Index: pkgsrc/misc/py-anita/distinfo diff -u pkgsrc/misc/py-anita/distinfo:1.53 pkgsrc/misc/py-anita/distinfo:1.54 --- pkgsrc/misc/py-anita/distinfo:1.53 Sun Feb 25 11:11:55 2024 +++ pkgsrc/misc/py-anita/distinfo Sat Apr 27 10:24:15 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.53 2024/02/25 11:11:55 gson Exp $ +$NetBSD: distinfo,v 1.54 2024/04/27 10:24:15 gson Exp $ -BLAKE2s (anita-2.11.tar.gz) = 859fff0c2f64c0a4829164af528e1f5fb6d867a0bdc31eb81c58b5eb5bed52b7 -SHA512 (anita-2.11.tar.gz) = a3543a5cd779cb422fcb6b6a463e7b26f155fd713546711d6495e41f15821071ca5c51316ea5df7ed79307cfe5fdc93b54c772550aa005eb2ff2c0cc27fada0c -Size (anita-2.11.tar.gz) = 45707 bytes +BLAKE2s (anita-2.12.tar.gz) = 46f76e1c47e2741b7c6792e363e3a286d29af5108f631e56f551b70a73965d5f +SHA512 (anita-2.12.tar.gz) = bf095aeb97de380a71a97e040166f9703c96025a250ca1f35d706bcd76ed5f9e80c284d509503cadabf2a4895895e694d5219ef7367f034d7aa5359b4d33a36e +Size (anita-2.12.tar.gz) = 45941 bytes --_----------=_171421345557180--