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: Fri Sep 5 05:39:26 UTC 2025
Modified Files:
pkgsrc/www/py-django-filer: Makefile PLIST distinfo
Removed Files:
pkgsrc/www/py-django-filer/patches: patch-setup.py
Log Message:
py-django-filer: updated to 3.3.2
3.3.2
fix: add filename length safety check with random suffix
ci: pre-commit autoupdate
fix: Remove user from autocomplete fields if (swapped) user model does not have search fields
Fix: Include Private Storage in Orphan File Scanning for filer_check Command
ci: pre-commit autoupdate
fix: Reflect template block structure of Django 5.2+
Added Full Persian (Farsi) Translate
Update directory_table_list.html
fix: Avoid locale-dependent ratio
ci: pre-commit autoupdate
fix: docs GitHub action built
chore: Update project meta data and use pyproject.toml
fix: Folder permission cache update sometimes raised TypeError
fix: Failed to install submodules of filer
chore: Prepare release 3.3.2
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-django-filer/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-django-filer/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/py-django-filer/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/py-django-filer/patches/patch-setup.py
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.23 pkgsrc/www/py-django-filer/Makefile:1.24
--- pkgsrc/www/py-django-filer/Makefile:1.23 Mon Apr 14 13:30:02 2025
+++ pkgsrc/www/py-django-filer/Makefile Fri Sep 5 05:39:26 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2025/04/14 13:30:02 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/09/05 05:39:26 adam Exp $
-DISTNAME= django_filer-3.3.1
+DISTNAME= django_filer-3.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-filer/}
Index: pkgsrc/www/py-django-filer/PLIST
diff -u pkgsrc/www/py-django-filer/PLIST:1.10 pkgsrc/www/py-django-filer/PLIST:1.11
--- pkgsrc/www/py-django-filer/PLIST:1.10 Mon Apr 14 13:30:02 2025
+++ pkgsrc/www/py-django-filer/PLIST Fri Sep 5 05:39:26 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/04/14 13:30:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/09/05 05:39:26 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -379,6 +379,7 @@ ${PYSITELIB}/filer/templates/admin/filer
${PYSITELIB}/filer/templates/admin/filer/folder/directory_listing.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/legacy_listing.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
Index: pkgsrc/www/py-django-filer/distinfo
diff -u pkgsrc/www/py-django-filer/distinfo:1.19 pkgsrc/www/py-django-filer/distinfo:1.20
--- pkgsrc/www/py-django-filer/distinfo:1.19 Thu Dec 26 22:41:08 2024
+++ pkgsrc/www/py-django-filer/distinfo Fri Sep 5 05:39:26 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2024/12/26 22:41:08 adam Exp $
+$NetBSD: distinfo,v 1.20 2025/09/05 05:39:26 adam Exp $
-BLAKE2s (django_filer-3.3.1.tar.gz) = ec6e10967108a196890dce96b6690bb13e1417770f94771b7cf1fd1ff1ceee18
-SHA512 (django_filer-3.3.1.tar.gz) = 2f0dbc1a4afef7b99c4bd418b50fc3d011336f63107f88f1dc8f6d9c08694914d0380fb38ec30b7cb3c164bd2008e4b1fc58200cfedc0e31401c93195bf7dd13
-Size (django_filer-3.3.1.tar.gz) = 1113256 bytes
+BLAKE2s (django_filer-3.3.2.tar.gz) = 7e97f5894df07512f4e7c4c31b8447dc62a63ffd4669e985309f83947ed4573d
+SHA512 (django_filer-3.3.2.tar.gz) = 8bfd231d7b53fd46f8e57170f911d7a20c763276652f9f5708dc48d075e83c1ad4eeb47e3c58887116d613a93ea94b3c017a774adfff74174d4f77fd46a6496a
+Size (django_filer-3.3.2.tar.gz) = 1147765 bytes
SHA1 (patch-setup.py) = bff20b3b23f60971dcad4b49b722b4e2317d44d7
Home |
Main Index |
Thread Index |
Old Index