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 Feb  3 20:36:17 UTC 2020

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

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

3.7.1:
Added code of conduct reference file to the root directory
Moved contributing file to the root directory
Added better templates for new issue requests
Fixed a bug where creating a page via the cms.api.create_page ignores left/right positions.
Fixed documentation example for urls.py when using multiple languages.
Mark public static placeholder dirty when published.
Fixed a bug where request.current_page would always be the public page, regardless of the toolbar status (draft / live). This only affected custom urls from an apphook.
Fixed a bug where the menu would render draft pages even if the page on the request was a public page. This happens when a user without change permissions requests edit mode.
Fixed the 'urls.W001' warning with custom apphook urls
Prevent non-staff users to login with the django CMS toolbar
Added missing {% trans %} to toolbar shortcuts.
Fixed branch and release policy.
Improved and simplified permissions documentation.
Improved apphooks documentation.
Improved CMSPluginBase documentation.
Improved documentation related to nested plugins.
Updated installation tutorial.
Fixed a simple typo in the docstring for cms.utils.helpers.normalize_name.

3.7.0:
Introduced Django 2.2 support.
Introduced Python 3.7 support.
Fixed test suite.
Fixed override urlconf_module so that Django system checks don't crash.

3.6.0:
Removed the cms moderator command.
Dropped Django < 1.11 support.
Removed the translatable content get / set methods from CMSPlugin model.
Removed signal handlers for Page, Title, Placeholder and CMSPlugin models.
Moved Title.meta_description length restriction from model to form and increased its max length to 320 characters.
Added page_title parameter for cms.api.create_page() and cms.api.create_title().
Introduced Django 2.0 support.
Introduced Django 2.1 support.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-django-cms/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-django-cms/PLIST
cvs rdiff -u -r1.40 -r1.41 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.50 pkgsrc/www/py-django-cms/Makefile:1.51
--- pkgsrc/www/py-django-cms/Makefile:1.50      Mon Feb  3 08:21:38 2020
+++ pkgsrc/www/py-django-cms/Makefile   Mon Feb  3 20:36:17 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2020/02/03 08:21:38 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2020/02/03 20:36:17 adam Exp $
 
-DISTNAME=      django-cms-3.5.3
+DISTNAME=      django-cms-3.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/django-cms/}
@@ -10,12 +10,12 @@ HOMEPAGE=   http://www.django-cms.org/
 COMMENT=       Django content management system
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
+DEPENDS+=      ${PYPKGPREFIX}-django>=1.11:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-django-classy-tags>=0.7.2:../../www/py-django-classy-tags
-DEPENDS+=      ${PYPKGPREFIX}-django-formtools>=1.0:../../www/py-django-formtools
+DEPENDS+=      ${PYPKGPREFIX}-django-formtools>=2.1:../../www/py-django-formtools
 DEPENDS+=      ${PYPKGPREFIX}-django-sekizai>=0.7:../../www/py-django-sekizai
-DEPENDS+=      ${PYPKGPREFIX}-django-treebeard>=4.0.1:../../www/py-django-treebeard
-DEPENDS+=      ${PYPKGPREFIX}-djangocms-admin-style>=1.0:../../www/py-djangocms-admin-style
+DEPENDS+=      ${PYPKGPREFIX}-django-treebeard>=4.3:../../www/py-django-treebeard
+DEPENDS+=      ${PYPKGPREFIX}-djangocms-admin-style>=1.2:../../www/py-djangocms-admin-style
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-django-cms/PLIST
diff -u pkgsrc/www/py-django-cms/PLIST:1.34 pkgsrc/www/py-django-cms/PLIST:1.35
--- pkgsrc/www/py-django-cms/PLIST:1.34 Tue Nov 20 17:13:32 2018
+++ pkgsrc/www/py-django-cms/PLIST      Mon Feb  3 20:36:17 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.34 2018/11/20 17:13:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.35 2020/02/03 20:36:17 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -155,7 +155,9 @@ ${PYSITELIB}/cms/locale/en/LC_MESSAGES/d
 ${PYSITELIB}/cms/locale/en/LC_MESSAGES/django.po
 ${PYSITELIB}/cms/locale/en/LC_MESSAGES/djangojs.mo
 ${PYSITELIB}/cms/locale/en/LC_MESSAGES/djangojs.po
+${PYSITELIB}/cms/locale/en_GB/LC_MESSAGES/django.mo
 ${PYSITELIB}/cms/locale/en_GB/LC_MESSAGES/django.po
+${PYSITELIB}/cms/locale/en_GB/LC_MESSAGES/djangojs.mo
 ${PYSITELIB}/cms/locale/en_GB/LC_MESSAGES/djangojs.po
 ${PYSITELIB}/cms/locale/eo/LC_MESSAGES/django.mo
 ${PYSITELIB}/cms/locale/eo/LC_MESSAGES/django.po
@@ -257,6 +259,10 @@ ${PYSITELIB}/cms/locale/km/LC_MESSAGES/d
 ${PYSITELIB}/cms/locale/km/LC_MESSAGES/django.po
 ${PYSITELIB}/cms/locale/km/LC_MESSAGES/djangojs.mo
 ${PYSITELIB}/cms/locale/km/LC_MESSAGES/djangojs.po
+${PYSITELIB}/cms/locale/ko/LC_MESSAGES/django.mo
+${PYSITELIB}/cms/locale/ko/LC_MESSAGES/django.po
+${PYSITELIB}/cms/locale/ko/LC_MESSAGES/djangojs.mo
+${PYSITELIB}/cms/locale/ko/LC_MESSAGES/djangojs.po
 ${PYSITELIB}/cms/locale/ko_KR/LC_MESSAGES/django.mo
 ${PYSITELIB}/cms/locale/ko_KR/LC_MESSAGES/django.po
 ${PYSITELIB}/cms/locale/ko_KR/LC_MESSAGES/djangojs.mo
@@ -329,7 +335,9 @@ ${PYSITELIB}/cms/locale/sl_SI/LC_MESSAGE
 ${PYSITELIB}/cms/locale/sl_SI/LC_MESSAGES/django.po
 ${PYSITELIB}/cms/locale/sl_SI/LC_MESSAGES/djangojs.mo
 ${PYSITELIB}/cms/locale/sl_SI/LC_MESSAGES/djangojs.po
+${PYSITELIB}/cms/locale/sq/LC_MESSAGES/django.mo
 ${PYSITELIB}/cms/locale/sq/LC_MESSAGES/django.po
+${PYSITELIB}/cms/locale/sq/LC_MESSAGES/djangojs.mo
 ${PYSITELIB}/cms/locale/sq/LC_MESSAGES/djangojs.po
 ${PYSITELIB}/cms/locale/sr@latin/LC_MESSAGES/django.mo
 ${PYSITELIB}/cms/locale/sr@latin/LC_MESSAGES/django.po
@@ -402,9 +410,6 @@ ${PYSITELIB}/cms/management/commands/sub
 ${PYSITELIB}/cms/management/commands/subcommands/list.py
 ${PYSITELIB}/cms/management/commands/subcommands/list.pyc
 ${PYSITELIB}/cms/management/commands/subcommands/list.pyo
-${PYSITELIB}/cms/management/commands/subcommands/moderator.py
-${PYSITELIB}/cms/management/commands/subcommands/moderator.pyc
-${PYSITELIB}/cms/management/commands/subcommands/moderator.pyo
 ${PYSITELIB}/cms/management/commands/subcommands/publisher_publish.py
 ${PYSITELIB}/cms/management/commands/subcommands/publisher_publish.pyc
 ${PYSITELIB}/cms/management/commands/subcommands/publisher_publish.pyo
@@ -498,12 +503,15 @@ ${PYSITELIB}/cms/migrations/0019_set_pag
 ${PYSITELIB}/cms/migrations/0020_old_tree_cleanup.py
 ${PYSITELIB}/cms/migrations/0020_old_tree_cleanup.pyc
 ${PYSITELIB}/cms/migrations/0020_old_tree_cleanup.pyo
+${PYSITELIB}/cms/migrations/0021_auto_20180507_1432.py
+${PYSITELIB}/cms/migrations/0021_auto_20180507_1432.pyc
+${PYSITELIB}/cms/migrations/0021_auto_20180507_1432.pyo
+${PYSITELIB}/cms/migrations/0022_auto_20180620_1551.py
+${PYSITELIB}/cms/migrations/0022_auto_20180620_1551.pyc
+${PYSITELIB}/cms/migrations/0022_auto_20180620_1551.pyo
 ${PYSITELIB}/cms/migrations/__init__.py
 ${PYSITELIB}/cms/migrations/__init__.pyc
 ${PYSITELIB}/cms/migrations/__init__.pyo
-${PYSITELIB}/cms/migrations/_base.py
-${PYSITELIB}/cms/migrations/_base.pyc
-${PYSITELIB}/cms/migrations/_base.pyo
 ${PYSITELIB}/cms/models/__init__.py
 ${PYSITELIB}/cms/models/__init__.pyc
 ${PYSITELIB}/cms/models/__init__.pyo
@@ -588,24 +596,9 @@ ${PYSITELIB}/cms/signals/__init__.pyo
 ${PYSITELIB}/cms/signals/apphook.py
 ${PYSITELIB}/cms/signals/apphook.pyc
 ${PYSITELIB}/cms/signals/apphook.pyo
-${PYSITELIB}/cms/signals/page.py
-${PYSITELIB}/cms/signals/page.pyc
-${PYSITELIB}/cms/signals/page.pyo
 ${PYSITELIB}/cms/signals/permissions.py
 ${PYSITELIB}/cms/signals/permissions.pyc
 ${PYSITELIB}/cms/signals/permissions.pyo
-${PYSITELIB}/cms/signals/placeholder.py
-${PYSITELIB}/cms/signals/placeholder.pyc
-${PYSITELIB}/cms/signals/placeholder.pyo
-${PYSITELIB}/cms/signals/plugins.py
-${PYSITELIB}/cms/signals/plugins.pyc
-${PYSITELIB}/cms/signals/plugins.pyo
-${PYSITELIB}/cms/signals/title.py
-${PYSITELIB}/cms/signals/title.pyc
-${PYSITELIB}/cms/signals/title.pyo
-${PYSITELIB}/cms/signals/utils.py
-${PYSITELIB}/cms/signals/utils.pyc
-${PYSITELIB}/cms/signals/utils.pyo
 ${PYSITELIB}/cms/sitemaps/__init__.py
 ${PYSITELIB}/cms/sitemaps/__init__.pyc
 ${PYSITELIB}/cms/sitemaps/__init__.pyo
@@ -895,7 +888,6 @@ ${PYSITELIB}/cms/templates/cms/toolbar/i
 ${PYSITELIB}/cms/templates/cms/toolbar/items/logo.html
 ${PYSITELIB}/cms/templates/cms/toolbar/items/menu.html
 ${PYSITELIB}/cms/templates/cms/toolbar/plugin.html
-${PYSITELIB}/cms/templates/cms/toolbar/render_plugin_block.html
 ${PYSITELIB}/cms/templates/cms/toolbar/structure.html
 ${PYSITELIB}/cms/templates/cms/toolbar/toolbar.html
 ${PYSITELIB}/cms/templates/cms/toolbar/toolbar_javascript.html
@@ -1069,9 +1061,6 @@ ${PYSITELIB}/cms/test_utils/project/plac
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/urls.py
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/urls.pyc
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/urls.pyo
-${PYSITELIB}/cms/test_utils/project/placeholderapp/urls_multi.py
-${PYSITELIB}/cms/test_utils/project/placeholderapp/urls_multi.pyc
-${PYSITELIB}/cms/test_utils/project/placeholderapp/urls_multi.pyo
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/views.py
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/views.pyc
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/views.pyo

Index: pkgsrc/www/py-django-cms/distinfo
diff -u pkgsrc/www/py-django-cms/distinfo:1.40 pkgsrc/www/py-django-cms/distinfo:1.41
--- pkgsrc/www/py-django-cms/distinfo:1.40      Tue Nov 20 17:13:32 2018
+++ pkgsrc/www/py-django-cms/distinfo   Mon Feb  3 20:36:17 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2018/11/20 17:13:32 adam Exp $
+$NetBSD: distinfo,v 1.41 2020/02/03 20:36:17 adam Exp $
 
-SHA1 (django-cms-3.5.3.tar.gz) = f4520f6610e611d90ced3d5ae8f3b38696a9fd1d
-RMD160 (django-cms-3.5.3.tar.gz) = 7d5d3bdae254f8757d370ec9dc64a676f55e4efd
-SHA512 (django-cms-3.5.3.tar.gz) = 626edd5eba6e13fb7c8faec0d19afc426aa05d3ab112162faeb18a9d6aeac592d3997692689ba2030d53fc4a205ef10cf0695fb5f0c5a0c795c2c0b12fac265f
-Size (django-cms-3.5.3.tar.gz) = 4758572 bytes
+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



Home | Main Index | Thread Index | Old Index