Received: by mail.netbsd.org (Postfix, from userid 605) id 1144784E1A; Wed, 3 Oct 2018 10:00:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38B2B84E0A for ; Wed, 3 Oct 2018 10:00:27 +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 w8S_obbNmXdA for ; Wed, 3 Oct 2018 10:00:26 +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 5D6A984C78 for ; Wed, 3 Oct 2018 10:00:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59839FBEE; Wed, 3 Oct 2018 10:00:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538560826141290" MIME-Version: 1.0 Date: Wed, 3 Oct 2018 10:00:26 +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: <20181003100026.59839FBEE@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. --_----------=_1538560826141290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 3 10:00:26 UTC 2018 Modified Files: pkgsrc/www/py-django-import-export: Makefile PLIST distinfo Log Message: py-django-import-export: updated to 1.1.0 1.1.0: fix: Django2.1 ImportExportModelAdmin export setup: add django2.1 to test matrix JSONWidget for jsonb fields Add ExportActionMixin Add Import Export Permissioning write_to_tmp_storage() for import_action() follow relationships on ForeignKeyWidget Update all pypi.python.org URLs to pypi.org added test for tsv import added unicode support for TSV for pytjhon 2 Added ExportViewMixin To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-import-export/Makefile \ pkgsrc/www/py-django-import-export/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-import-export/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538560826141290 Content-Disposition: inline Content-Length: 2936 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.6 pkgsrc/www/py-django-import-export/Makefile:1.7 --- pkgsrc/www/py-django-import-export/Makefile:1.6 Fri May 18 07:17:47 2018 +++ pkgsrc/www/py-django-import-export/Makefile Wed Oct 3 10:00:26 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/05/18 07:17:47 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/10/03 10:00:26 adam Exp $ -DISTNAME= django-import-export-1.0.1 +DISTNAME= django-import-export-1.1.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.6 pkgsrc/www/py-django-import-export/distinfo:1.7 --- pkgsrc/www/py-django-import-export/distinfo:1.6 Fri May 18 07:17:47 2018 +++ pkgsrc/www/py-django-import-export/distinfo Wed Oct 3 10:00:26 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2018/05/18 07:17:47 adam Exp $ +$NetBSD: distinfo,v 1.7 2018/10/03 10:00:26 adam Exp $ -SHA1 (django-import-export-1.0.1.tar.gz) = a936353444c542709a220e91156e840cf2a86f74 -RMD160 (django-import-export-1.0.1.tar.gz) = 60418eccd658278f2bb4bab501df2d55da081fa1 -SHA512 (django-import-export-1.0.1.tar.gz) = 28faf93622a1e7c7c99b409c61a7575176b602049e8e8c02e3962068fe2a0fa96151be0580de0116abb98267b3485001c322cb25a14d0e71566729145c906843 -Size (django-import-export-1.0.1.tar.gz) = 38669 bytes +SHA1 (django-import-export-1.1.0.tar.gz) = 7c8638964b9f52cc312748e81cd0acc309e57949 +RMD160 (django-import-export-1.1.0.tar.gz) = 934c54d277b1aaf98ba36f6f34be8132b75bde82 +SHA512 (django-import-export-1.1.0.tar.gz) = 405db7cdee500310f658f09b8a78218823fcd826c890380f1522290f9b97ef664d409fa858f39aa20ca38c49c2f59533d55b95b7a007b502a75b8a265f67bd37 +Size (django-import-export-1.1.0.tar.gz) = 40162 bytes Index: pkgsrc/www/py-django-import-export/PLIST diff -u pkgsrc/www/py-django-import-export/PLIST:1.3 pkgsrc/www/py-django-import-export/PLIST:1.4 --- pkgsrc/www/py-django-import-export/PLIST:1.3 Thu Jan 18 13:36:14 2018 +++ pkgsrc/www/py-django-import-export/PLIST Wed Oct 3 10:00:26 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/01/18 13:36:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/10/03 10:00:26 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -62,6 +62,9 @@ ${PYSITELIB}/import_export/locale/sk/LC_ ${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.po ${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.mo ${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.po +${PYSITELIB}/import_export/mixins.py +${PYSITELIB}/import_export/mixins.pyc +${PYSITELIB}/import_export/mixins.pyo ${PYSITELIB}/import_export/models.py ${PYSITELIB}/import_export/models.pyc ${PYSITELIB}/import_export/models.pyo --_----------=_1538560826141290--