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:           Wed Jul 17 09:16:14 UTC 2024

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

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

4.1.1 (2024-07-08)

- Restore return value for deprecated method :meth:`~import_export.resources.Resource.get_fields`
- Remove use of ``getattr()`` in ``Field.__repr__()``
- Add class path to deprecated method warnings

4.1.0 (2024-06-25)

- Improve tox setup
- Speed up tests 10x
- Use literals to create lists and dicts
- Improve Error class
- Fix response content assertions
- Admin UI: display checkboxes before labels in export form
- deprecated unused method: :meth:`~import_export.resources.Resource.get_fields`


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/py-django-import-export/Makefile
cvs rdiff -u -r1.27 -r1.28 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.30 pkgsrc/www/py-django-import-export/Makefile:1.31
--- pkgsrc/www/py-django-import-export/Makefile:1.30    Mon Jun 10 08:48:30 2024
+++ pkgsrc/www/py-django-import-export/Makefile Wed Jul 17 09:16:13 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/06/10 08:48:30 adam Exp $
+# $NetBSD: Makefile,v 1.31 2024/07/17 09:16:13 adam Exp $
 
-DISTNAME=      django_import_export-4.0.7
+DISTNAME=      django_import_export-4.1.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.27 pkgsrc/www/py-django-import-export/distinfo:1.28
--- pkgsrc/www/py-django-import-export/distinfo:1.27    Mon Jun 10 08:48:30 2024
+++ pkgsrc/www/py-django-import-export/distinfo Wed Jul 17 09:16:13 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/06/10 08:48:30 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/07/17 09:16:13 adam Exp $
 
-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
+BLAKE2s (django_import_export-4.1.1.tar.gz) = 29a51af587e560aa70508cc31091b0adbe36529bad83603a156bacb55258666a
+SHA512 (django_import_export-4.1.1.tar.gz) = ea4e06ac654fa267219e25556a8b71ceba828d0a730615a3bc934d76d32869525a0417f56c48f69d0955049e630181b8308dbe128b97579db938a54c5f95fb98
+Size (django_import_export-4.1.1.tar.gz) = 2350049 bytes



Home | Main Index | Thread Index | Old Index