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:           Tue Oct  8 17:44:26 UTC 2024

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

Log Message:
py-django-cms: updated to 4.1.3

4.1.3

Bug Fixes:

Respect ContentAdminManager pattern for frontend-editable models
Improve pagecontent caching in page admin (esp. page tree)
Clear menu cache if page permissions are changed
Consistent labels and help texts for page content model and page content forms
Inconsistent color codes for dark mode and preferes-color-scheme: auto
Invalidate permissions cache if group assignment of user changes (ec05b6f) -- Fabian Braun
Accept legacy action names for page permission checks
Mark language and user middleware synchronous for ASGI


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/py-django-cms/Makefile
cvs rdiff -u -r1.48 -r1.49 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.58 pkgsrc/www/py-django-cms/Makefile:1.59
--- pkgsrc/www/py-django-cms/Makefile:1.58      Wed Jul 24 06:55:38 2024
+++ pkgsrc/www/py-django-cms/Makefile   Tue Oct  8 17:44:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2024/07/24 06:55:38 adam Exp $
+# $NetBSD: Makefile,v 1.59 2024/10/08 17:44:26 adam Exp $
 
-DISTNAME=      django_cms-4.1.2
+DISTNAME=      django_cms-4.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-cms/}
@@ -22,8 +22,6 @@ DEPENDS+=     ${PYPKGPREFIX}-setuptools-[0-9
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} djangocms djangocms-${PYVERSSUFFIX} || ${TRUE}

Index: pkgsrc/www/py-django-cms/distinfo
diff -u pkgsrc/www/py-django-cms/distinfo:1.48 pkgsrc/www/py-django-cms/distinfo:1.49
--- pkgsrc/www/py-django-cms/distinfo:1.48      Wed Jul 24 06:55:38 2024
+++ pkgsrc/www/py-django-cms/distinfo   Tue Oct  8 17:44:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2024/07/24 06:55:38 adam Exp $
+$NetBSD: distinfo,v 1.49 2024/10/08 17:44:26 adam Exp $
 
-BLAKE2s (django_cms-4.1.2.tar.gz) = 7fa041bef25d02716b75ba135cee122c95e41a66bf083e61cff781c37f703417
-SHA512 (django_cms-4.1.2.tar.gz) = 3679c01d6f843f23de5f68e644d1ddfb04a8a8b4463040347376d9125cc871f2b4969d3f936249bed6a268546d17a7e19662e427c0e95bd33440d94b2454e016
-Size (django_cms-4.1.2.tar.gz) = 5088670 bytes
+BLAKE2s (django_cms-4.1.3.tar.gz) = 7d42e9a8bd575b0bdc2ac3d4afa9334b9f03c9df2a6b287764d81868b410350b
+SHA512 (django_cms-4.1.3.tar.gz) = fe75733dc19dd191c5f821e8242e29e4a43f1c853be3a2327b4526a6343486111fabbf411fa92843e7229e6a8644507b290da9a44eaed015aa90301b4ef43378
+Size (django_cms-4.1.3.tar.gz) = 5090276 bytes



Home | Main Index | Thread Index | Old Index