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:           Sat May 18 06:07:37 UTC 2024

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

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

3.1.3 (2025-05-17)

Fix: Folder select widget did not render correctly with standard Django admin styles.

3.1.2 (2025-05-17)

Made the filer check command compatible with custom image models.
Use the final image model's app label to determine the expand view URL.
Prepare the image expand URL in the admin code and pass it through to the template via context.
Fix: Field verbose_name should use gettext_lazy.
Fix: styles for django 4.2+ admin.
Fix: Unintended scroll when clearing file widget.
Fix: Method ImageAdminForm.clean_subject_location() not implemented correctly causing invokation of clean() twice.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-django-filer/Makefile
cvs rdiff -u -r1.11 -r1.12 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.13 pkgsrc/www/py-django-filer/Makefile:1.14
--- pkgsrc/www/py-django-filer/Makefile:1.13    Thu Nov 23 10:45:56 2023
+++ pkgsrc/www/py-django-filer/Makefile Sat May 18 06:07:37 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2023/11/23 10:45:56 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/05/18 06:07:37 adam Exp $
 
-DISTNAME=      django-filer-3.1.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      django_filer-3.1.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-filer/}
 

Index: pkgsrc/www/py-django-filer/distinfo
diff -u pkgsrc/www/py-django-filer/distinfo:1.11 pkgsrc/www/py-django-filer/distinfo:1.12
--- pkgsrc/www/py-django-filer/distinfo:1.11    Thu Nov 23 10:45:56 2023
+++ pkgsrc/www/py-django-filer/distinfo Sat May 18 06:07:37 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2023/11/23 10:45:56 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/05/18 06:07:37 adam Exp $
 
-BLAKE2s (django-filer-3.1.1.tar.gz) = 558ce20919410a5ce252673ae5cbc2daafd96bf053109ddb5c2f1e6b564c6264
-SHA512 (django-filer-3.1.1.tar.gz) = 9c427b227c2353669db0a08a77257a77edc1982e51fde74a78e35a06d6153c68e6d19a7ede7c582b57f12401c911f8575931c537963d781ffad1a34b04aaf449
-Size (django-filer-3.1.1.tar.gz) = 1109947 bytes
+BLAKE2s (django_filer-3.1.3.tar.gz) = 0b69610826889fb891bef7775f36c1bb94684af05677f724ff342105e00402e9
+SHA512 (django_filer-3.1.3.tar.gz) = fe03394011ed94184455dae2d6ddea7c27aa204f18c1c755d62d6d79ecc57f9a5a75a6a3633f06808273b284f9fd0128077a7e29e996c11307f298f6b25b0d26
+Size (django_filer-3.1.3.tar.gz) = 1110142 bytes
 SHA1 (patch-setup.py) = bff20b3b23f60971dcad4b49b722b4e2317d44d7



Home | Main Index | Thread Index | Old Index