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 807DC1A921F for ; Wed, 16 Mar 2022 06:23:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 962D285031; Wed, 16 Mar 2022 06:23:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D27D68502F for ; Wed, 16 Mar 2022 06:23:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 IoInB-ae8gY7 for ; Wed, 16 Mar 2022 06:23:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5525C84D55 for ; Wed, 16 Mar 2022 06:23:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4E1DAFB24; Wed, 16 Mar 2022 06:23:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1647411824183840" MIME-Version: 1.0 Date: Wed, 16 Mar 2022 06:23:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dict2xml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220316062344.4E1DAFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1647411824183840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Mar 16 06:23:44 UTC 2022 Modified Files: pkgsrc/devel/py-dict2xml: Makefile distinfo Log Message: py-dict2xml: updated to 1.7.1 1.7.1 Adding an option to have self closing tags when the value for that tag equals certain values To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-dict2xml/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-dict2xml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1647411824183840 Content-Disposition: inline Content-Length: 1584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-dict2xml/Makefile diff -u pkgsrc/devel/py-dict2xml/Makefile:1.2 pkgsrc/devel/py-dict2xml/Makefile:1.3 --- pkgsrc/devel/py-dict2xml/Makefile:1.2 Tue Jan 4 20:53:00 2022 +++ pkgsrc/devel/py-dict2xml/Makefile Wed Mar 16 06:23:44 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/03/16 06:23:44 adam Exp $ -DISTNAME= dict2xml-1.7.0 +DISTNAME= dict2xml-1.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dict2xml/} Index: pkgsrc/devel/py-dict2xml/distinfo diff -u pkgsrc/devel/py-dict2xml/distinfo:1.3 pkgsrc/devel/py-dict2xml/distinfo:1.4 --- pkgsrc/devel/py-dict2xml/distinfo:1.3 Tue Oct 26 10:18:23 2021 +++ pkgsrc/devel/py-dict2xml/distinfo Wed Mar 16 06:23:44 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:18:23 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/03/16 06:23:44 adam Exp $ -BLAKE2s (dict2xml-1.7.0.tar.gz) = 119fdea8036bb7ef2abf97dda790a67eebc00e0d7829fbf9aeea6c47f66a938c -SHA512 (dict2xml-1.7.0.tar.gz) = 7ed2af3facc81d70b1ccb1a1ffacdd7f72a38b7435048f170f657e8b48f3f9a144238df93e577ea8d3bfae019edfbbe35da7b2e7cd82fbb8f59cd3f646ac6a6e -Size (dict2xml-1.7.0.tar.gz) = 6432 bytes +BLAKE2s (dict2xml-1.7.1.tar.gz) = 797e02f47350dfced7f0223d3902695882a1d159407d1e556539afeb92f543ab +SHA512 (dict2xml-1.7.1.tar.gz) = 37dfbd2b2f1732dfd09bab910f6a8dbe5a644545aa9d4fa82d5dadba3754a04aa39e25de777ec1a2174729ae214eb4b27b5d4c1a2b5e760abd7d7b76308b1a25 +Size (dict2xml-1.7.1.tar.gz) = 6646 bytes --_----------=_1647411824183840--