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 18 13:36:14 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-django-import-export/Makefile \
    pkgsrc/www/py-django-import-export/distinfo
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/www/py-django-import-export/Makefile:1.4
--- pkgsrc/www/py-django-import-export/Makefile:1.3     Tue Dec  5 09:29:32 2017
+++ pkgsrc/www/py-django-import-export/Makefile Thu Jan 18 13:36:14 2018
@@ -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/}
Index: pkgsrc/www/py-django-import-export/distinfo
diff -u pkgsrc/www/py-django-import-export/distinfo:1.3 pkgsrc/www/py-django-import-export/distinfo:1.4
--- pkgsrc/www/py-django-import-export/distinfo:1.3     Tue Dec  5 09:29:33 2017
+++ pkgsrc/www/py-django-import-export/distinfo Thu Jan 18 13:36:14 2018
@@ -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

Index: pkgsrc/www/py-django-import-export/PLIST
diff -u pkgsrc/www/py-django-import-export/PLIST:1.2 pkgsrc/www/py-django-import-export/PLIST:1.3
--- pkgsrc/www/py-django-import-export/PLIST:1.2        Tue Nov 28 10:01:13 2017
+++ pkgsrc/www/py-django-import-export/PLIST    Thu Jan 18 13:36:14 2018
@@ -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/templatetags/
 ${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



Home | Main Index | Thread Index | Old Index