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:           Tue May 14 14:37:03 UTC 2024

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

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

4.0.2 (2024-05-13)

fix export with custom column name (1821)
fix allow column_name to be declared in fields list (1822)
fix clash between key_is_id and use_natural_foreign_keys (1824)
remove unreachable code (1825)
fix issue with widget assignment for custom ForeignKey subclasses (1826)
performance: select of valid pks for export restricted to action exports (1827)
fix crash on export with custom column name (1828)
remove outdated datetime formatting logic (1830)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-django-import-export/Makefile
cvs rdiff -u -r1.23 -r1.24 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.26 pkgsrc/www/py-django-import-export/Makefile:1.27
--- pkgsrc/www/py-django-import-export/Makefile:1.26    Mon May 13 09:15:36 2024
+++ pkgsrc/www/py-django-import-export/Makefile Tue May 14 14:37:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/05/13 09:15:36 adam Exp $
+# $NetBSD: Makefile,v 1.27 2024/05/14 14:37:03 adam Exp $
 
-DISTNAME=      django_import_export-4.0.1
+DISTNAME=      django_import_export-4.0.2
 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.23 pkgsrc/www/py-django-import-export/distinfo:1.24
--- pkgsrc/www/py-django-import-export/distinfo:1.23    Mon May 13 09:15:36 2024
+++ pkgsrc/www/py-django-import-export/distinfo Tue May 14 14:37:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/05/13 09:15:36 adam Exp $
+$NetBSD: distinfo,v 1.24 2024/05/14 14:37:03 adam Exp $
 
-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
+BLAKE2s (django_import_export-4.0.2.tar.gz) = df5d5b1aa1e6dcffecf1369aea0c6664c72be76d228ce5ff521b196c7c926ec1
+SHA512 (django_import_export-4.0.2.tar.gz) = c16121f68a05a4259f0ceddac432faddfd9e7c60cd9558e5f234a3f8cba4b1ad203c64a9f78ff89150cf7672a9b9fff0ee201be162fbcd29fcc323ce05edc00a
+Size (django_import_export-4.0.2.tar.gz) = 553737 bytes



Home | Main Index | Thread Index | Old Index