Received: by mail.netbsd.org (Postfix, from userid 605) id 12BE584DEA; Thu, 9 Jul 2020 08:46:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 86F1C84D6E for ; Thu, 9 Jul 2020 08:46:11 +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 ni0TIvRk8dQO for ; Thu, 9 Jul 2020 08:46:11 +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 0811C84D25 for ; Thu, 9 Jul 2020 08:46:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE8E8FB28; Thu, 9 Jul 2020 08:46:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594284370234960" MIME-Version: 1.0 Date: Thu, 9 Jul 2020 08:46:10 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-import-export To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200709084610.EE8E8FB28@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. --_----------=_1594284370234960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 9 08:46:10 UTC 2020 Modified Files: pkgsrc/www/py-django-import-export: Makefile distinfo Log Message: py-django-import-export: updated to 2.2.0 2.2.0: Deal with importing a BooleanField that actually has True, False, and None values. Add row_number parameter to before_import_row, after_import_row and after_import_instance Paginate queryset if Queryset.prefetch_related is used To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-import-export/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-import-export/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594284370234960 Content-Disposition: inline Content-Length: 1903 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-import-export/Makefile diff -u pkgsrc/www/py-django-import-export/Makefile:1.10 pkgsrc/www/py-django-import-export/Makefile:1.11 --- pkgsrc/www/py-django-import-export/Makefile:1.10 Sun May 17 21:32:48 2020 +++ pkgsrc/www/py-django-import-export/Makefile Thu Jul 9 08:46:10 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2020/05/17 21:32:48 adam Exp $ +# $NetBSD: Makefile,v 1.11 2020/07/09 08:46:10 adam Exp $ -DISTNAME= django-import-export-2.1.0 +DISTNAME= django-import-export-2.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-import-export/} Index: pkgsrc/www/py-django-import-export/distinfo diff -u pkgsrc/www/py-django-import-export/distinfo:1.9 pkgsrc/www/py-django-import-export/distinfo:1.10 --- pkgsrc/www/py-django-import-export/distinfo:1.9 Sun May 17 21:30:53 2020 +++ pkgsrc/www/py-django-import-export/distinfo Thu Jul 9 08:46:10 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/05/17 21:30:53 adam Exp $ +$NetBSD: distinfo,v 1.10 2020/07/09 08:46:10 adam Exp $ -SHA1 (django-import-export-2.1.0.tar.gz) = cccda599f4077b4bf0ec390055b73673f963a4bf -RMD160 (django-import-export-2.1.0.tar.gz) = ca1a908a574b4546983fc6e057ecae98ad20eb5d -SHA512 (django-import-export-2.1.0.tar.gz) = 6e592749886d3703e8e6f6bdfd98435cc4384186d61d84e5c7a518c22d05c43a6cb101310a9fbddaa5e9b6a285b45f057dd2145b76b13f3a5222a8e271c0fb3a -Size (django-import-export-2.1.0.tar.gz) = 45407 bytes +SHA1 (django-import-export-2.2.0.tar.gz) = 964d6fef3860ef535f5cc13e4767b7d8d7ad1ff0 +RMD160 (django-import-export-2.2.0.tar.gz) = d1bb84e8748dd2f47abbe88a9b5bc5035cff34a4 +SHA512 (django-import-export-2.2.0.tar.gz) = cb1ddfa5502244ace863732c2a00c23d012b56bce4f1c680ec069f0ed870369511d00d2bb73905991956e2d75e7cf13456a5485674e0c2a947755b054ab173fd +Size (django-import-export-2.2.0.tar.gz) = 46622 bytes --_----------=_1594284370234960--