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/ca2e073fddb3
branches:  trunk
changeset: 317589:ca2e073fddb3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 10 09:26:32 2019 +0000

description:
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

diffstat:

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

diffs (44 lines):

diff -r 3d9b306326c0 -r ca2e073fddb3 www/py-django-import-export/Makefile
--- a/www/py-django-import-export/Makefile      Thu Jan 10 09:23:14 2019 +0000
+++ b/www/py-django-import-export/Makefile      Thu Jan 10 09:26:32 2019 +0000
@@ -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/}
diff -r 3d9b306326c0 -r ca2e073fddb3 www/py-django-import-export/PLIST
--- a/www/py-django-import-export/PLIST Thu Jan 10 09:23:14 2019 +0000
+++ b/www/py-django-import-export/PLIST Thu Jan 10 09:26:32 2019 +0000
@@ -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.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
diff -r 3d9b306326c0 -r ca2e073fddb3 www/py-django-import-export/distinfo
--- a/www/py-django-import-export/distinfo      Thu Jan 10 09:23:14 2019 +0000
+++ b/www/py-django-import-export/distinfo      Thu Jan 10 09:26:32 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index