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 Jan 16 09:39:53 UTC 2025
Modified Files:
pkgsrc/www/py-django-import-export: Makefile PLIST distinfo
Log Message:
py-django-import-export: updated to 4.3.4
4.3.4 (2025-01-15)
- Handle QuerySets called with ``values()`` on export
4.3.3 (2024-12-02)
- Update all translations
4.3.2 (2024-12-01)
- Updated Farsi translation
- Updated German translation
4.3.1 (2024-11-19)
- Fix imports for openpyxl
4.3.0 (2024-11-19)
- Addition of import & export management commands
- Handle ``IllegalCharacterError`` in xlsx exports
- Add ``__repr__`` method to InvalidRow for improved debugging
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-django-import-export/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django-import-export/PLIST
cvs rdiff -u -r1.28 -r1.29 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.33 pkgsrc/www/py-django-import-export/Makefile:1.34
--- pkgsrc/www/py-django-import-export/Makefile:1.33 Mon Nov 11 07:29:19 2024
+++ pkgsrc/www/py-django-import-export/Makefile Thu Jan 16 09:39:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/11/11 07:29:19 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/01/16 09:39:53 adam Exp $
-DISTNAME= django_import_export-4.1.1
+DISTNAME= django_import_export-4.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-import-export/}
@@ -12,9 +12,9 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.1.0:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-diff-match-patch-[0-9]*:../../textproc/py-diff-match-patch
-DEPENDS+= ${PYPKGPREFIX}-django>=3.2:../../www/py-django
-DEPENDS+= ${PYPKGPREFIX}-tablib>=3.5.0:../../textproc/py-tablib
+DEPENDS+= ${PYPKGPREFIX}-diff-match-patch>=20241021:../../textproc/py-diff-match-patch
+DEPENDS+= ${PYPKGPREFIX}-django>=4.2:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-tablib>=3.7.0:../../textproc/py-tablib
USE_LANGUAGES= # none
Index: pkgsrc/www/py-django-import-export/PLIST
diff -u pkgsrc/www/py-django-import-export/PLIST:1.11 pkgsrc/www/py-django-import-export/PLIST:1.12
--- pkgsrc/www/py-django-import-export/PLIST:1.11 Mon May 6 08:13:24 2024
+++ pkgsrc/www/py-django-import-export/PLIST Thu Jan 16 09:39:53 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/05/06 08:13:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/01/16 09:39:53 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -14,6 +14,9 @@ ${PYSITELIB}/import_export/_version.pyo
${PYSITELIB}/import_export/admin.py
${PYSITELIB}/import_export/admin.pyc
${PYSITELIB}/import_export/admin.pyo
+${PYSITELIB}/import_export/command_utils.py
+${PYSITELIB}/import_export/command_utils.pyc
+${PYSITELIB}/import_export/command_utils.pyo
${PYSITELIB}/import_export/declarative.py
${PYSITELIB}/import_export/declarative.pyc
${PYSITELIB}/import_export/declarative.pyo
@@ -77,6 +80,18 @@ ${PYSITELIB}/import_export/locale/tr/LC_
${PYSITELIB}/import_export/locale/tr/LC_MESSAGES/django.po
${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.mo
${PYSITELIB}/import_export/locale/zh_Hans/LC_MESSAGES/django.po
+${PYSITELIB}/import_export/management/__init__.py
+${PYSITELIB}/import_export/management/__init__.pyc
+${PYSITELIB}/import_export/management/__init__.pyo
+${PYSITELIB}/import_export/management/commands/__init__.py
+${PYSITELIB}/import_export/management/commands/__init__.pyc
+${PYSITELIB}/import_export/management/commands/__init__.pyo
+${PYSITELIB}/import_export/management/commands/export.py
+${PYSITELIB}/import_export/management/commands/export.pyc
+${PYSITELIB}/import_export/management/commands/export.pyo
+${PYSITELIB}/import_export/management/commands/import.py
+${PYSITELIB}/import_export/management/commands/import.pyc
+${PYSITELIB}/import_export/management/commands/import.pyo
${PYSITELIB}/import_export/mixins.py
${PYSITELIB}/import_export/mixins.pyc
${PYSITELIB}/import_export/mixins.pyo
Index: pkgsrc/www/py-django-import-export/distinfo
diff -u pkgsrc/www/py-django-import-export/distinfo:1.28 pkgsrc/www/py-django-import-export/distinfo:1.29
--- pkgsrc/www/py-django-import-export/distinfo:1.28 Wed Jul 17 09:16:13 2024
+++ pkgsrc/www/py-django-import-export/distinfo Thu Jan 16 09:39:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/07/17 09:16:13 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/01/16 09:39:53 adam Exp $
-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
+BLAKE2s (django_import_export-4.3.4.tar.gz) = f7ff18b379b1f12b845e471b6d467b0403ace741f94ecaf386ca21dec868c25f
+SHA512 (django_import_export-4.3.4.tar.gz) = 3859106ce9a7e5f7d5e99c773cd3ecb44127c0b686da06df79da6995bd33decc81d1523eab0db47404524334163813e3a47c2a673abf08da6de6f09ef476d5a1
+Size (django_import_export-4.3.4.tar.gz) = 2220175 bytes
Home |
Main Index |
Thread Index |
Old Index