Received: by mail.netbsd.org (Postfix, from userid 605) id 391D884EB2; Fri, 5 Aug 2022 07:22:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 73C8D84D80 for ; Fri, 5 Aug 2022 07:22:50 +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 QUIrGUmCdOss for ; Fri, 5 Aug 2022 07:22:50 +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 E9EE784CF8 for ; Fri, 5 Aug 2022 07:22:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DBDA7FB1A; Fri, 5 Aug 2022 07:22:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1659684169274750" MIME-Version: 1.0 Date: Fri, 5 Aug 2022 07:22:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-xdg To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220805072249.DBDA7FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1659684169274750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Aug 5 07:22:49 UTC 2022 Modified Files: pkgsrc/devel/py-xdg: Makefile distinfo Log Message: py-xdg: updated to 0.28 Version 0.28 (June 2022) * BaseDirectory: Add support for $XDG_STATE_DIR To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-xdg/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-xdg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1659684169274750 Content-Disposition: inline Content-Length: 1513 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-xdg/Makefile diff -u pkgsrc/devel/py-xdg/Makefile:1.11 pkgsrc/devel/py-xdg/Makefile:1.12 --- pkgsrc/devel/py-xdg/Makefile:1.11 Tue Jan 4 20:53:48 2022 +++ pkgsrc/devel/py-xdg/Makefile Fri Aug 5 07:22:49 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/01/04 20:53:48 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/08/05 07:22:49 adam Exp $ -DISTNAME= pyxdg-0.27 +DISTNAME= pyxdg-0.28 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyxdg/} Index: pkgsrc/devel/py-xdg/distinfo diff -u pkgsrc/devel/py-xdg/distinfo:1.8 pkgsrc/devel/py-xdg/distinfo:1.9 --- pkgsrc/devel/py-xdg/distinfo:1.8 Tue Oct 26 10:19:16 2021 +++ pkgsrc/devel/py-xdg/distinfo Fri Aug 5 07:22:49 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:19:16 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/08/05 07:22:49 adam Exp $ -BLAKE2s (pyxdg-0.27.tar.gz) = beeee994d02b3fd26a52b5df94a18eb3ecf3780b397d619fefd88579f9e24535 -SHA512 (pyxdg-0.27.tar.gz) = acb24153a4e3e0d8333f1c965c024b15d44f623497b561fc0e9be60d4411441af1dc61f11dcfb22587a510451237a341440bf7ff77a6ab6446dceb83b3c380e2 -Size (pyxdg-0.27.tar.gz) = 59753 bytes +BLAKE2s (pyxdg-0.28.tar.gz) = 9d5e397e7d252b467060f65ae39e93f9446c5912258104bc4fdf9a49f3f12a7d +SHA512 (pyxdg-0.28.tar.gz) = ac9dd56d72dab370da8615db6c73502472d122ff2acb1911870aa4b2b409f45d3c00642d13970401dd1000a05f10bcd9b9a7c39cf1f861b446bdf6e4a2f8c5bb +Size (pyxdg-0.28.tar.gz) = 77776 bytes --_----------=_1659684169274750--