Thu Jan 18 13:36:14 2018 UTC ()
py-django-import-export: updated to 0.7.0

0.7.0:
skip_row override example
Testing against Django 2.0 should not fail
Refactor transaction handling
Resolves 703 fields shadowed
discourage installation as a zipped egg
Fixed middleware settings in test app for Django 2.x


(adam)
diff -r1.3 -r1.4 pkgsrc/www/py-django-import-export/Makefile
diff -r1.3 -r1.4 pkgsrc/www/py-django-import-export/distinfo
diff -r1.2 -r1.3 pkgsrc/www/py-django-import-export/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/www/py-django-import-export/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-django-import-export/Makefile 2017/12/05 09:29:32 1.3
+++ pkgsrc/www/py-django-import-export/Makefile 2018/01/18 13:36:14 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2017/12/05 09:29:32 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2018/01/18 13:36:14 adam Exp $
2 2
3DISTNAME= django-import-export-0.6.1 3DISTNAME= django-import-export-0.7.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-import-export/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-import-export/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/bmihelac/django-import-export 9HOMEPAGE= https://github.com/bmihelac/django-import-export
10COMMENT= Django application and library for importing and exporting data 10COMMENT= Django application and library for importing and exporting data
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-diff-match-patch-[0-9]*:../../textproc/py-diff-match-patch 13DEPENDS+= ${PYPKGPREFIX}-diff-match-patch-[0-9]*:../../textproc/py-diff-match-patch
14DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django 14DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
15DEPENDS+= ${PYPKGPREFIX}-tablib>=0.9:../../textproc/py-tablib 15DEPENDS+= ${PYPKGPREFIX}-tablib>=0.9:../../textproc/py-tablib
16 16

cvs diff -r1.3 -r1.4 pkgsrc/www/py-django-import-export/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-django-import-export/distinfo 2017/12/05 09:29:33 1.3
+++ pkgsrc/www/py-django-import-export/distinfo 2018/01/18 13:36:14 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2017/12/05 09:29:33 adam Exp $ 1$NetBSD: distinfo,v 1.4 2018/01/18 13:36:14 adam Exp $
2 2
3SHA1 (django-import-export-0.6.1.tar.gz) = 404c20c67d410df52499548483e49ad34aa40c3a 3SHA1 (django-import-export-0.7.0.tar.gz) = 60955a0873ee65c492cacc2d177c5fdc41e6cb71
4RMD160 (django-import-export-0.6.1.tar.gz) = 244b45ce99c1f25c5a6e1af34a0985b66376a106 4RMD160 (django-import-export-0.7.0.tar.gz) = 24a2a24b05bbce18c0c2765c200379b888e0611c
5SHA512 (django-import-export-0.6.1.tar.gz) = f04e5ba44aa605af8869b02f603bf1a185d0e782da03fd40565e523852a2916a03f6d900b837f7687b0b732f68b0fdd83710aa66abc0fe1d248cb35e8acc71c5 5SHA512 (django-import-export-0.7.0.tar.gz) = 23b5bd42020540fb9a98ae3bdbdedaf4d8640ef4d5a32351481037eba80822a71dabe9fb2331669086a3ab120bd7bd0e03d194d54ddea1ccb0404836bb14fcf0
6Size (django-import-export-0.6.1.tar.gz) = 37806 bytes 6Size (django-import-export-0.7.0.tar.gz) = 38072 bytes

cvs diff -r1.2 -r1.3 pkgsrc/www/py-django-import-export/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-django-import-export/PLIST 2017/11/28 10:01:13 1.2
+++ pkgsrc/www/py-django-import-export/PLIST 2018/01/18 13:36:14 1.3
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.2 2017/11/28 10:01:13 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2018/01/18 13:36:14 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/import_export/__init__.py 8${PYSITELIB}/import_export/__init__.py
8${PYSITELIB}/import_export/__init__.pyc 9${PYSITELIB}/import_export/__init__.pyc
9${PYSITELIB}/import_export/__init__.pyo 10${PYSITELIB}/import_export/__init__.pyo
10${PYSITELIB}/import_export/admin.py 11${PYSITELIB}/import_export/admin.py
11${PYSITELIB}/import_export/admin.pyc 12${PYSITELIB}/import_export/admin.pyc
12${PYSITELIB}/import_export/admin.pyo 13${PYSITELIB}/import_export/admin.pyo
13${PYSITELIB}/import_export/django_compat.py 14${PYSITELIB}/import_export/django_compat.py
14${PYSITELIB}/import_export/django_compat.pyc 15${PYSITELIB}/import_export/django_compat.pyc
15${PYSITELIB}/import_export/django_compat.pyo 16${PYSITELIB}/import_export/django_compat.pyo
16${PYSITELIB}/import_export/exceptions.py 17${PYSITELIB}/import_export/exceptions.py
17${PYSITELIB}/import_export/exceptions.pyc 18${PYSITELIB}/import_export/exceptions.pyc
@@ -82,16 +83,19 @@ ${PYSITELIB}/import_export/templates/adm @@ -82,16 +83,19 @@ ${PYSITELIB}/import_export/templates/adm
82${PYSITELIB}/import_export/templates/admin/import_export/change_list_import_export.html 83${PYSITELIB}/import_export/templates/admin/import_export/change_list_import_export.html
83${PYSITELIB}/import_export/templates/admin/import_export/change_list_import_item.html 84${PYSITELIB}/import_export/templates/admin/import_export/change_list_import_item.html
84${PYSITELIB}/import_export/templates/admin/import_export/export.html 85${PYSITELIB}/import_export/templates/admin/import_export/export.html
85${PYSITELIB}/import_export/templates/admin/import_export/import.html 86${PYSITELIB}/import_export/templates/admin/import_export/import.html
86${PYSITELIB}/import_export/templatetags/__init__.py 87${PYSITELIB}/import_export/templatetags/__init__.py
87${PYSITELIB}/import_export/templatetags/__init__.pyc 88${PYSITELIB}/import_export/templatetags/__init__.pyc
88${PYSITELIB}/import_export/templatetags/__init__.pyo 89${PYSITELIB}/import_export/templatetags/__init__.pyo
89${PYSITELIB}/import_export/templatetags/import_export_tags.py 90${PYSITELIB}/import_export/templatetags/import_export_tags.py
90${PYSITELIB}/import_export/templatetags/import_export_tags.pyc 91${PYSITELIB}/import_export/templatetags/import_export_tags.pyc
91${PYSITELIB}/import_export/templatetags/import_export_tags.pyo 92${PYSITELIB}/import_export/templatetags/import_export_tags.pyo
92${PYSITELIB}/import_export/tmp_storages.py 93${PYSITELIB}/import_export/tmp_storages.py
93${PYSITELIB}/import_export/tmp_storages.pyc 94${PYSITELIB}/import_export/tmp_storages.pyc
94${PYSITELIB}/import_export/tmp_storages.pyo 95${PYSITELIB}/import_export/tmp_storages.pyo
 96${PYSITELIB}/import_export/utils.py
 97${PYSITELIB}/import_export/utils.pyc
 98${PYSITELIB}/import_export/utils.pyo
95${PYSITELIB}/import_export/widgets.py 99${PYSITELIB}/import_export/widgets.py
96${PYSITELIB}/import_export/widgets.pyc 100${PYSITELIB}/import_export/widgets.pyc
97${PYSITELIB}/import_export/widgets.pyo 101${PYSITELIB}/import_export/widgets.pyo