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 Dec  7 18:17:11 UTC 2023

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

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

3.3.3 (2023-11-11)

:meth:`~import_export.admin.ExportActionMixin.export_admin_action` can be overridden by subclassing it in the ModelAdmin

3.3.2 (2023-11-09)

Updated Spanish translations
Added documentation and tests for retrieving instance information after import
:meth:`~import_export.widgets.NumberWidget.render` returns None as empty string if coerce_to_string is True
Updated documentation to describe how to select for export in Admin UI
Added catch for django5 deprecation warning
Updated and compiled message files

3.3.1 (2023-09-14)

Added .readthedocs.yaml

3.3.0 (2023-09-14)

Deprecations

Remove 'escape output' deprecation
Removal of deprecated :ref:`IMPORT_EXPORT_ESCAPE_OUTPUT_ON_EXPORT`.
Deprecation of :ref:`IMPORT_EXPORT_ESCAPE_HTML_ON_EXPORT`. Refer to :ref:`installation` docs.
Enhancements

Refactoring and fix to support filtering exports
Store instance and original object in :class:`~import_export.results.RowResult`
Add customizable blocks in import.html
Include 'allowed formats' settings
Add kwargs to enable CharWidget to return values as strings
Internationalization

Add Finnish translation
Updated ru translation
Fixed badly formatted translation string
Remove 'escape output' deprecation
Fixes

Do not decode bytes when writing to MediaStorage
Fix for cache entries not removed
Development

Added support for Django 4.2
Add automatic formatting and linting
removed duplicate admin integration tests
Removed support for python3.7 and django4.0 (past EOL)
Documentation

Updated documentation for interoperability with third party libraries


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-django-import-export/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-django-import-export/PLIST
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/www/py-django-import-export/Makefile:1.19
--- pkgsrc/www/py-django-import-export/Makefile:1.18    Tue Aug  1 23:20:55 2023
+++ pkgsrc/www/py-django-import-export/Makefile Thu Dec  7 18:17:11 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2023/08/01 23:20:55 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2023/12/07 18:17:11 adam Exp $
 
-DISTNAME=      django-import-export-2.5.0
+DISTNAME=      django-import-export-3.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-import-export/}
 
@@ -11,13 +10,15 @@ HOMEPAGE=   https://github.com/django-impo
 COMMENT=       Django application and library for importing and exporting data
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-diff-match-patch-[0-9]*:../../textproc/py-diff-match-patch
-DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django3
-DEPENDS+=      ${PYPKGPREFIX}-tablib>=0.14.0:../../textproc/py-tablib
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
+DEPENDS+=      ${PYPKGPREFIX}-tablib>=3.5.0:../../textproc/py-tablib
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-django-import-export/PLIST
diff -u pkgsrc/www/py-django-import-export/PLIST:1.8 pkgsrc/www/py-django-import-export/PLIST:1.9
--- pkgsrc/www/py-django-import-export/PLIST:1.8        Sat Jan 16 08:59:38 2021
+++ pkgsrc/www/py-django-import-export/PLIST    Thu Dec  7 18:17:11 2023
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.8 2021/01/16 08:59:38 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.9 2023/12/07 18:17:11 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/import_export/__init__.py
 ${PYSITELIB}/import_export/__init__.pyc
 ${PYSITELIB}/import_export/__init__.pyo
@@ -43,6 +42,10 @@ ${PYSITELIB}/import_export/locale/es/LC_
 ${PYSITELIB}/import_export/locale/es/LC_MESSAGES/django.po
 ${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.mo
 ${PYSITELIB}/import_export/locale/es_AR/LC_MESSAGES/django.po
+${PYSITELIB}/import_export/locale/fa/LC_MESSAGES/django.mo
+${PYSITELIB}/import_export/locale/fa/LC_MESSAGES/django.po
+${PYSITELIB}/import_export/locale/fi/LC_MESSAGES/django.mo
+${PYSITELIB}/import_export/locale/fi/LC_MESSAGES/django.po
 ${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.mo
 ${PYSITELIB}/import_export/locale/fr/LC_MESSAGES/django.po
 ${PYSITELIB}/import_export/locale/it/LC_MESSAGES/django.mo
@@ -80,6 +83,7 @@ ${PYSITELIB}/import_export/signals.py
 ${PYSITELIB}/import_export/signals.pyc
 ${PYSITELIB}/import_export/signals.pyo
 ${PYSITELIB}/import_export/static/import_export/action_formats.js
+${PYSITELIB}/import_export/static/import_export/guess_format.js
 ${PYSITELIB}/import_export/static/import_export/import.css
 ${PYSITELIB}/import_export/templates/admin/import_export/base.html
 ${PYSITELIB}/import_export/templates/admin/import_export/change_list.html

Index: pkgsrc/www/py-django-import-export/distinfo
diff -u pkgsrc/www/py-django-import-export/distinfo:1.15 pkgsrc/www/py-django-import-export/distinfo:1.16
--- pkgsrc/www/py-django-import-export/distinfo:1.15    Tue Oct 26 11:30:31 2021
+++ pkgsrc/www/py-django-import-export/distinfo Thu Dec  7 18:17:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/26 11:30:31 nia Exp $
+$NetBSD: distinfo,v 1.16 2023/12/07 18:17:11 adam Exp $
 
-BLAKE2s (django-import-export-2.5.0.tar.gz) = 993b1bb2b2541496991b29f03d06d7c23b3d117f582ae4171cd97c00c9a1ce2f
-SHA512 (django-import-export-2.5.0.tar.gz) = dccd843940aa85e3992e153f7fe081a50787b21608163882331737602081f1bce9192244c45826cb9e253746f0cf50af58d79f92cef70a5a54adcb157b817602
-Size (django-import-export-2.5.0.tar.gz) = 48956 bytes
+BLAKE2s (django-import-export-3.3.3.tar.gz) = 9400be2b5d983f8c829c77c6c3dacce30d7a069e24b4d61410fe96cb98adad63
+SHA512 (django-import-export-3.3.3.tar.gz) = 74d1536eca8346dd2bbe253e6387311544d488225c58aec1d270c5d91462a6759c6acd6521d8e7c4fa081968bd421ce8628cff6b0f30e798792c16ee4c011d14
+Size (django-import-export-3.3.3.tar.gz) = 62677 bytes



Home | Main Index | Thread Index | Old Index