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/4bc8adefd9f0
branches:  trunk
changeset: 374252:4bc8adefd9f0
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 18 13:36:14 2018 +0000

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

0.7.0:
skip_row override example
Testing against Django 2.0 should not fail
Refactor transaction handling
Resolves 703 fields shadowed
discourage installation as a zipped egg
Fixed middleware settings in test app for Django 2.x

diffstat:

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

diffs (50 lines):

diff -r 935be23a48f7 -r 4bc8adefd9f0 www/py-django-import-export/Makefile
--- a/www/py-django-import-export/Makefile      Thu Jan 18 13:22:18 2018 +0000
+++ b/www/py-django-import-export/Makefile      Thu Jan 18 13:36:14 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/12/05 09:29:32 adam Exp $
+# $NetBSD: Makefile,v 1.4 2018/01/18 13:36:14 adam Exp $
 
-DISTNAME=      django-import-export-0.6.1
+DISTNAME=      django-import-export-0.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-import-export/}
diff -r 935be23a48f7 -r 4bc8adefd9f0 www/py-django-import-export/PLIST
--- a/www/py-django-import-export/PLIST Thu Jan 18 13:22:18 2018 +0000
+++ b/www/py-django-import-export/PLIST Thu Jan 18 13:36:14 2018 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/11/28 10:01:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/18 13:36:14 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/import_export/__init__.py
@@ -92,6 +93,9 @@
 ${PYSITELIB}/import_export/tmp_storages.py
 ${PYSITELIB}/import_export/tmp_storages.pyc
 ${PYSITELIB}/import_export/tmp_storages.pyo
+${PYSITELIB}/import_export/utils.py
+${PYSITELIB}/import_export/utils.pyc
+${PYSITELIB}/import_export/utils.pyo
 ${PYSITELIB}/import_export/widgets.py
 ${PYSITELIB}/import_export/widgets.pyc
 ${PYSITELIB}/import_export/widgets.pyo
diff -r 935be23a48f7 -r 4bc8adefd9f0 www/py-django-import-export/distinfo
--- a/www/py-django-import-export/distinfo      Thu Jan 18 13:22:18 2018 +0000
+++ b/www/py-django-import-export/distinfo      Thu Jan 18 13:36:14 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/12/05 09:29:33 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/01/18 13:36:14 adam Exp $
 
-SHA1 (django-import-export-0.6.1.tar.gz) = 404c20c67d410df52499548483e49ad34aa40c3a
-RMD160 (django-import-export-0.6.1.tar.gz) = 244b45ce99c1f25c5a6e1af34a0985b66376a106
-SHA512 (django-import-export-0.6.1.tar.gz) = f04e5ba44aa605af8869b02f603bf1a185d0e782da03fd40565e523852a2916a03f6d900b837f7687b0b732f68b0fdd83710aa66abc0fe1d248cb35e8acc71c5
-Size (django-import-export-0.6.1.tar.gz) = 37806 bytes
+SHA1 (django-import-export-0.7.0.tar.gz) = 60955a0873ee65c492cacc2d177c5fdc41e6cb71
+RMD160 (django-import-export-0.7.0.tar.gz) = 24a2a24b05bbce18c0c2765c200379b888e0611c
+SHA512 (django-import-export-0.7.0.tar.gz) = 23b5bd42020540fb9a98ae3bdbdedaf4d8640ef4d5a32351481037eba80822a71dabe9fb2331669086a3ab120bd7bd0e03d194d54ddea1ccb0404836bb14fcf0
+Size (django-import-export-0.7.0.tar.gz) = 38072 bytes



Home | Main Index | Thread Index | Old Index