Received: by mail.netbsd.org (Postfix, from userid 605) id 33AB984D53; Thu, 10 Jan 2019 09:26:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5768584CD4 for ; Thu, 10 Jan 2019 09:26:33 +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 DxttpcSDrDSX for ; Thu, 10 Jan 2019 09:26:32 +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 90F7284C85 for ; Thu, 10 Jan 2019 09:26:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89DCFFB16; Thu, 10 Jan 2019 09:26:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154711239285920" MIME-Version: 1.0 Date: Thu, 10 Jan 2019 09:26:32 +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: <20190110092632.89DCFFB16@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. --_----------=_154711239285920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 10 09:26:32 UTC 2019 Modified Files: pkgsrc/www/py-django-import-export: Makefile PLIST distinfo Log Message: py-django-import-export: updated to 1.2.0 1.2.0: feat: Better surfacing of validation errors in UI / optional model instance validation chore: Use modern setuptools in setup.py chore: Update URLs to use https:// chore: remove outdated workarounds chore: Run SQLite tests with in-memory database fix: Change logging level fix: Changed get_instance() return val To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-import-export/Makefile \ pkgsrc/www/py-django-import-export/distinfo cvs rdiff -u -r1.4 -r1.5 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. --_----------=_154711239285920 Content-Disposition: inline Content-Length: 2943 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.7 pkgsrc/www/py-django-import-export/Makefile:1.8 --- pkgsrc/www/py-django-import-export/Makefile:1.7 Wed Oct 3 10:00:26 2018 +++ pkgsrc/www/py-django-import-export/Makefile Thu Jan 10 09:26:32 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2018/10/03 10:00:26 adam Exp $ +# $NetBSD: Makefile,v 1.8 2019/01/10 09:26:32 adam Exp $ -DISTNAME= django-import-export-1.1.0 +DISTNAME= django-import-export-1.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.7 pkgsrc/www/py-django-import-export/distinfo:1.8 --- pkgsrc/www/py-django-import-export/distinfo:1.7 Wed Oct 3 10:00:26 2018 +++ pkgsrc/www/py-django-import-export/distinfo Thu Jan 10 09:26:32 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/10/03 10:00:26 adam Exp $ +$NetBSD: distinfo,v 1.8 2019/01/10 09:26:32 adam Exp $ -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 +SHA1 (django-import-export-1.2.0.tar.gz) = 668e7922c19744ed365bc6ab2de74468b645cd8f +RMD160 (django-import-export-1.2.0.tar.gz) = e8576d050141c3bf79dba35ec44ff2f6c14ee5bd +SHA512 (django-import-export-1.2.0.tar.gz) = 7ec01ed045b6064cc29a3ef17edd74b12e64cac9340618f5f2347f14b0f3a1250b6f1110a6c789bcaa17bd680d832c43a8e6ba230f929b9ad29406111ca81f07 +Size (django-import-export-1.2.0.tar.gz) = 41850 bytes Index: pkgsrc/www/py-django-import-export/PLIST diff -u pkgsrc/www/py-django-import-export/PLIST:1.4 pkgsrc/www/py-django-import-export/PLIST:1.5 --- pkgsrc/www/py-django-import-export/PLIST:1.4 Wed Oct 3 10:00:26 2018 +++ pkgsrc/www/py-django-import-export/PLIST Thu Jan 10 09:26:32 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2018/10/03 10:00:26 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/01/10 09:26:32 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -78,6 +78,7 @@ ${PYSITELIB}/import_export/signals.py ${PYSITELIB}/import_export/signals.pyc ${PYSITELIB}/import_export/signals.pyo ${PYSITELIB}/import_export/static/import_export/action_formats.js +${PYSITELIB}/import_export/static/import_export/import.css ${PYSITELIB}/import_export/templates/admin/import_export/base.html ${PYSITELIB}/import_export/templates/admin/import_export/change_list.html ${PYSITELIB}/import_export/templates/admin/import_export/change_list_export.html --_----------=_154711239285920--