Received: by mail.netbsd.org (Postfix, from userid 605) id D18AF84D94; Thu, 14 May 2020 05:38:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58A6D84D7F for ; Thu, 14 May 2020 05:38:51 +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 C92qllWF-mDb for ; Thu, 14 May 2020 05:38:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDFE384D04 for ; Thu, 14 May 2020 05:38:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB700FB27; Thu, 14 May 2020 05:38:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589434730242880" MIME-Version: 1.0 Date: Thu, 14 May 2020 05:38:50 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-xandikos To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200514053850.CB700FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1589434730242880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 14 05:38:50 UTC 2020 Modified Files: pkgsrc/net/py-xandikos: Makefile PLIST distinfo Log Message: py-xandikos: updated to 0.2.2 0.2.2: * Fix use of xandikos.wsgi module in uwsgi. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-xandikos/Makefile \ pkgsrc/net/py-xandikos/distinfo cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-xandikos/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589434730242880 Content-Disposition: inline Content-Length: 2392 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-xandikos/Makefile diff -u pkgsrc/net/py-xandikos/Makefile:1.8 pkgsrc/net/py-xandikos/Makefile:1.9 --- pkgsrc/net/py-xandikos/Makefile:1.8 Thu May 7 05:01:29 2020 +++ pkgsrc/net/py-xandikos/Makefile Thu May 14 05:38:50 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/05/07 05:01:29 adam Exp $ +# $NetBSD: Makefile,v 1.9 2020/05/14 05:38:50 adam Exp $ -DISTNAME= xandikos-0.2.1 +DISTNAME= xandikos-0.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=x/xandikos/} Index: pkgsrc/net/py-xandikos/distinfo diff -u pkgsrc/net/py-xandikos/distinfo:1.8 pkgsrc/net/py-xandikos/distinfo:1.9 --- pkgsrc/net/py-xandikos/distinfo:1.8 Thu May 7 05:01:29 2020 +++ pkgsrc/net/py-xandikos/distinfo Thu May 14 05:38:50 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/05/07 05:01:29 adam Exp $ +$NetBSD: distinfo,v 1.9 2020/05/14 05:38:50 adam Exp $ -SHA1 (xandikos-0.2.1.tar.gz) = 31b9331673a1a2791022e344ab527cf13146fde9 -RMD160 (xandikos-0.2.1.tar.gz) = 1312675e8740ab6583b0daf13bdff8c4d3f05fe1 -SHA512 (xandikos-0.2.1.tar.gz) = 1bb37a9937ad8c35092782132b8a75b2813cd772c2fbc351fb6504cc275a646a7169cd48f82bf1a250bccb97e42de7d4ade802a3f01634e5eff1c5801bda4e90 -Size (xandikos-0.2.1.tar.gz) = 103635 bytes +SHA1 (xandikos-0.2.2.tar.gz) = 9ba9cc625d1f8f032da2895e7ac90b3b1713e7d6 +RMD160 (xandikos-0.2.2.tar.gz) = ffb58329d1acf009307daefd4163152f6328034a +SHA512 (xandikos-0.2.2.tar.gz) = c99af20379857dece716c507ef9db155581af3965d7ff16493bad107aab0fb93cb023b04d795f39266fa9ecfd2f520ff6e1bb61238958ba4ba9cad04ab9fdd8d +Size (xandikos-0.2.2.tar.gz) = 104356 bytes Index: pkgsrc/net/py-xandikos/PLIST diff -u pkgsrc/net/py-xandikos/PLIST:1.6 pkgsrc/net/py-xandikos/PLIST:1.7 --- pkgsrc/net/py-xandikos/PLIST:1.6 Mon May 4 06:18:05 2020 +++ pkgsrc/net/py-xandikos/PLIST Thu May 14 05:38:50 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2020/05/04 06:18:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2020/05/14 05:38:50 adam Exp $ bin/xandikos-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -110,3 +110,6 @@ ${PYSITELIB}/xandikos/webdav.pyo ${PYSITELIB}/xandikos/wsgi.py ${PYSITELIB}/xandikos/wsgi.pyc ${PYSITELIB}/xandikos/wsgi.pyo +${PYSITELIB}/xandikos/wsgi_helpers.py +${PYSITELIB}/xandikos/wsgi_helpers.pyc +${PYSITELIB}/xandikos/wsgi_helpers.pyo --_----------=_1589434730242880--