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 (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,20 +1,20 @@ @@ -1,20 +1,20 @@
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
17USE_LANGUAGES= # none 17USE_LANGUAGES= # none
18 18
19.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/py-django-import-export/distinfo (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 (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,97 +1,101 @@ @@ -1,97 +1,101 @@
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
18${PYSITELIB}/import_export/exceptions.pyo 19${PYSITELIB}/import_export/exceptions.pyo
19${PYSITELIB}/import_export/fields.py 20${PYSITELIB}/import_export/fields.py
20${PYSITELIB}/import_export/fields.pyc 21${PYSITELIB}/import_export/fields.pyc
21${PYSITELIB}/import_export/fields.pyo 22${PYSITELIB}/import_export/fields.pyo
22${PYSITELIB}/import_export/formats/__init__.py 23${PYSITELIB}/import_export/formats/__init__.py
23${PYSITELIB}/import_export/formats/__init__.pyc 24${PYSITELIB}/import_export/formats/__init__.pyc
24${PYSITELIB}/import_export/formats/__init__.pyo 25${PYSITELIB}/import_export/formats/__init__.pyo
25${PYSITELIB}/import_export/formats/base_formats.py 26${PYSITELIB}/import_export/formats/base_formats.py
26${PYSITELIB}/import_export/formats/base_formats.pyc 27${PYSITELIB}/import_export/formats/base_formats.pyc
27${PYSITELIB}/import_export/formats/base_formats.pyo 28${PYSITELIB}/import_export/formats/base_formats.pyo
28${PYSITELIB}/import_export/forms.py 29${PYSITELIB}/import_export/forms.py
29${PYSITELIB}/import_export/forms.pyc 30${PYSITELIB}/import_export/forms.pyc
30${PYSITELIB}/import_export/forms.pyo 31${PYSITELIB}/import_export/forms.pyo
31${PYSITELIB}/import_export/instance_loaders.py 32${PYSITELIB}/import_export/instance_loaders.py
32${PYSITELIB}/import_export/instance_loaders.pyc 33${PYSITELIB}/import_export/instance_loaders.pyc
33${PYSITELIB}/import_export/instance_loaders.pyo 34${PYSITELIB}/import_export/instance_loaders.pyo
34${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.mo 35${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.mo
35${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.po 36${PYSITELIB}/import_export/locale/ar/LC_MESSAGES/django.po
36${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.mo 37${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.mo
37${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.po 38${PYSITELIB}/import_export/locale/bg/LC_MESSAGES/django.po
38${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.mo 39${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.mo
39${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.po 40${PYSITELIB}/import_export/locale/ca/LC_MESSAGES/django.po
40${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.mo 41${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.mo
41${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.po 42${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.po
42${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.mo 43${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.mo
43${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.po 44${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.po
44${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.mo 45${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.mo
45${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.po 46${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.po
46${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.mo 47${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.mo
47${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.po 48${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.po
48${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.mo 49${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.mo
49${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.po 50${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.po
50${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.mo 51${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.mo
51${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.po 52${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.po
52${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.mo 53${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.mo
53${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.po 54${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.po
54${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.mo 55${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.mo
55${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.po 56${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.po
56${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.mo 57${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.mo
57${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.po 58${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.po
58${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.mo 59${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.mo
59${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.po 60${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.po
60${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.mo 61${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.mo
61${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.po 62${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.po
62${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.mo 63${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.mo
63${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.po 64${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.po
64${PYSITELIB}/import_export/models.py 65${PYSITELIB}/import_export/models.py
65${PYSITELIB}/import_export/models.pyc 66${PYSITELIB}/import_export/models.pyc
66${PYSITELIB}/import_export/models.pyo 67${PYSITELIB}/import_export/models.pyo
67${PYSITELIB}/import_export/resources.py 68${PYSITELIB}/import_export/resources.py
68${PYSITELIB}/import_export/resources.pyc 69${PYSITELIB}/import_export/resources.pyc
69${PYSITELIB}/import_export/resources.pyo 70${PYSITELIB}/import_export/resources.pyo
70${PYSITELIB}/import_export/results.py 71${PYSITELIB}/import_export/results.py
71${PYSITELIB}/import_export/results.pyc 72${PYSITELIB}/import_export/results.pyc
72${PYSITELIB}/import_export/results.pyo 73${PYSITELIB}/import_export/results.pyo
73${PYSITELIB}/import_export/signals.py 74${PYSITELIB}/import_export/signals.py
74${PYSITELIB}/import_export/signals.pyc 75${PYSITELIB}/import_export/signals.pyc
75${PYSITELIB}/import_export/signals.pyo 76${PYSITELIB}/import_export/signals.pyo
76${PYSITELIB}/import_export/static/import_export/action_formats.js 77${PYSITELIB}/import_export/static/import_export/action_formats.js
77${PYSITELIB}/import_export/templates/admin/import_export/base.html 78${PYSITELIB}/import_export/templates/admin/import_export/base.html
78${PYSITELIB}/import_export/templates/admin/import_export/change_list.html 79${PYSITELIB}/import_export/templates/admin/import_export/change_list.html
79${PYSITELIB}/import_export/templates/admin/import_export/change_list_export.html 80${PYSITELIB}/import_export/templates/admin/import_export/change_list_export.html
80${PYSITELIB}/import_export/templates/admin/import_export/change_list_export_item.html 81${PYSITELIB}/import_export/templates/admin/import_export/change_list_export_item.html
81${PYSITELIB}/import_export/templates/admin/import_export/change_list_import.html 82${PYSITELIB}/import_export/templates/admin/import_export/change_list_import.html
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