Received: by mail.netbsd.org (Postfix, from userid 605) id 84F5184DD7; Tue, 28 Nov 2017 10:01:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E2A584D28 for ; Tue, 28 Nov 2017 10:01:14 +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 R1r87ViVTEr1 for ; Tue, 28 Nov 2017 10:01:13 +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 6D68884CE2 for ; Tue, 28 Nov 2017 10:01:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6891BFB40; Tue, 28 Nov 2017 10:01:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511863273186580" MIME-Version: 1.0 Date: Tue, 28 Nov 2017 10:01:13 +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: <20171128100113.6891BFB40@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. --_----------=_1511863273186580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Nov 28 10:01:13 UTC 2017 Modified Files: pkgsrc/www/py-django-import-export: Makefile PLIST distinfo Log Message: py-django-import-export: updated to 0.6.0 0.6.0: Refactor import_row call by using keyword arguments Added {{ block.super }} call in block bodyclass in admin/base_site.html Add support for the Django DurationField with DurationWidget GitHub bmihelac -> django-import-export Account Update Add intersphinx links to documentation Add Resource.get_import_fields() Fixed readme mistake Bugfix/fix m2m widget clean Allow injection of context data for template rendered by import_action() and export_action() Bugfix/fix exception in generate_log_entries() Process import dataset and result in separate methods Bugfix/fix error in converting exceptions to strings Fix admin integration tests for the new "Import finished..." message, update Czech translations to 100% coverage. Make import form type easier to override Add saves_null_values attribute to Field to control whether null values are saved on the object Add Bulgarian translations Add django 1.11 to TravisCI Make Signals code example format correctly in documentation Add Django as requirement to setup.py Update import of reverse for django 2.x Add Django-version classifiers to setup.py’s CLASSIFIERS Some fixes for Django 2.0 Strip whitespace when looking up ManyToMany fields Fix all ResourceWarnings during tests in Python 3.x Remove downloads count badge from README since shields.io no longer supports it for PyPi Add coveralls support and README badge To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-django-import-export/Makefile \ pkgsrc/www/py-django-import-export/PLIST \ 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. --_----------=_1511863273186580 Content-Disposition: inline Content-Length: 3284 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.1 pkgsrc/www/py-django-import-export/Makefile:1.2 --- pkgsrc/www/py-django-import-export/Makefile:1.1 Tue Oct 17 06:53:32 2017 +++ pkgsrc/www/py-django-import-export/Makefile Tue Nov 28 10:01:13 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/10/17 06:53:32 adam Exp $ +# $NetBSD: Makefile,v 1.2 2017/11/28 10:01:13 adam Exp $ -DISTNAME= django-import-export-0.5.1 +DISTNAME= django-import-export-0.6.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-import-export/} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-diff-match-patc DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django DEPENDS+= ${PYPKGPREFIX}-tablib>=0.9:../../textproc/py-tablib -USE_LANGUAGES= # none +USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-django-import-export/PLIST diff -u pkgsrc/www/py-django-import-export/PLIST:1.1 pkgsrc/www/py-django-import-export/PLIST:1.2 --- pkgsrc/www/py-django-import-export/PLIST:1.1 Tue Oct 17 06:53:32 2017 +++ pkgsrc/www/py-django-import-export/PLIST Tue Nov 28 10:01:13 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/10/17 06:53:32 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2017/11/28 10:01:13 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -33,6 +33,8 @@ ${PYSITELIB}/import_export/instance_load ${PYSITELIB}/import_export/instance_loaders.pyo ${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.mo ${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.po +${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.mo +${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.po ${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.mo ${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.po ${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.mo Index: pkgsrc/www/py-django-import-export/distinfo diff -u pkgsrc/www/py-django-import-export/distinfo:1.1 pkgsrc/www/py-django-import-export/distinfo:1.2 --- pkgsrc/www/py-django-import-export/distinfo:1.1 Tue Oct 17 06:53:32 2017 +++ pkgsrc/www/py-django-import-export/distinfo Tue Nov 28 10:01:13 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/10/17 06:53:32 adam Exp $ +$NetBSD: distinfo,v 1.2 2017/11/28 10:01:13 adam Exp $ -SHA1 (django-import-export-0.5.1.tar.gz) = c4b880d478dfc6f78f0e7c704d95389f5acdd50c -RMD160 (django-import-export-0.5.1.tar.gz) = 2c33b3334bce000010d1af5a48f843f933badba2 -SHA512 (django-import-export-0.5.1.tar.gz) = e93a99c7e94df0a04bec2f5da0f4c517becfa9b93f044efceb015488b61fc9b2a568049f086490a67b294df14a621738ad33e7235766986666ab626ecb1fa166 -Size (django-import-export-0.5.1.tar.gz) = 35882 bytes +SHA1 (django-import-export-0.6.0.tar.gz) = 5cee05becd2618f71e660a3520798324cab77014 +RMD160 (django-import-export-0.6.0.tar.gz) = 21beab460480ae5edf6c3641983a1b56d8a2041d +SHA512 (django-import-export-0.6.0.tar.gz) = f2cfcb6c66de2173ae3f22842f08d1061365eb457f4ef5bf67456133b60d5a071d984dedeb5aa4b7e650f121a987794e01557bdb53aa017755fc51e5482f48d0 +Size (django-import-export-0.6.0.tar.gz) = 37732 bytes --_----------=_1511863273186580--