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:           Sat Jan 16 09:25:43 UTC 2021

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

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

3.8.0
Introduced support for Django 3.1
Dropped support for Python 2.7 and Python 3.4
Dropped support for Django < 2.2
Removed djangocms-column from the manual installation instructions
Removed duplicate attr declaration from the documentation
Fixed a reference to a wrong variable in log messages in utils/conf.py
Fixed an issue in wizards/create.html where the error message did not use the plural form
Improved documentation building
Updated the content for django CMS’s development community

3.7.4
Fixed a security vulnerability in the plugin_type url parameter to insert JavaScript code.

3.7.3
Fixed apphooks config select in Firefox
Fixed compatibility errors on python 2
Fixed long page titles in Page tree/list view to prevent horizontal scrolling
Adapted plugin documentations

3.7.2
Added support for Django 3.0
Added support for Python 3.8
migrated from django.utils.six to the six package
migrated from django.utils.lru_cache to functools.lru_cache
migrated from render_to_response to render in cms.views
added cms.utils.compat.dj.available_attrs
added --force-color and --skip-checks in base commands when using Django 3
replaced staticfiles and admin_static with static
replaced djangocms-helper with django-app-helper


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/www/py-django-cms/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/py-django-cms/PLIST
cvs rdiff -u -r1.41 -r1.42 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.51 pkgsrc/www/py-django-cms/Makefile:1.52
--- pkgsrc/www/py-django-cms/Makefile:1.51      Mon Feb  3 20:36:17 2020
+++ pkgsrc/www/py-django-cms/Makefile   Sat Jan 16 09:25:43 2021
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.51 2020/02/03 20:36:17 adam Exp $
+# $NetBSD: Makefile,v 1.52 2021/01/16 09:25:43 adam Exp $
 
-DISTNAME=      django-cms-3.7.1
+DISTNAME=      django-cms-3.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-cms/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      http://www.django-cms.org/
+HOMEPAGE=      https://www.django-cms.org/
 COMMENT=       Django content management system
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=2.2:../../www/py-django2
 DEPENDS+=      ${PYPKGPREFIX}-django-classy-tags>=0.7.2:../../www/py-django-classy-tags
 DEPENDS+=      ${PYPKGPREFIX}-django-formtools>=2.1:../../www/py-django-formtools
 DEPENDS+=      ${PYPKGPREFIX}-django-sekizai>=0.7:../../www/py-django-sekizai

Index: pkgsrc/www/py-django-cms/PLIST
diff -u pkgsrc/www/py-django-cms/PLIST:1.35 pkgsrc/www/py-django-cms/PLIST:1.36
--- pkgsrc/www/py-django-cms/PLIST:1.35 Mon Feb  3 20:36:17 2020
+++ pkgsrc/www/py-django-cms/PLIST      Sat Jan 16 09:25:43 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2020/02/03 20:36:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.36 2021/01/16 09:25:43 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -271,6 +271,10 @@ ${PYSITELIB}/cms/locale/ku_IQ/LC_MESSAGE
 ${PYSITELIB}/cms/locale/ku_IQ/LC_MESSAGES/django.po
 ${PYSITELIB}/cms/locale/ku_IQ/LC_MESSAGES/djangojs.mo
 ${PYSITELIB}/cms/locale/ku_IQ/LC_MESSAGES/djangojs.po
+${PYSITELIB}/cms/locale/ky/LC_MESSAGES/django.mo
+${PYSITELIB}/cms/locale/ky/LC_MESSAGES/django.po
+${PYSITELIB}/cms/locale/ky/LC_MESSAGES/djangojs.mo
+${PYSITELIB}/cms/locale/ky/LC_MESSAGES/djangojs.po
 ${PYSITELIB}/cms/locale/lt/LC_MESSAGES/django.mo
 ${PYSITELIB}/cms/locale/lt/LC_MESSAGES/django.po
 ${PYSITELIB}/cms/locale/lt/LC_MESSAGES/djangojs.mo
@@ -1421,9 +1425,6 @@ ${PYSITELIB}/cms/tests/test_static_analy
 ${PYSITELIB}/cms/tests/test_static_placeholder.py
 ${PYSITELIB}/cms/tests/test_static_placeholder.pyc
 ${PYSITELIB}/cms/tests/test_static_placeholder.pyo
-${PYSITELIB}/cms/tests/test_staticfiles.py
-${PYSITELIB}/cms/tests/test_staticfiles.pyc
-${PYSITELIB}/cms/tests/test_staticfiles.pyo
 ${PYSITELIB}/cms/tests/test_templates.py
 ${PYSITELIB}/cms/tests/test_templates.pyc
 ${PYSITELIB}/cms/tests/test_templates.pyo
@@ -1490,9 +1491,6 @@ ${PYSITELIB}/cms/utils/compat/dj.pyo
 ${PYSITELIB}/cms/utils/compat/forms.py
 ${PYSITELIB}/cms/utils/compat/forms.pyc
 ${PYSITELIB}/cms/utils/compat/forms.pyo
-${PYSITELIB}/cms/utils/compat/tests.py
-${PYSITELIB}/cms/utils/compat/tests.pyc
-${PYSITELIB}/cms/utils/compat/tests.pyo
 ${PYSITELIB}/cms/utils/conf.py
 ${PYSITELIB}/cms/utils/conf.pyc
 ${PYSITELIB}/cms/utils/conf.pyo

Index: pkgsrc/www/py-django-cms/distinfo
diff -u pkgsrc/www/py-django-cms/distinfo:1.41 pkgsrc/www/py-django-cms/distinfo:1.42
--- pkgsrc/www/py-django-cms/distinfo:1.41      Mon Feb  3 20:36:17 2020
+++ pkgsrc/www/py-django-cms/distinfo   Sat Jan 16 09:25:43 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2020/02/03 20:36:17 adam Exp $
+$NetBSD: distinfo,v 1.42 2021/01/16 09:25:43 adam Exp $
 
-SHA1 (django-cms-3.7.1.tar.gz) = 21784a9e96935f3b56628e83d367c6bfbd6c464a
-RMD160 (django-cms-3.7.1.tar.gz) = 9d498228daaf7d5a0499d7f4076349dc98e8474c
-SHA512 (django-cms-3.7.1.tar.gz) = 1c8c60c76ef82ec08f997dad55bad97fc95a17f7cd03be4d6d477e67993a0ba35daac18c080806736bbf10b63fecf931391cc232f54677fc74c53d9a057024b4
-Size (django-cms-3.7.1.tar.gz) = 4770008 bytes
+SHA1 (django-cms-3.8.0.tar.gz) = 46935bd98bd8aab79f3b97b8de590e433bad232c
+RMD160 (django-cms-3.8.0.tar.gz) = cc70b1a08bd111d32faa3ef325630f783fb9b5e2
+SHA512 (django-cms-3.8.0.tar.gz) = 7f8650f19f4584e279dc21296e11fa81568398ccd14f9307175cf30d93629c24e00b170a8d13650537fff1c22c0744a57f1181f360dfe7829266f9896ba5e03b
+Size (django-cms-3.8.0.tar.gz) = 4865689 bytes



Home | Main Index | Thread Index | Old Index