Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D0D341A9239 for ; Thu, 3 Mar 2022 12:01:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 22BE684EF7; Thu, 3 Mar 2022 12:01:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B1F584EEB for ; Thu, 3 Mar 2022 12:01:20 +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 cpL3bYtlc32f for ; Thu, 3 Mar 2022 12:01:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A82E084D39 for ; Thu, 3 Mar 2022 12:01:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4FE9FB24; Thu, 3 Mar 2022 12:01:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646308879124200" MIME-Version: 1.0 Date: Thu, 3 Mar 2022 12:01:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220303120119.A4FE9FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646308879124200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Mar 3 12:01:19 UTC 2022 Modified Files: pkgsrc/doc: CHANGES-2022 TODO Log Message: doc: Updated sysutils/py-borgbackup to 1.2.0 To generate a diff of this commit: cvs rdiff -u -r1.1256 -r1.1257 pkgsrc/doc/CHANGES-2022 cvs rdiff -u -r1.21568 -r1.21569 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1646308879124200 Content-Disposition: inline Content-Length: 1349 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2022 diff -u pkgsrc/doc/CHANGES-2022:1.1256 pkgsrc/doc/CHANGES-2022:1.1257 --- pkgsrc/doc/CHANGES-2022:1.1256 Thu Mar 3 10:44:47 2022 +++ pkgsrc/doc/CHANGES-2022 Thu Mar 3 12:01:19 2022 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2022,v 1.1256 2022/03/03 10:44:47 adam Exp $ +$NetBSD: CHANGES-2022,v 1.1257 2022/03/03 12:01:19 wiz Exp $ Changes to the packages collection and infrastructure in 2022: @@ -1605,3 +1605,4 @@ Changes to the packages collection and i Updated misc/hexd to 1.1.0 [nia 2022-03-03] Updated net/haproxy to 2.5.4 [adam 2022-03-03] Updated graphics/libwebp to 1.2.2 [adam 2022-03-03] + Updated sysutils/py-borgbackup to 1.2.0 [wiz 2022-03-03] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.21568 pkgsrc/doc/TODO:1.21569 --- pkgsrc/doc/TODO:1.21568 Wed Mar 2 13:33:44 2022 +++ pkgsrc/doc/TODO Thu Mar 3 12:01:19 2022 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.21568 2022/03/02 13:33:44 wiz Exp $ +$NetBSD: TODO,v 1.21569 2022/03/03 12:01:19 wiz Exp $ Suggested new packages ====================== @@ -1496,7 +1496,6 @@ For possible Perl packages updates, see o py-MyHDL-0.11 o py-OTXv2-1.5.2 o py-Routes-2.5.1 - o py-borgbackup-1.2.0 o py-cares-3.1.1 o py-cassa-1.11.0 o py-configparser-5.0.0 [drops python-2.x support; pkgsrc only needs this package for python 2.x] --_----------=_1646308879124200--