pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django-import-export py-django-import-export: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b11e95a5798
branches:  trunk
changeset: 323939:0b11e95a5798
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Oct 03 10:00:26 2018 +0000

description:
py-django-import-export: updated to 1.1.0

1.1.0:
fix: Django2.1 ImportExportModelAdmin export
setup: add django2.1 to test matrix
JSONWidget for jsonb fields
Add ExportActionMixin
Add Import Export Permissioning
write_to_tmp_storage() for import_action()
follow relationships on ForeignKeyWidget
Update all pypi.python.org URLs to pypi.org
added test for tsv import
added unicode support for TSV for pytjhon 2
Added ExportViewMixin

diffstat:

 www/py-django-import-export/Makefile |   4 ++--
 www/py-django-import-export/PLIST    |   5 ++++-
 www/py-django-import-export/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r e14ef3b81160 -r 0b11e95a5798 www/py-django-import-export/Makefile
--- a/www/py-django-import-export/Makefile      Wed Oct 03 09:58:31 2018 +0000
+++ b/www/py-django-import-export/Makefile      Wed Oct 03 10:00:26 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/05/18 07:17:47 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/10/03 10:00:26 adam Exp $
 
-DISTNAME=      django-import-export-1.0.1
+DISTNAME=      django-import-export-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-import-export/}
diff -r e14ef3b81160 -r 0b11e95a5798 www/py-django-import-export/PLIST
--- a/www/py-django-import-export/PLIST Wed Oct 03 09:58:31 2018 +0000
+++ b/www/py-django-import-export/PLIST Wed Oct 03 10:00:26 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/18 13:36:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/10/03 10:00:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -62,6 +62,9 @@
 ${PYSITELIB}/import_export/locale/sk/LC_MESSAGES/django.po
 ${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.mo
 ${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.po
+${PYSITELIB}/import_export/mixins.py
+${PYSITELIB}/import_export/mixins.pyc
+${PYSITELIB}/import_export/mixins.pyo
 ${PYSITELIB}/import_export/models.py
 ${PYSITELIB}/import_export/models.pyc
 ${PYSITELIB}/import_export/models.pyo
diff -r e14ef3b81160 -r 0b11e95a5798 www/py-django-import-export/distinfo
--- a/www/py-django-import-export/distinfo      Wed Oct 03 09:58:31 2018 +0000
+++ b/www/py-django-import-export/distinfo      Wed Oct 03 10:00:26 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/05/18 07:17:47 adam Exp $
+$NetBSD: distinfo,v 1.7 2018/10/03 10:00:26 adam Exp $
 
-SHA1 (django-import-export-1.0.1.tar.gz) = a936353444c542709a220e91156e840cf2a86f74
-RMD160 (django-import-export-1.0.1.tar.gz) = 60418eccd658278f2bb4bab501df2d55da081fa1
-SHA512 (django-import-export-1.0.1.tar.gz) = 28faf93622a1e7c7c99b409c61a7575176b602049e8e8c02e3962068fe2a0fa96151be0580de0116abb98267b3485001c322cb25a14d0e71566729145c906843
-Size (django-import-export-1.0.1.tar.gz) = 38669 bytes
+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



Home | Main Index | Thread Index | Old Index