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-imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b141500be35
branches:  trunk
changeset: 308206:5b141500be35
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 18 07:17:47 2018 +0000

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

1.0.1:
Make deep copy of fileds from class attr to instance attr
Fix: NumberWidget.is_empty() should strip the value if string type
Fix: last day isn't included in results qs
use Python3 compatible MySql driver in development
fix: warning U mode is deprecated in python 3
refactor: easier overridding widgets and default field
Updated documentation regardign declaring fields
custom js for action form also handles grappelli
Use 'verbose_name' in breadcrumbs to match Django default
Add Resource.get_diff_class()
Fix and add polish translation
Restore raise_errors to before_import

diffstat:

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

diffs (34 lines):

diff -r 2fcbf189b83d -r 5b141500be35 www/py-django-import-export/Makefile
--- a/www/py-django-import-export/Makefile      Fri May 18 07:15:30 2018 +0000
+++ b/www/py-django-import-export/Makefile      Fri May 18 07:17:47 2018 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2018/02/22 11:13:00 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/18 07:17:47 adam Exp $
 
-DISTNAME=      django-import-export-1.0.0
+DISTNAME=      django-import-export-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-import-export/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/bmihelac/django-import-export
+HOMEPAGE=      https://github.com/django-import-export/django-import-export
 COMMENT=       Django application and library for importing and exporting data
 LICENSE=       modified-bsd
 
diff -r 2fcbf189b83d -r 5b141500be35 www/py-django-import-export/distinfo
--- a/www/py-django-import-export/distinfo      Fri May 18 07:15:30 2018 +0000
+++ b/www/py-django-import-export/distinfo      Fri May 18 07:17:47 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/02/22 11:13:00 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/05/18 07:17:47 adam Exp $
 
-SHA1 (django-import-export-1.0.0.tar.gz) = 27cd4a4a45262b5c0b96a7b56145ea89eebff917
-RMD160 (django-import-export-1.0.0.tar.gz) = e9a83d102d9afe4b7e3d7af7cf1af2f393400ea8
-SHA512 (django-import-export-1.0.0.tar.gz) = c586914729958db9ccfef24fd13e9e76043c20d9a412c57ddca01ec1052c92dd54b2504154e705229f6102dcc5368847e6b1fbf151942e4b977899de99d1c173
-Size (django-import-export-1.0.0.tar.gz) = 37804 bytes
+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



Home | Main Index | Thread Index | Old Index