pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-django-import-export



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  3 10:00:26 UTC 2018

Modified Files:
        pkgsrc/www/py-django-import-export: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-django-import-export/Makefile \
    pkgsrc/www/py-django-import-export/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-import-export/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-django-import-export/Makefile
diff -u pkgsrc/www/py-django-import-export/Makefile:1.6 pkgsrc/www/py-django-import-export/Makefile:1.7
--- pkgsrc/www/py-django-import-export/Makefile:1.6     Fri May 18 07:17:47 2018
+++ pkgsrc/www/py-django-import-export/Makefile Wed Oct  3 10:00:26 2018
@@ -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/}
Index: pkgsrc/www/py-django-import-export/distinfo
diff -u pkgsrc/www/py-django-import-export/distinfo:1.6 pkgsrc/www/py-django-import-export/distinfo:1.7
--- pkgsrc/www/py-django-import-export/distinfo:1.6     Fri May 18 07:17:47 2018
+++ pkgsrc/www/py-django-import-export/distinfo Wed Oct  3 10:00:26 2018
@@ -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

Index: pkgsrc/www/py-django-import-export/PLIST
diff -u pkgsrc/www/py-django-import-export/PLIST:1.3 pkgsrc/www/py-django-import-export/PLIST:1.4
--- pkgsrc/www/py-django-import-export/PLIST:1.3        Thu Jan 18 13:36:14 2018
+++ pkgsrc/www/py-django-import-export/PLIST    Wed Oct  3 10:00:26 2018
@@ -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_
 ${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



Home | Main Index | Thread Index | Old Index