pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-django-filer



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 10 16:41:14 UTC 2023

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

Log Message:
py-django-filer: updated to 3.1.0

3.1.0 (2023-10-01)

feat: limit uploaded image area (width x height) to prevent decompression bombs
feat: Canonical URL action button now copies canonical URL to the user's clipboard
fix: Run validators on updated files in file change view
fix: Update mime type if uploading file in file change view
fix: Do not allow to remove the file field from an uplaoded file in the admin interface
fix: refactor upload checks into running validators in the admin and adding clean methods for file and (abstract) image models.
Fixed two more instances of javascript int overflow issue
fix: ensure uniqueness of icon admin url names
fix: Crash with django-storage if filer file does not have a storage file attached

3.0.6 (2023-09-08)

Re-add alphabetical sorting as default
fix: django-storage 1.14 complains about files being opened twice when copying

3.0.5 (2023-08-22)

Fix bug that ignored thumbnail storage custom settings in directory view
remove Django 2.2, 3.0, and 3.1 classifiers in setup.py
remove tests for Django < 3.2 since those versions are not supported anymore

3.0.4 (2023-08-04)

Fix bug when submitting permission admin form
Fix folder select field css of permission admin form
Fix requirements (Django>=3.2) in setup.py and docs
Update Dutch, Spanish and French locale

3.0.3 (2023-07-21)

Fix copy folder being broken after django-mptt removal
fix: crash in the file detail view
Fix: actions.js error thrown in js console

3.0.2 (2023-07-17)

Fix another bug when the the thumbnailer in admin tags crashes because of invalid or missing file
Ensure action buttons in directory listing do not get disabled after using cancel or back button if files or folders are selected.

3.0.1 (2023-07-13)

Fix a bug that creates a server error when requesting a thumbnail from an invalid or missing file
Fix a bug that on some systems webp images were not recognized
Add missing css map files

3.0.0 (2023-07-05)

Add validation framework to prevent XSS attacks using HTML or SVG files (see docs)
Only show uncategorized files to the owner or superuser if permissions are active
Add an edit button to the file widget which opens edit file pop-up
Refactored directory list view for significant performance increases
Remove thumbnail generation from the directory list view request response cycle
Support for upload of webp images
Optional support for upload of heif images
Add Django 4.2 support
Add thumbnail view for faster visual management of image libraries
Fix File.objects.only() query required for deleting user who own files.
Fix several CSS quirks
Fix folder widget
Remove unused css from delete confirmation view and move file view
Add Pillow 10 compatibility
Update translations (de/fr/nl)
Drop Django 2.2, 3.0, and 3.1 support


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-django-filer/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-django-filer/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-django-filer/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-filer/Makefile
diff -u pkgsrc/www/py-django-filer/Makefile:1.11 pkgsrc/www/py-django-filer/Makefile:1.12
--- pkgsrc/www/py-django-filer/Makefile:1.11    Thu Jul 13 10:03:27 2023
+++ pkgsrc/www/py-django-filer/Makefile Tue Oct 10 16:41:13 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/07/13 10:03:27 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/10/10 16:41:13 adam Exp $
 
-DISTNAME=      django-filer-2.0.2
+DISTNAME=      django-filer-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filer/}
 
@@ -11,12 +10,9 @@ HOMEPAGE=    https://github.com/divio/djang
 COMMENT=       File management application for Django
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-Unidecode>=0.04:../../textproc/py-Unidecode
-DEPENDS+=      ${PYPKGPREFIX}-django>=3:../../www/py-django3
-DEPENDS+=      ${PYPKGPREFIX}-django-mptt>=0.6:../../www/py-django-mptt
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django3
 DEPENDS+=      ${PYPKGPREFIX}-django-polymorphic>=2.0:../../www/py-django-polymorphic
 DEPENDS+=      ${PYPKGPREFIX}-easy-thumbnails>=2.0:../../www/py-easy-thumbnails
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-filer/PLIST
diff -u pkgsrc/www/py-django-filer/PLIST:1.5 pkgsrc/www/py-django-filer/PLIST:1.6
--- pkgsrc/www/py-django-filer/PLIST:1.5        Sat Jan 16 09:41:57 2021
+++ pkgsrc/www/py-django-filer/PLIST    Tue Oct 10 16:41:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/01/16 09:41:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/10/10 16:41:13 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -196,6 +196,21 @@ ${PYSITELIB}/filer/migrations/0011_auto_
 ${PYSITELIB}/filer/migrations/0012_file_mime_type.py
 ${PYSITELIB}/filer/migrations/0012_file_mime_type.pyc
 ${PYSITELIB}/filer/migrations/0012_file_mime_type.pyo
+${PYSITELIB}/filer/migrations/0013_image_width_height_to_float.py
+${PYSITELIB}/filer/migrations/0013_image_width_height_to_float.pyc
+${PYSITELIB}/filer/migrations/0013_image_width_height_to_float.pyo
+${PYSITELIB}/filer/migrations/0014_folder_permission_choices.py
+${PYSITELIB}/filer/migrations/0014_folder_permission_choices.pyc
+${PYSITELIB}/filer/migrations/0014_folder_permission_choices.pyo
+${PYSITELIB}/filer/migrations/0015_alter_file_owner_alter_file_polymorphic_ctype_and_more.py
+${PYSITELIB}/filer/migrations/0015_alter_file_owner_alter_file_polymorphic_ctype_and_more.pyc
+${PYSITELIB}/filer/migrations/0015_alter_file_owner_alter_file_polymorphic_ctype_and_more.pyo
+${PYSITELIB}/filer/migrations/0016_alter_folder_index_together_remove_folder_level_and_more.py
+${PYSITELIB}/filer/migrations/0016_alter_folder_index_together_remove_folder_level_and_more.pyc
+${PYSITELIB}/filer/migrations/0016_alter_folder_index_together_remove_folder_level_and_more.pyo
+${PYSITELIB}/filer/migrations/0017_image__transparent.py
+${PYSITELIB}/filer/migrations/0017_image__transparent.pyc
+${PYSITELIB}/filer/migrations/0017_image__transparent.pyo
 ${PYSITELIB}/filer/migrations/__init__.py
 ${PYSITELIB}/filer/migrations/__init__.pyc
 ${PYSITELIB}/filer/migrations/__init__.pyo
@@ -262,8 +277,14 @@ ${PYSITELIB}/filer/server/views.pyo
 ${PYSITELIB}/filer/settings.py
 ${PYSITELIB}/filer/settings.pyc
 ${PYSITELIB}/filer/settings.pyo
+${PYSITELIB}/filer/static/filer/css/admin_filer.cms.icons.css
 ${PYSITELIB}/filer/static/filer/css/admin_filer.css
+${PYSITELIB}/filer/static/filer/css/admin_filer.fa.icons.css
+${PYSITELIB}/filer/static/filer/css/admin_folderpermissions.css
+${PYSITELIB}/filer/static/filer/css/maps/admin_filer.cms.icons.css.map
 ${PYSITELIB}/filer/static/filer/css/maps/admin_filer.css.map
+${PYSITELIB}/filer/static/filer/css/maps/admin_filer.fa.icons.css.map
+${PYSITELIB}/filer/static/filer/css/maps/admin_filer.icons.css.map
 ${PYSITELIB}/filer/static/filer/fonts/FontAwesome.otf
 ${PYSITELIB}/filer/static/filer/fonts/django-filer-iconfont.eot
 ${PYSITELIB}/filer/static/filer/fonts/django-filer-iconfont.svg
@@ -275,135 +296,33 @@ ${PYSITELIB}/filer/static/filer/fonts/fo
 ${PYSITELIB}/filer/static/filer/fonts/fontawesome-webfont.ttf
 ${PYSITELIB}/filer/static/filer/fonts/fontawesome-webfont.woff
 ${PYSITELIB}/filer/static/filer/fonts/fontawesome-webfont.woff2
-${PYSITELIB}/filer/static/filer/fonts/src/check.svg
-${PYSITELIB}/filer/static/filer/fonts/src/remove.svg
-${PYSITELIB}/filer/static/filer/fonts/src/trash-o.svg
-${PYSITELIB}/filer/static/filer/icons/breadcrubms_dropdown_28_28.png
-${PYSITELIB}/filer/static/filer/icons/file_128x128.png
-${PYSITELIB}/filer/static/filer/icons/file_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/file_16x16.png
-${PYSITELIB}/filer/static/filer/icons/file_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/file_256x256.png
-${PYSITELIB}/filer/static/filer/icons/file_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/file_32x32.png
-${PYSITELIB}/filer/static/filer/icons/file_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/file_48x48.png
-${PYSITELIB}/filer/static/filer/icons/file_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/file_64x64.png
-${PYSITELIB}/filer/static/filer/icons/file_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/image_128x128.png
-${PYSITELIB}/filer/static/filer/icons/image_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/image_16x16.png
-${PYSITELIB}/filer/static/filer/icons/image_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/image_256x256.png
-${PYSITELIB}/filer/static/filer/icons/image_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/image_32x32.png
-${PYSITELIB}/filer/static/filer/icons/image_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/image_48x48.png
-${PYSITELIB}/filer/static/filer/icons/image_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/image_512x512.png
-${PYSITELIB}/filer/static/filer/icons/image_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/image_64x64.png
-${PYSITELIB}/filer/static/filer/icons/image_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_128x128.png
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_16x16.png
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_256x256.png
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_32x32.png
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_48x48.png
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_512x512.png
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_64x64.png
-${PYSITELIB}/filer/static/filer/icons/incomplete_metadata_folder_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/missingfile_128x128.png
-${PYSITELIB}/filer/static/filer/icons/missingfile_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/missingfile_16x16.png
-${PYSITELIB}/filer/static/filer/icons/missingfile_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/missingfile_256x256.png
-${PYSITELIB}/filer/static/filer/icons/missingfile_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/missingfile_32x32.png
-${PYSITELIB}/filer/static/filer/icons/missingfile_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/missingfile_48x48.png
-${PYSITELIB}/filer/static/filer/icons/missingfile_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/missingfile_512x512.png
-${PYSITELIB}/filer/static/filer/icons/missingfile_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/missingfile_64x64.png
-${PYSITELIB}/filer/static/filer/icons/missingfile_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/nofile_128x128.png
-${PYSITELIB}/filer/static/filer/icons/nofile_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/nofile_16x16.png
-${PYSITELIB}/filer/static/filer/icons/nofile_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/nofile_256x256.png
-${PYSITELIB}/filer/static/filer/icons/nofile_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/nofile_32x32.png
-${PYSITELIB}/filer/static/filer/icons/nofile_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/nofile_48x48.png
-${PYSITELIB}/filer/static/filer/icons/nofile_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/nofile_512x512.png
-${PYSITELIB}/filer/static/filer/icons/nofile_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/nofile_64x64.png
-${PYSITELIB}/filer/static/filer/icons/nofile_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/plainfolder_128x128.png
-${PYSITELIB}/filer/static/filer/icons/plainfolder_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/plainfolder_16x16.png
-${PYSITELIB}/filer/static/filer/icons/plainfolder_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/plainfolder_256x256.png
-${PYSITELIB}/filer/static/filer/icons/plainfolder_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/plainfolder_32x32.png
-${PYSITELIB}/filer/static/filer/icons/plainfolder_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/plainfolder_48x48.png
-${PYSITELIB}/filer/static/filer/icons/plainfolder_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/plainfolder_512x512.png
-${PYSITELIB}/filer/static/filer/icons/plainfolder_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/plainfolder_64x64.png
-${PYSITELIB}/filer/static/filer/icons/plainfolder_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/root_28x28.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_128x128.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_16x16.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_256x256.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_32x32.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_48x48.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_512x512.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_64x64.png
-${PYSITELIB}/filer/static/filer/icons/unfiled_folder_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/video_128x128.png
-${PYSITELIB}/filer/static/filer/icons/video_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/video_16x16.png
-${PYSITELIB}/filer/static/filer/icons/video_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/video_256x256.png
-${PYSITELIB}/filer/static/filer/icons/video_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/video_32x32.png
-${PYSITELIB}/filer/static/filer/icons/video_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/video_48x48.png
-${PYSITELIB}/filer/static/filer/icons/video_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/video_512x512.png
-${PYSITELIB}/filer/static/filer/icons/video_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/video_64x64.png
-${PYSITELIB}/filer/static/filer/icons/video_64x64%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/xfile_128x128.png
-${PYSITELIB}/filer/static/filer/icons/xfile_128x128%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/xfile_16x16.png
-${PYSITELIB}/filer/static/filer/icons/xfile_16x16%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/xfile_256x256.png
-${PYSITELIB}/filer/static/filer/icons/xfile_256x256%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/xfile_32x32.png
-${PYSITELIB}/filer/static/filer/icons/xfile_32x32%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/xfile_48x48.png
-${PYSITELIB}/filer/static/filer/icons/xfile_48x48%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/xfile_512x512.png
-${PYSITELIB}/filer/static/filer/icons/xfile_512x512%2x.png@localhost
-${PYSITELIB}/filer/static/filer/icons/xfile_64x64.png
-${PYSITELIB}/filer/static/filer/icons/xfile_64x64%2x.png@localhost
+${PYSITELIB}/filer/static/filer/fonts/src/arrow-down.svg
+${PYSITELIB}/filer/static/filer/fonts/src/caret-down.svg
+${PYSITELIB}/filer/static/filer/fonts/src/chevron-right.svg
+${PYSITELIB}/filer/static/filer/fonts/src/download.svg
+${PYSITELIB}/filer/static/filer/fonts/src/expand.svg
+${PYSITELIB}/filer/static/filer/fonts/src/link.svg
+${PYSITELIB}/filer/static/filer/fonts/src/move-to-folder.svg
+${PYSITELIB}/filer/static/filer/fonts/src/picture.svg
+${PYSITELIB}/filer/static/filer/fonts/src/remove-selection.svg
+${PYSITELIB}/filer/static/filer/fonts/src/select.svg
+${PYSITELIB}/filer/static/filer/fonts/src/th-large.svg
+${PYSITELIB}/filer/static/filer/fonts/src/th-list.svg
+${PYSITELIB}/filer/static/filer/fonts/src/upload.svg
+${PYSITELIB}/filer/static/filer/icons/cloud-up.svg
+${PYSITELIB}/filer/static/filer/icons/file-audio.svg
+${PYSITELIB}/filer/static/filer/icons/file-empty.svg
+${PYSITELIB}/filer/static/filer/icons/file-font.svg
+${PYSITELIB}/filer/static/filer/icons/file-missing.svg
+${PYSITELIB}/filer/static/filer/icons/file-pdf.svg
+${PYSITELIB}/filer/static/filer/icons/file-picture.svg
+${PYSITELIB}/filer/static/filer/icons/file-unknown.svg
+${PYSITELIB}/filer/static/filer/icons/file-video.svg
+${PYSITELIB}/filer/static/filer/icons/file-zip.svg
+${PYSITELIB}/filer/static/filer/icons/folder-dropdown.svg
+${PYSITELIB}/filer/static/filer/icons/folder-root.svg
+${PYSITELIB}/filer/static/filer/icons/folder-unfiled.svg
+${PYSITELIB}/filer/static/filer/icons/folder.svg
 ${PYSITELIB}/filer/static/filer/img/button-bg.gif
 ${PYSITELIB}/filer/static/filer/img/close.gif
 ${PYSITELIB}/filer/static/filer/img/icon_changelink.gif
@@ -416,6 +335,7 @@ ${PYSITELIB}/filer/static/filer/img/uplo
 ${PYSITELIB}/filer/static/filer/js/addons/copy-move-files.js
 ${PYSITELIB}/filer/static/filer/js/addons/dropdown-menu.js
 ${PYSITELIB}/filer/static/filer/js/addons/dropzone.init.js
+${PYSITELIB}/filer/static/filer/js/addons/filer_popup_response.js
 ${PYSITELIB}/filer/static/filer/js/addons/focal-point.js
 ${PYSITELIB}/filer/static/filer/js/addons/popup_handling.js
 ${PYSITELIB}/filer/static/filer/js/addons/table-dropzone.js
@@ -431,7 +351,6 @@ ${PYSITELIB}/filer/static/filer/js/libs/
 ${PYSITELIB}/filer/static/filer/js/libs/jquery.cookie.min.js
 ${PYSITELIB}/filer/static/filer/js/libs/jquery.min.js
 ${PYSITELIB}/filer/static/filer/js/libs/mediator.min.js
-${PYSITELIB}/filer/static/filer/js/libs/retina.min.js
 ${PYSITELIB}/filer/storage.py
 ${PYSITELIB}/filer/storage.pyc
 ${PYSITELIB}/filer/storage.pyo
@@ -443,15 +362,20 @@ ${PYSITELIB}/filer/templates/admin/filer
 ${PYSITELIB}/filer/templates/admin/filer/delete_selected_files_confirmation.html
 ${PYSITELIB}/filer/templates/admin/filer/dismiss_popup.html
 ${PYSITELIB}/filer/templates/admin/filer/file/change_form.html
+${PYSITELIB}/filer/templates/admin/filer/file/popup_response.html
 ${PYSITELIB}/filer/templates/admin/filer/folder/change_form.html
 ${PYSITELIB}/filer/templates/admin/filer/folder/choose_copy_destination.html
 ${PYSITELIB}/filer/templates/admin/filer/folder/choose_images_resize_options.html
 ${PYSITELIB}/filer/templates/admin/filer/folder/choose_move_destination.html
 ${PYSITELIB}/filer/templates/admin/filer/folder/choose_rename_format.html
 ${PYSITELIB}/filer/templates/admin/filer/folder/directory_listing.html
-${PYSITELIB}/filer/templates/admin/filer/folder/directory_table.html
+${PYSITELIB}/filer/templates/admin/filer/folder/directory_table_list.html
+${PYSITELIB}/filer/templates/admin/filer/folder/directory_thumbnail_list.html
+${PYSITELIB}/filer/templates/admin/filer/folder/list_type_switcher.html
 ${PYSITELIB}/filer/templates/admin/filer/folder/new_folder_form.html
 ${PYSITELIB}/filer/templates/admin/filer/image/change_form.html
+${PYSITELIB}/filer/templates/admin/filer/image/expand.html
+${PYSITELIB}/filer/templates/admin/filer/templatetags/file_icon.html
 ${PYSITELIB}/filer/templates/admin/filer/tools/clipboard/clipboard.html
 ${PYSITELIB}/filer/templates/admin/filer/tools/clipboard/clipboard_item_rows.html
 ${PYSITELIB}/filer/templates/admin/filer/tools/detail_info.html
@@ -506,6 +430,9 @@ ${PYSITELIB}/filer/utils/recursive_dicti
 ${PYSITELIB}/filer/utils/zip.py
 ${PYSITELIB}/filer/utils/zip.pyc
 ${PYSITELIB}/filer/utils/zip.pyo
+${PYSITELIB}/filer/validation.py
+${PYSITELIB}/filer/validation.pyc
+${PYSITELIB}/filer/validation.pyo
 ${PYSITELIB}/filer/views.py
 ${PYSITELIB}/filer/views.pyc
 ${PYSITELIB}/filer/views.pyo

Index: pkgsrc/www/py-django-filer/distinfo
diff -u pkgsrc/www/py-django-filer/distinfo:1.9 pkgsrc/www/py-django-filer/distinfo:1.10
--- pkgsrc/www/py-django-filer/distinfo:1.9     Tue Oct 26 11:30:31 2021
+++ pkgsrc/www/py-django-filer/distinfo Tue Oct 10 16:41:13 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:30:31 nia Exp $
+$NetBSD: distinfo,v 1.10 2023/10/10 16:41:13 adam Exp $
 
-BLAKE2s (django-filer-2.0.2.tar.gz) = 64df4e8e939bdf9fcc04bad6d1a887bf07663887032f78343914f723cd5dfa0b
-SHA512 (django-filer-2.0.2.tar.gz) = 9ba07a15ab0af144ae6791814e3dbaf72d015d0ce0f361544ba8699f74a315b797bd9330836190db743c6868dce19d42269ac5b583de5c97cba9193f3f7ea273
-Size (django-filer-2.0.2.tar.gz) = 1267183 bytes
+BLAKE2s (django-filer-3.1.0.tar.gz) = cdd3176eb2ee1a3c2f5b6c5d6aa300b61048a44d70f89810b554ed19fbcde1db
+SHA512 (django-filer-3.1.0.tar.gz) = 26e2744cb190b79f61f67343d8e8282f0b6609ee2e19f76691a6b0bf73cf8925d23023cd705cac03fb7573243f1f94dee87fba1ca4c83264425b83d8842a7e1b
+Size (django-filer-3.1.0.tar.gz) = 1109438 bytes
 SHA1 (patch-setup.py) = bff20b3b23f60971dcad4b49b722b4e2317d44d7



Home | Main Index | Thread Index | Old Index