Sat Jan 16 08:59:39 2021 UTC ()
py-django-import-export: updated to 2.5.0

2.5.0
Changed the default value for IMPORT_EXPORT_CHUNK_SIZE to 100.
Add translation for Korean
Update linting, CI, and docs.


(adam)
diff -r1.13 -r1.14 pkgsrc/www/py-django-import-export/Makefile
diff -r1.7 -r1.8 pkgsrc/www/py-django-import-export/PLIST
diff -r1.12 -r1.13 pkgsrc/www/py-django-import-export/distinfo

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

--- pkgsrc/www/py-django-import-export/Makefile 2020/10/06 05:41:16 1.13
+++ pkgsrc/www/py-django-import-export/Makefile 2021/01/16 08:59:38 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2020/10/06 05:41:16 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2021/01/16 08:59:38 adam Exp $
2 2
3DISTNAME= django-import-export-2.4.0 3DISTNAME= django-import-export-2.5.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/django-import-export/django-import-export 9HOMEPAGE= https://github.com/django-import-export/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>=2.0:../../www/py-django2 14DEPENDS+= ${PYPKGPREFIX}-django>=2.0:../../www/py-django2
15DEPENDS+= ${PYPKGPREFIX}-tablib>=0.14.0:../../textproc/py-tablib 15DEPENDS+= ${PYPKGPREFIX}-tablib>=0.14.0:../../textproc/py-tablib
16 16

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

--- pkgsrc/www/py-django-import-export/PLIST 2020/07/12 17:53:15 1.7
+++ pkgsrc/www/py-django-import-export/PLIST 2021/01/16 08:59:38 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2020/07/12 17:53:15 adam Exp $ 1@comment $NetBSD: PLIST,v 1.8 2021/01/16 08:59:38 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}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/import_export/__init__.py 8${PYSITELIB}/import_export/__init__.py
9${PYSITELIB}/import_export/__init__.pyc 9${PYSITELIB}/import_export/__init__.pyc
10${PYSITELIB}/import_export/__init__.pyo 10${PYSITELIB}/import_export/__init__.pyo
11${PYSITELIB}/import_export/admin.py 11${PYSITELIB}/import_export/admin.py
12${PYSITELIB}/import_export/admin.pyc 12${PYSITELIB}/import_export/admin.pyc
13${PYSITELIB}/import_export/admin.pyo 13${PYSITELIB}/import_export/admin.pyo
14${PYSITELIB}/import_export/exceptions.py 14${PYSITELIB}/import_export/exceptions.py
@@ -39,26 +39,28 @@ ${PYSITELIB}/import_export/locale/cs/LC_ @@ -39,26 +39,28 @@ ${PYSITELIB}/import_export/locale/cs/LC_
39${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.po 39${PYSITELIB}/import_export/locale/cs/LC_MESSAGES/django.po
40${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.mo 40${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.mo
41${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.po 41${PYSITELIB}/import_export/locale/de/LC_MESSAGES/django.po
42${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.mo 42${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.mo
43${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.po 43${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.po
44${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.mo 44${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.mo
45${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.po 45${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.po
46${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.mo 46${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.mo
47${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.po 47${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.po
48${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.mo 48${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.mo
49${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.po 49${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.po
50${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.mo 50${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.mo
51${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.po 51${PYSITELIB}/import_export/locale/ja/LC_MESSAGES/django.po
 52${PYSITELIB}/import_export/locale/ko/LC_MESSAGES/django.mo
 53${PYSITELIB}/import_export/locale/ko/LC_MESSAGES/django.po
52${PYSITELIB}/import_export/locale/kz/LC_MESSAGES/django.mo 54${PYSITELIB}/import_export/locale/kz/LC_MESSAGES/django.mo
53${PYSITELIB}/import_export/locale/kz/LC_MESSAGES/django.po 55${PYSITELIB}/import_export/locale/kz/LC_MESSAGES/django.po
54${PYSITELIB}/import_export/locale/nl/LC_MESSAGES/django.mo 56${PYSITELIB}/import_export/locale/nl/LC_MESSAGES/django.mo
55${PYSITELIB}/import_export/locale/nl/LC_MESSAGES/django.po 57${PYSITELIB}/import_export/locale/nl/LC_MESSAGES/django.po
56${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.mo 58${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.mo
57${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.po 59${PYSITELIB}/import_export/locale/pl/LC_MESSAGES/django.po
58${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.mo 60${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.mo
59${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.po 61${PYSITELIB}/import_export/locale/pt_BR/LC_MESSAGES/django.po
60${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.mo 62${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.mo
61${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.po 63${PYSITELIB}/import_export/locale/ru/LC_MESSAGES/django.po
62${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.mo 64${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.mo
63${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.po 65${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.po
64${PYSITELIB}/import_export/locale/tr/LC_MESSAGES/django.mo 66${PYSITELIB}/import_export/locale/tr/LC_MESSAGES/django.mo

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

--- pkgsrc/www/py-django-import-export/distinfo 2020/10/06 05:41:16 1.12
+++ pkgsrc/www/py-django-import-export/distinfo 2021/01/16 08:59:38 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2020/10/06 05:41:16 adam Exp $ 1$NetBSD: distinfo,v 1.13 2021/01/16 08:59:38 adam Exp $
2 2
3SHA1 (django-import-export-2.4.0.tar.gz) = 68f44173e26ff9d1eac20640da1625fdc7336c82 3SHA1 (django-import-export-2.5.0.tar.gz) = be28fb98c8671d7949ddfce43e777c50d3c9c39e
4RMD160 (django-import-export-2.4.0.tar.gz) = 24f10249e025d6d8639cfc24ebc75f14f0ad9e5c 4RMD160 (django-import-export-2.5.0.tar.gz) = 60c392a3ccce6d249f3b9cc1c461063f584360a2
5SHA512 (django-import-export-2.4.0.tar.gz) = 6f8540ce6a32f411d463eca3738ff4f1eb8a0a0c3092ba6477ac679382b6c7256d223ff6008afe60b61ed89610bc8b52ee2f91e71f91e77fc17a172c8d327aaa 5SHA512 (django-import-export-2.5.0.tar.gz) = dccd843940aa85e3992e153f7fe081a50787b21608163882331737602081f1bce9192244c45826cb9e253746f0cf50af58d79f92cef70a5a54adcb157b817602
6Size (django-import-export-2.4.0.tar.gz) = 47981 bytes 6Size (django-import-export-2.5.0.tar.gz) = 48956 bytes