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:           Thu Jan 10 09:26:32 UTC 2019

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

Log Message:
py-django-import-export: updated to 1.2.0

1.2.0:
feat: Better surfacing of validation errors in UI / optional model instance validation
chore: Use modern setuptools in setup.py
chore: Update URLs to use https://
chore: remove outdated workarounds
chore: Run SQLite tests with in-memory database
fix: Change logging level
fix: Changed get_instance() return val


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-django-import-export/Makefile \
    pkgsrc/www/py-django-import-export/distinfo
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/www/py-django-import-export/Makefile:1.8
--- pkgsrc/www/py-django-import-export/Makefile:1.7     Wed Oct  3 10:00:26 2018
+++ pkgsrc/www/py-django-import-export/Makefile Thu Jan 10 09:26:32 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/10/03 10:00:26 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/01/10 09:26:32 adam Exp $
 
-DISTNAME=      django-import-export-1.1.0
+DISTNAME=      django-import-export-1.2.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.7 pkgsrc/www/py-django-import-export/distinfo:1.8
--- pkgsrc/www/py-django-import-export/distinfo:1.7     Wed Oct  3 10:00:26 2018
+++ pkgsrc/www/py-django-import-export/distinfo Thu Jan 10 09:26:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/10/03 10:00:26 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/01/10 09:26:32 adam Exp $
 
-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
+SHA1 (django-import-export-1.2.0.tar.gz) = 668e7922c19744ed365bc6ab2de74468b645cd8f
+RMD160 (django-import-export-1.2.0.tar.gz) = e8576d050141c3bf79dba35ec44ff2f6c14ee5bd
+SHA512 (django-import-export-1.2.0.tar.gz) = 7ec01ed045b6064cc29a3ef17edd74b12e64cac9340618f5f2347f14b0f3a1250b6f1110a6c789bcaa17bd680d832c43a8e6ba230f929b9ad29406111ca81f07
+Size (django-import-export-1.2.0.tar.gz) = 41850 bytes

Index: pkgsrc/www/py-django-import-export/PLIST
diff -u pkgsrc/www/py-django-import-export/PLIST:1.4 pkgsrc/www/py-django-import-export/PLIST:1.5
--- pkgsrc/www/py-django-import-export/PLIST:1.4        Wed Oct  3 10:00:26 2018
+++ pkgsrc/www/py-django-import-export/PLIST    Thu Jan 10 09:26:32 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/10/03 10:00:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/01/10 09:26:32 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -78,6 +78,7 @@ ${PYSITELIB}/import_export/signals.py
 ${PYSITELIB}/import_export/signals.pyc
 ${PYSITELIB}/import_export/signals.pyo
 ${PYSITELIB}/import_export/static/import_export/action_formats.js
+${PYSITELIB}/import_export/static/import_export/import.css
 ${PYSITELIB}/import_export/templates/admin/import_export/base.html
 ${PYSITELIB}/import_export/templates/admin/import_export/change_list.html
 ${PYSITELIB}/import_export/templates/admin/import_export/change_list_export.html



Home | Main Index | Thread Index | Old Index