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 May 13 09:15:36 UTC 2024

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

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

4.0.1 (2024-05-08)

- fix crash on export when model has no ``id``
- fix Widget crash when django Field subclass is used
- fix regression: allow imports when default ``import_id_field`` is not present


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-django-import-export/Makefile
cvs rdiff -u -r1.22 -r1.23 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.25 pkgsrc/www/py-django-import-export/Makefile:1.26
--- pkgsrc/www/py-django-import-export/Makefile:1.25    Mon May  6 08:13:24 2024
+++ pkgsrc/www/py-django-import-export/Makefile Mon May 13 09:15:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/05/06 08:13:24 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/05/13 09:15:36 adam Exp $
 
-DISTNAME=      django_import_export-4.0.0
+DISTNAME=      django_import_export-4.0.1
 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.22 pkgsrc/www/py-django-import-export/distinfo:1.23
--- pkgsrc/www/py-django-import-export/distinfo:1.22    Mon May  6 08:13:24 2024
+++ pkgsrc/www/py-django-import-export/distinfo Mon May 13 09:15:36 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/05/06 08:13:24 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/05/13 09:15:36 adam Exp $
 
-BLAKE2s (django_import_export-4.0.0.tar.gz) = 69fc461ddbe9bc85cd0e01a24a49919007bc10f27517b6b05aa8ac49b0bedb2d
-SHA512 (django_import_export-4.0.0.tar.gz) = c0206aaf9c97f280250f03c1d648e744b77ed11b0b986481f21971737879cd25d7cc4c9b8aaca9a1235630278b7008570ba8e69f517b4932115c699ad5e2f5fa
-Size (django_import_export-4.0.0.tar.gz) = 550528 bytes
+BLAKE2s (django_import_export-4.0.1.tar.gz) = 22982db31672bac310c157102e699edd31750fe3ed8545c21663c1f27e49f762
+SHA512 (django_import_export-4.0.1.tar.gz) = 3d40b75521e693e99704244b8a3209f0a1033fead76d84b81687aac1c6186a30565ab0722a442e8b4a703d068d6d59e4137f6f159c4b780859d6a3922c8f01d4
+Size (django_import_export-4.0.1.tar.gz) = 551153 bytes



Home | Main Index | Thread Index | Old Index