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:           Mon Jun 10 08:48:30 UTC 2024

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

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

4.0.7 (2024-05-30)

fix documentation to show correct method for reading form data on export
Admin UI: display both field name and column name on export
fix export declared field with custom column name
fix declared fields do not have correct Widget class set
docs: clarify changes to CharWidget in v4
refactor Resource to remove code duplication in export

4.0.6 (2024-05-27)

Added additional test for export field order
fix crash on import when relation has custom PK
fix crash on export from action when instance has custom PK


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-django-import-export/Makefile
cvs rdiff -u -r1.26 -r1.27 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.29 pkgsrc/www/py-django-import-export/Makefile:1.30
--- pkgsrc/www/py-django-import-export/Makefile:1.29    Fri May 24 16:54:27 2024
+++ pkgsrc/www/py-django-import-export/Makefile Mon Jun 10 08:48:30 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/05/24 16:54:27 adam Exp $
+# $NetBSD: Makefile,v 1.30 2024/06/10 08:48:30 adam Exp $
 
-DISTNAME=      django_import_export-4.0.5
+DISTNAME=      django_import_export-4.0.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 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.26 pkgsrc/www/py-django-import-export/distinfo:1.27
--- pkgsrc/www/py-django-import-export/distinfo:1.26    Fri May 24 16:54:27 2024
+++ pkgsrc/www/py-django-import-export/distinfo Mon Jun 10 08:48:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2024/05/24 16:54:27 adam Exp $
+$NetBSD: distinfo,v 1.27 2024/06/10 08:48:30 adam Exp $
 
-BLAKE2s (django_import_export-4.0.5.tar.gz) = 25f5f4e1b05ffe5771b68d359b9b4bddcbf52d4efec194ce670f261133758db5
-SHA512 (django_import_export-4.0.5.tar.gz) = a7042ac2dc3c5fa20afcd97e256b729de53bd4f4a3aefc456a6a4bcf601d7997480027023fc15feb2685a2ab73dfe9edb57b902cf63baf21b4b1e25d8eb35a8f
-Size (django_import_export-4.0.5.tar.gz) = 2349569 bytes
+BLAKE2s (django_import_export-4.0.7.tar.gz) = 54ac8a06aea8a193ce88cb68fe8523818607d507353ae5d27b47bff7e41c4dfe
+SHA512 (django_import_export-4.0.7.tar.gz) = a5dd039e9f251306a37e32b60609473c72f0e002e23ee4ce8f50da6f08dfaf752994830cd1f19a8fabe6629572236622dd21419ee3d87281010c7cc5874b9bfd
+Size (django_import_export-4.0.7.tar.gz) = 2351386 bytes



Home | Main Index | Thread Index | Old Index