pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-cms
Module Name: pkgsrc
Committed By: adam
Date: Fri Dec 26 10:08:46 UTC 2025
Modified Files:
pkgsrc/www/py-django-cms: Makefile PLIST distinfo
Log Message:
py-django-cms: updated to 5.0.5
5.0.5
Fix: Searching pages for language-specific content failed due to an incorrect search queryset.
Fix: Corrected the default value for the edit_fields parameter to prevent AttributeError.
Fix: Avoided escaping (stringifying) None values in the PageAttribute template tag.
Fix: Resolved a unique constraint violation when copying pages across languages.
Fix: Ensured the edit endpoint correctly selects the active language when the admin is not using i18n_patterns.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/py-django-cms/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/www/py-django-cms/PLIST
cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/py-django-cms/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-cms/Makefile
diff -u pkgsrc/www/py-django-cms/Makefile:1.62 pkgsrc/www/py-django-cms/Makefile:1.63
--- pkgsrc/www/py-django-cms/Makefile:1.62 Mon Apr 14 18:39:52 2025
+++ pkgsrc/www/py-django-cms/Makefile Fri Dec 26 10:08:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2025/04/14 18:39:52 adam Exp $
+# $NetBSD: Makefile,v 1.63 2025/12/26 10:08:46 adam Exp $
-DISTNAME= django_cms-4.1.5
+DISTNAME= django_cms-5.0.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cms/}
Index: pkgsrc/www/py-django-cms/PLIST
diff -u pkgsrc/www/py-django-cms/PLIST:1.41 pkgsrc/www/py-django-cms/PLIST:1.42
--- pkgsrc/www/py-django-cms/PLIST:1.41 Mon Apr 14 18:39:52 2025
+++ pkgsrc/www/py-django-cms/PLIST Fri Dec 26 10:08:46 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.41 2025/04/14 18:39:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.42 2025/12/26 10:08:46 adam Exp $
bin/djangocms-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -691,6 +691,21 @@ ${PYSITELIB}/cms/migrations/0035_auto_20
${PYSITELIB}/cms/migrations/0036_auto_20240311_1028.py
${PYSITELIB}/cms/migrations/0036_auto_20240311_1028.pyc
${PYSITELIB}/cms/migrations/0036_auto_20240311_1028.pyo
+${PYSITELIB}/cms/migrations/0037_merge_page_treenode.py
+${PYSITELIB}/cms/migrations/0037_merge_page_treenode.pyc
+${PYSITELIB}/cms/migrations/0037_merge_page_treenode.pyo
+${PYSITELIB}/cms/migrations/0038_alter_page_site.py
+${PYSITELIB}/cms/migrations/0038_alter_page_site.pyc
+${PYSITELIB}/cms/migrations/0038_alter_page_site.pyo
+${PYSITELIB}/cms/migrations/0039_remove_page_languages_alter_pageurl_unique_together.py
+${PYSITELIB}/cms/migrations/0039_remove_page_languages_alter_pageurl_unique_together.pyc
+${PYSITELIB}/cms/migrations/0039_remove_page_languages_alter_pageurl_unique_together.pyo
+${PYSITELIB}/cms/migrations/0040_alter_pageuser_created_by_and_more.py
+${PYSITELIB}/cms/migrations/0040_alter_pageuser_created_by_and_more.pyc
+${PYSITELIB}/cms/migrations/0040_alter_pageuser_created_by_and_more.pyo
+${PYSITELIB}/cms/migrations/0041_alter_pageurl_unique_together_pageurl_site_and_more.py
+${PYSITELIB}/cms/migrations/0041_alter_pageurl_unique_together_pageurl_site_and_more.pyc
+${PYSITELIB}/cms/migrations/0041_alter_pageurl_unique_together_pageurl_site_and_more.pyo
${PYSITELIB}/cms/migrations/__init__.py
${PYSITELIB}/cms/migrations/__init__.pyc
${PYSITELIB}/cms/migrations/__init__.pyo
@@ -780,6 +795,7 @@ ${PYSITELIB}/cms/static/cms/css/${PKGVER
${PYSITELIB}/cms/static/cms/css/${PKGVERSION}/cms.pagetree.css
${PYSITELIB}/cms/static/cms/css/${PKGVERSION}/cms.welcome.css
${PYSITELIB}/cms/static/cms/css/${PKGVERSION}/cms.wizard.css
+${PYSITELIB}/cms/static/cms/css/5.0.5/cms.headless.css
${PYSITELIB}/cms/static/cms/fonts/${PKGVERSION}/django-cms-iconfont.eot
${PYSITELIB}/cms/static/cms/fonts/${PKGVERSION}/django-cms-iconfont.svg
${PYSITELIB}/cms/static/cms/fonts/${PKGVERSION}/django-cms-iconfont.ttf
@@ -1003,6 +1019,7 @@ ${PYSITELIB}/cms/static/cms/js/widgets/f
${PYSITELIB}/cms/static/cms/js/widgets/wizard.pagetypeselect.js
${PYSITELIB}/cms/static/cms/sass/cms.admin.scss
${PYSITELIB}/cms/static/cms/sass/cms.base.scss
+${PYSITELIB}/cms/static/cms/sass/cms.headless.scss
${PYSITELIB}/cms/static/cms/sass/cms.pagetree.scss
${PYSITELIB}/cms/static/cms/sass/cms.welcome.scss
${PYSITELIB}/cms/static/cms/sass/cms.wizard.scss
@@ -1056,6 +1073,8 @@ ${PYSITELIB}/cms/templates/admin/cms/mai
${PYSITELIB}/cms/templates/admin/cms/mail/page_user_change.txt
${PYSITELIB}/cms/templates/admin/cms/page/change_form.html
${PYSITELIB}/cms/templates/admin/cms/page/close_frame.html
+${PYSITELIB}/cms/templates/admin/cms/page/delete_confirmation.html
+${PYSITELIB}/cms/templates/admin/cms/page/delete_summary.html
${PYSITELIB}/cms/templates/admin/cms/page/includes/fieldset.html
${PYSITELIB}/cms/templates/admin/cms/page/permissions.html
${PYSITELIB}/cms/templates/admin/cms/page/plugin/change_form.html
@@ -1075,6 +1094,7 @@ ${PYSITELIB}/cms/templates/admin/cms/pag
${PYSITELIB}/cms/templates/admin/cms/usersettings/change_form.html
${PYSITELIB}/cms/templates/cms/content.html
${PYSITELIB}/cms/templates/cms/dummy.html
+${PYSITELIB}/cms/templates/cms/headless/placeholder.html
${PYSITELIB}/cms/templates/cms/noapphook.html
${PYSITELIB}/cms/templates/cms/plugins/alias.html
${PYSITELIB}/cms/templates/cms/toolbar/clipboard.html
@@ -1111,7 +1131,6 @@ ${PYSITELIB}/cms/templates/cms/widgets/p
${PYSITELIB}/cms/templates/cms/widgets/pagesmartlinkwidget.html
${PYSITELIB}/cms/templates/cms/wizards/base.html
${PYSITELIB}/cms/templates/cms/wizards/create.html
-${PYSITELIB}/cms/templates/cms/wizards/done.html
${PYSITELIB}/cms/templates/cms/wizards/includes/form_fields.html
${PYSITELIB}/cms/templates/cms/wizards/start.html
${PYSITELIB}/cms/templates/cms/wizards/wizardoptionwidget.html
@@ -1667,6 +1686,9 @@ ${PYSITELIB}/cms/test_utils/project/seco
${PYSITELIB}/cms/test_utils/project/second_urls_for_apphook_tests.py
${PYSITELIB}/cms/test_utils/project/second_urls_for_apphook_tests.pyc
${PYSITELIB}/cms/test_utils/project/second_urls_for_apphook_tests.pyo
+${PYSITELIB}/cms/test_utils/project/template_backends.py
+${PYSITELIB}/cms/test_utils/project/template_backends.pyc
+${PYSITELIB}/cms/test_utils/project/template_backends.pyo
${PYSITELIB}/cms/test_utils/project/third_cms_urls_for_apphook_tests.py
${PYSITELIB}/cms/test_utils/project/third_cms_urls_for_apphook_tests.pyc
${PYSITELIB}/cms/test_utils/project/third_cms_urls_for_apphook_tests.pyo
Index: pkgsrc/www/py-django-cms/distinfo
diff -u pkgsrc/www/py-django-cms/distinfo:1.51 pkgsrc/www/py-django-cms/distinfo:1.52
--- pkgsrc/www/py-django-cms/distinfo:1.51 Mon Apr 14 18:39:52 2025
+++ pkgsrc/www/py-django-cms/distinfo Fri Dec 26 10:08:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2025/04/14 18:39:52 adam Exp $
+$NetBSD: distinfo,v 1.52 2025/12/26 10:08:46 adam Exp $
-BLAKE2s (django_cms-4.1.5.tar.gz) = a24e182f8858a2624565d3184b5b9aae8aec88fa78950858dbdd49326d95bd01
-SHA512 (django_cms-4.1.5.tar.gz) = 14e921ec3044290123a345523ff6d9aad9d7b0308579d26032a4329f29d7c6be9e43d3435c137de74c2e2b418aa8790ed45f928a8e768c5a256831b1a1d66f3a
-Size (django_cms-4.1.5.tar.gz) = 5106765 bytes
+BLAKE2s (django_cms-5.0.5.tar.gz) = d33f49a3bd283a09a2b98c40764594e7b3b13153bdef24e316a7f407b908a76c
+SHA512 (django_cms-5.0.5.tar.gz) = 20559ba9600f309ad00f87bd8caab22cce872e0fe3e4a216da9ae67a1befbc65c6086231884e8104d1aae80f98fd2a4a8f8ca063e33f045f51aa770989cf85ee
+Size (django_cms-5.0.5.tar.gz) = 5413885 bytes
Home |
Main Index |
Thread Index |
Old Index