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: Mon Apr 14 18:39:52 UTC 2025
Modified Files:
pkgsrc/www/py-django-cms: Makefile PLIST distinfo
Log Message:
py-django-cms: updated to 4.1.5
4.1.5
fix: Ensure correct placeholder retrieval for PageContent instances
fix: Fallback page names were not escaped
chore: Backport the delete translations fix for 8111 to django CMS 4.1
fix: Placeholder page getter failed for unpublished pages
fix: Use PageContent.changed_date for sitemap lastmod
fix: Allow frontend editing of page title fields
fix: Detect page when getting toolbar for endpoint
fix: Grouper models w/o must not assume language grouper
chore: Build django CMS 4.1.5
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/www/py-django-cms/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/py-django-cms/PLIST
cvs rdiff -u -r1.50 -r1.51 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.61 pkgsrc/www/py-django-cms/Makefile:1.62
--- pkgsrc/www/py-django-cms/Makefile:1.61 Thu Jan 16 09:36:46 2025
+++ pkgsrc/www/py-django-cms/Makefile Mon Apr 14 18:39:52 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2025/01/16 09:36:46 adam Exp $
+# $NetBSD: Makefile,v 1.62 2025/04/14 18:39:52 adam Exp $
-DISTNAME= django_cms-4.1.4
+DISTNAME= django_cms-4.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-cms/}
@@ -17,7 +17,7 @@ DEPENDS+= ${PYPKGPREFIX}-django-sekizai>
DEPENDS+= ${PYPKGPREFIX}-django-treebeard>=4.3:../../www/py-django-treebeard
DEPENDS+= ${PYPKGPREFIX}-djangocms-admin-style>=1.2:../../www/py-djangocms-admin-style
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
Index: pkgsrc/www/py-django-cms/PLIST
diff -u pkgsrc/www/py-django-cms/PLIST:1.40 pkgsrc/www/py-django-cms/PLIST:1.41
--- pkgsrc/www/py-django-cms/PLIST:1.40 Wed Jul 24 06:55:38 2024
+++ pkgsrc/www/py-django-cms/PLIST Mon Apr 14 18:39:52 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.40 2024/07/24 06:55:38 adam Exp $
+@comment $NetBSD: PLIST,v 1.41 2025/04/14 18:39:52 adam Exp $
bin/djangocms-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/cms/__init__.py
${PYSITELIB}/cms/__init__.pyc
Index: pkgsrc/www/py-django-cms/distinfo
diff -u pkgsrc/www/py-django-cms/distinfo:1.50 pkgsrc/www/py-django-cms/distinfo:1.51
--- pkgsrc/www/py-django-cms/distinfo:1.50 Thu Jan 16 09:36:46 2025
+++ pkgsrc/www/py-django-cms/distinfo Mon Apr 14 18:39:52 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2025/01/16 09:36:46 adam Exp $
+$NetBSD: distinfo,v 1.51 2025/04/14 18:39:52 adam Exp $
-BLAKE2s (django_cms-4.1.4.tar.gz) = a65b7a179d050cb226e83bb0ac157f752bac031ac8ee07bcb4cc81bd4f30a736
-SHA512 (django_cms-4.1.4.tar.gz) = 23bdf1c37b8446a2b6a9ba1410fd5b30d94438d3d06dca41c3ee0bf6e88bb4f8a7eb0aa36f4cecfef5dc84cf94873fa19f9dab5275750ff36543df0c27444007
-Size (django_cms-4.1.4.tar.gz) = 5093405 bytes
+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
Home |
Main Index |
Thread Index |
Old Index