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 Feb  8 14:06:05 UTC 2024

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

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

3.3.7 (2024-02-03)

Pass get_export_resource_kwargs() to Resource constructor export_action()
Fix issue with model class passed to Resource constructor crashing on export
Fix indentation for skip_row docstring
Return kwargs by default from get_resource_kwargs()


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/py-django-import-export/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-django-import-export/distinfo

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.22 pkgsrc/www/py-django-import-export/Makefile:1.23
--- pkgsrc/www/py-django-import-export/Makefile:1.22    Sun Jan 14 20:53:38 2024
+++ pkgsrc/www/py-django-import-export/Makefile Thu Feb  8 14:06:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2024/01/14 20:53:38 adam Exp $
+# $NetBSD: Makefile,v 1.23 2024/02/08 14:06:05 adam Exp $
 
-DISTNAME=      django-import-export-3.3.6
+DISTNAME=      django-import-export-3.3.7
 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.19 pkgsrc/www/py-django-import-export/distinfo:1.20
--- pkgsrc/www/py-django-import-export/distinfo:1.19    Sun Jan 14 20:53:38 2024
+++ pkgsrc/www/py-django-import-export/distinfo Thu Feb  8 14:06:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2024/01/14 20:53:38 adam Exp $
+$NetBSD: distinfo,v 1.20 2024/02/08 14:06:05 adam Exp $
 
-BLAKE2s (django-import-export-3.3.6.tar.gz) = d8b4cf86471200d6659cc92c219790d91010ef65b1da755c24f4cb33a9f80302
-SHA512 (django-import-export-3.3.6.tar.gz) = 059d4c0d725e20703428f500f1beb34f3a18bea13694b551c5fd699cec2d03ac99f56ed34ecc984a3e82cfba38649f942580031650dd29e5df11c2b27b4159fb
-Size (django-import-export-3.3.6.tar.gz) = 63540 bytes
+BLAKE2s (django-import-export-3.3.7.tar.gz) = 8557c8573be7df99ee34e3d09b8a97adb7797a30f1a15a140a1eb6a90dc1dafb
+SHA512 (django-import-export-3.3.7.tar.gz) = 6b139a2aa36e41ec2e387a87268bcc06992b0471c07402e5b16909a83b19ec1057c660cd18e3ce18b69606155ca418be93851d167bd52ebce882fbcbe21dab53
+Size (django-import-export-3.3.7.tar.gz) = 63834 bytes



Home | Main Index | Thread Index | Old Index