Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 838957A2CF for ; Fri, 2 Dec 2016 12:28:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2AAE5855A3; Fri, 2 Dec 2016 12:28:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC93385592 for ; Fri, 2 Dec 2016 12:28:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FB6H8OtAZUgy for ; Fri, 2 Dec 2016 12:28:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4B21B8557D for ; Fri, 2 Dec 2016 12:28:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 40E34FBA6; Fri, 2 Dec 2016 12:28:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480681688191300" MIME-Version: 1.0 Date: Fri, 2 Dec 2016 12:28:08 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-django-cms To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20161202122808.40E34FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1480681688191300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 2 12:28:08 UTC 2016 Modified Files: pkgsrc/www/py-django-cms: Makefile PLIST distinfo Log Message: Changes 3.4.1: * Fixed a regression when static placeholder was uneditable if it was present on the page multiple times * Removed globally unique constraint for Apphook configs. * Fixed a bug when keyboard shortcuts were triggered when form fields were focused * Fixed a bug when ``shift + space`` shortcut wouldn't correctly highlight a plugin in the structure board * Fixed a bug when plugins that have top-level svg element would break structure board * Fixed a bug where output from the ``show_admin_menu_for_pages`` template tag was escaped in Django 1.9 * Fixed a bug where plugins would be rendered as editable if toolbar was shown but user was not in edit mode. * Fixed css reset issue with shortcuts modal To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/www/py-django-cms/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/py-django-cms/PLIST cvs rdiff -u -r1.32 -r1.33 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. --_----------=_1480681688191300 Content-Disposition: inline Content-Length: 21115 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-django-cms/Makefile diff -u pkgsrc/www/py-django-cms/Makefile:1.40 pkgsrc/www/py-django-cms/Makefile:1.41 --- pkgsrc/www/py-django-cms/Makefile:1.40 Mon Sep 12 13:21:31 2016 +++ pkgsrc/www/py-django-cms/Makefile Fri Dec 2 12:28:08 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2016/09/12 13:21:31 adam Exp $ +# $NetBSD: Makefile,v 1.41 2016/12/02 12:28:08 adam Exp $ -DISTNAME= django-cms-3.3.2 +DISTNAME= django-cms-3.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GITHUB:=divio/} Index: pkgsrc/www/py-django-cms/PLIST diff -u pkgsrc/www/py-django-cms/PLIST:1.27 pkgsrc/www/py-django-cms/PLIST:1.28 --- pkgsrc/www/py-django-cms/PLIST:1.27 Mon Sep 12 13:21:31 2016 +++ pkgsrc/www/py-django-cms/PLIST Fri Dec 2 12:28:08 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2016/09/12 13:21:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.28 2016/12/02 12:28:08 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -14,15 +14,6 @@ ${PYSITELIB}/cms/admin/__init__.pyo ${PYSITELIB}/cms/admin/change_list.py ${PYSITELIB}/cms/admin/change_list.pyc ${PYSITELIB}/cms/admin/change_list.pyo -${PYSITELIB}/cms/admin/dialog/__init__.py -${PYSITELIB}/cms/admin/dialog/__init__.pyc -${PYSITELIB}/cms/admin/dialog/__init__.pyo -${PYSITELIB}/cms/admin/dialog/forms.py -${PYSITELIB}/cms/admin/dialog/forms.pyc -${PYSITELIB}/cms/admin/dialog/forms.pyo -${PYSITELIB}/cms/admin/dialog/views.py -${PYSITELIB}/cms/admin/dialog/views.pyc -${PYSITELIB}/cms/admin/dialog/views.pyo ${PYSITELIB}/cms/admin/forms.py ${PYSITELIB}/cms/admin/forms.pyc ${PYSITELIB}/cms/admin/forms.pyo @@ -44,9 +35,6 @@ ${PYSITELIB}/cms/admin/static_placeholde ${PYSITELIB}/cms/admin/useradmin.py ${PYSITELIB}/cms/admin/useradmin.pyc ${PYSITELIB}/cms/admin/useradmin.pyo -${PYSITELIB}/cms/admin/views.py -${PYSITELIB}/cms/admin/views.pyc -${PYSITELIB}/cms/admin/views.pyo ${PYSITELIB}/cms/api.py ${PYSITELIB}/cms/api.pyc ${PYSITELIB}/cms/api.pyo @@ -659,9 +647,6 @@ ${PYSITELIB}/cms/signals/placeholder.pyo ${PYSITELIB}/cms/signals/plugins.py ${PYSITELIB}/cms/signals/plugins.pyc ${PYSITELIB}/cms/signals/plugins.pyo -${PYSITELIB}/cms/signals/reversion_signals.py -${PYSITELIB}/cms/signals/reversion_signals.pyc -${PYSITELIB}/cms/signals/reversion_signals.pyo ${PYSITELIB}/cms/signals/title.py ${PYSITELIB}/cms/signals/title.pyc ${PYSITELIB}/cms/signals/title.pyo @@ -671,15 +656,15 @@ ${PYSITELIB}/cms/sitemaps/__init__.pyo ${PYSITELIB}/cms/sitemaps/cms_sitemap.py ${PYSITELIB}/cms/sitemaps/cms_sitemap.pyc ${PYSITELIB}/cms/sitemaps/cms_sitemap.pyo -${PYSITELIB}/cms/static/cms/css/cms.base.css -${PYSITELIB}/cms/static/cms/css/cms.pagetree.css -${PYSITELIB}/cms/static/cms/css/cms.welcome.css -${PYSITELIB}/cms/static/cms/css/cms.wizard.css -${PYSITELIB}/cms/static/cms/fonts/django-cms-iconfont.eot -${PYSITELIB}/cms/static/cms/fonts/django-cms-iconfont.svg -${PYSITELIB}/cms/static/cms/fonts/django-cms-iconfont.ttf -${PYSITELIB}/cms/static/cms/fonts/django-cms-iconfont.woff -${PYSITELIB}/cms/static/cms/fonts/django-cms-iconfont.woff2 +${PYSITELIB}/cms/static/cms/css/${PKGVERSION}/cms.base.css +${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/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 +${PYSITELIB}/cms/static/cms/fonts/${PKGVERSION}/django-cms-iconfont.woff +${PYSITELIB}/cms/static/cms/fonts/${PKGVERSION}/django-cms-iconfont.woff2 ${PYSITELIB}/cms/static/cms/fonts/src/_template.svgz ${PYSITELIB}/cms/static/cms/fonts/src/alias.svg ${PYSITELIB}/cms/static/cms/fonts/src/arrow-right.svg @@ -749,14 +734,14 @@ ${PYSITELIB}/cms/static/cms/img/toolbar/ ${PYSITELIB}/cms/static/cms/js/admin.base.js ${PYSITELIB}/cms/static/cms/js/admin.changeform.js ${PYSITELIB}/cms/static/cms/js/admin.pagetree.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.admin.base.min.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.admin.changeform.min.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.admin.pagetree.min.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.admin.widget.min.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.forms.apphookselect.min.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.forms.pageselectwidget.min.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.forms.pagesmartlinkwidget.min.js -${PYSITELIB}/cms/static/cms/js/dist/bundle.toolbar.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.admin.base.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.admin.changeform.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.admin.pagetree.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.admin.widget.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.forms.apphookselect.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.forms.pageselectwidget.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.forms.pagesmartlinkwidget.min.js +${PYSITELIB}/cms/static/cms/js/dist/${PKGVERSION}/bundle.toolbar.min.js ${PYSITELIB}/cms/static/cms/js/libs/class.min.js ${PYSITELIB}/cms/static/cms/js/libs/jquery.min.js ${PYSITELIB}/cms/static/cms/js/libs/jstree/jstree.grid.min.js @@ -782,10 +767,20 @@ ${PYSITELIB}/cms/static/cms/js/modules/g ${PYSITELIB}/cms/static/cms/js/modules/jquery.noconflict.post.js ${PYSITELIB}/cms/static/cms/js/modules/jquery.noconflict.pre.js ${PYSITELIB}/cms/static/cms/js/modules/jquery.transition.js +${PYSITELIB}/cms/static/cms/js/modules/jquery.trap.js ${PYSITELIB}/cms/static/cms/js/modules/jquery.ui.custom.js ${PYSITELIB}/cms/static/cms/js/modules/jquery.ui.nestedsortable.js ${PYSITELIB}/cms/static/cms/js/modules/jquery.ui.touchpunch.js +${PYSITELIB}/cms/static/cms/js/modules/keyboard.js +${PYSITELIB}/cms/static/cms/js/modules/nextuntil.js +${PYSITELIB}/cms/static/cms/js/modules/shortcuts/create-modal.js +${PYSITELIB}/cms/static/cms/js/modules/shortcuts/help.html +${PYSITELIB}/cms/static/cms/js/modules/shortcuts/help.js +${PYSITELIB}/cms/static/cms/js/modules/shortcuts/index.js +${PYSITELIB}/cms/static/cms/js/modules/shortcuts/placeholders.js +${PYSITELIB}/cms/static/cms/js/modules/shortcuts/toolbar.js ${PYSITELIB}/cms/static/cms/js/modules/simplemap.js +${PYSITELIB}/cms/static/cms/js/modules/tmpl.js ${PYSITELIB}/cms/static/cms/js/polyfills/array.prototype.findindex.js ${PYSITELIB}/cms/static/cms/js/polyfills/function.prototype.bind.js ${PYSITELIB}/cms/static/cms/js/select2/LICENSE @@ -863,6 +858,7 @@ ${PYSITELIB}/cms/static/cms/sass/compone ${PYSITELIB}/cms/static/cms/sass/components/_modal.scss ${PYSITELIB}/cms/static/cms/sass/components/_pluginpicker.scss ${PYSITELIB}/cms/static/cms/sass/components/_reset.scss +${PYSITELIB}/cms/static/cms/sass/components/_shortcuts.scss ${PYSITELIB}/cms/static/cms/sass/components/_sideframe.scss ${PYSITELIB}/cms/static/cms/sass/components/_structureboard.scss ${PYSITELIB}/cms/static/cms/sass/components/_subnav.scss @@ -890,8 +886,6 @@ ${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/history/recover_header.html -${PYSITELIB}/cms/templates/admin/cms/page/history/revision_header.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 @@ -900,14 +894,12 @@ ${PYSITELIB}/cms/templates/admin/cms/pag ${PYSITELIB}/cms/templates/admin/cms/page/plugin/error_form.html ${PYSITELIB}/cms/templates/admin/cms/page/plugin/submit_line.html ${PYSITELIB}/cms/templates/admin/cms/page/submit_row.html +${PYSITELIB}/cms/templates/admin/cms/page/tree/actions_dropdown.html ${PYSITELIB}/cms/templates/admin/cms/page/tree/base.html ${PYSITELIB}/cms/templates/admin/cms/page/tree/copy_premissions.html ${PYSITELIB}/cms/templates/admin/cms/page/tree/filter.html -${PYSITELIB}/cms/templates/admin/cms/page/tree/lazy_child_menu.html -${PYSITELIB}/cms/templates/admin/cms/page/tree/lazy_menu.html ${PYSITELIB}/cms/templates/admin/cms/page/tree/legend.html ${PYSITELIB}/cms/templates/admin/cms/page/tree/menu.html -${PYSITELIB}/cms/templates/admin/cms/page/tree/menu_fragment.html ${PYSITELIB}/cms/templates/admin/cms/usersettings/change_form.html ${PYSITELIB}/cms/templates/cms/content.html ${PYSITELIB}/cms/templates/cms/dummy.html @@ -993,6 +985,9 @@ ${PYSITELIB}/cms/test_utils/project/bunc ${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/0001_initial.py ${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/0001_initial.pyc ${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/0001_initial.pyo +${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/0002_auto_20160816_1216.py +${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/0002_auto_20160816_1216.pyc +${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/0002_auto_20160816_1216.pyo ${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/bunch_of_plugins/migrations/__init__.pyo @@ -1056,6 +1051,9 @@ ${PYSITELIB}/cms/test_utils/project/exte ${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/0002_auto_20150607_2207.py ${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/0002_auto_20150607_2207.pyc ${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/0002_auto_20150607_2207.pyo +${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/0003_multitablepageextension_multitablepageextensionparent_multitabletitleextension_multitabletitleextens.py +${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/0003_multitablepageextension_multitablepageextensionparent_multitabletitleextension_multitabletitleextens.pyc +${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/0003_multitablepageextension_multitablepageextensionparent_multitabletitleextension_multitabletitleextens.pyo ${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/extensionapp/migrations/__init__.pyo @@ -1074,18 +1072,6 @@ ${PYSITELIB}/cms/test_utils/project/fake ${PYSITELIB}/cms/test_utils/project/fakemlng/models.py ${PYSITELIB}/cms/test_utils/project/fakemlng/models.pyc ${PYSITELIB}/cms/test_utils/project/fakemlng/models.pyo -${PYSITELIB}/cms/test_utils/project/fileapp/__init__.py -${PYSITELIB}/cms/test_utils/project/fileapp/__init__.pyc -${PYSITELIB}/cms/test_utils/project/fileapp/__init__.pyo -${PYSITELIB}/cms/test_utils/project/fileapp/migrations/0001_initial.py -${PYSITELIB}/cms/test_utils/project/fileapp/migrations/0001_initial.pyc -${PYSITELIB}/cms/test_utils/project/fileapp/migrations/0001_initial.pyo -${PYSITELIB}/cms/test_utils/project/fileapp/migrations/__init__.py -${PYSITELIB}/cms/test_utils/project/fileapp/migrations/__init__.pyc -${PYSITELIB}/cms/test_utils/project/fileapp/migrations/__init__.pyo -${PYSITELIB}/cms/test_utils/project/fileapp/models.py -${PYSITELIB}/cms/test_utils/project/fileapp/models.pyc -${PYSITELIB}/cms/test_utils/project/fileapp/models.pyo ${PYSITELIB}/cms/test_utils/project/models.py ${PYSITELIB}/cms/test_utils/project/models.pyc ${PYSITELIB}/cms/test_utils/project/models.pyo @@ -1101,9 +1087,9 @@ ${PYSITELIB}/cms/test_utils/project/mti_ ${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0002_auto_20150112_2250.py ${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0002_auto_20150112_2250.pyc ${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0002_auto_20150112_2250.pyo -${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0003_auto_20160409_0838.py -${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0003_auto_20160409_0838.pyc -${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0003_auto_20160409_0838.pyo +${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0003_auto_20160818_2218.py +${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0003_auto_20160818_2218.pyc +${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/0003_auto_20160818_2218.pyo ${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/mti_pluginapp/migrations/__init__.pyo @@ -1170,6 +1156,9 @@ ${PYSITELIB}/cms/test_utils/project/plac ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/0005_example1_decimal_field.py ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/0005_example1_decimal_field.pyc ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/0005_example1_decimal_field.pyo +${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/0006_auto_20160816_1216.py +${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/0006_auto_20160816_1216.pyc +${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/0006_auto_20160816_1216.pyo ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations/__init__.pyo @@ -1227,6 +1216,9 @@ ${PYSITELIB}/cms/test_utils/project/plug ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/0002_auto_20151101_0919.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/0002_auto_20151101_0919.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/0002_auto_20151101_0919.pyo +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/0003_auto_20160816_1216.py +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/0003_auto_20160816_1216.pyc +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/0003_auto_20160816_1216.pyo ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/manytomany_rel/migrations/__init__.pyo @@ -1242,6 +1234,9 @@ ${PYSITELIB}/cms/test_utils/project/plug ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/0001_initial.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/0001_initial.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/0001_initial.pyo +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/0002_auto_20160816_1216.py +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/0002_auto_20160816_1216.pyc +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/0002_auto_20160816_1216.pyo ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/meta/migrations/__init__.pyo @@ -1254,6 +1249,9 @@ ${PYSITELIB}/cms/test_utils/project/plug ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/0001_initial.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/0001_initial.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/0001_initial.pyo +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/0002_auto_20160816_1216.py +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/0002_auto_20160816_1216.pyc +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/0002_auto_20160816_1216.pyo ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/one_thing/migrations/__init__.pyo @@ -1269,6 +1267,9 @@ ${PYSITELIB}/cms/test_utils/project/plug ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/0001_initial.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/0001_initial.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/0001_initial.pyo +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/0002_auto_20160816_1216.py +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/0002_auto_20160816_1216.pyc +${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/0002_auto_20160816_1216.pyo ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/__init__.py ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/__init__.pyc ${PYSITELIB}/cms/test_utils/project/pluginapp/plugins/revdesc/migrations/__init__.pyo @@ -1470,6 +1471,15 @@ ${PYSITELIB}/cms/tests/test_nonroot.pyo ${PYSITELIB}/cms/tests/test_page.py ${PYSITELIB}/cms/tests/test_page.pyc ${PYSITELIB}/cms/tests/test_page.pyo +${PYSITELIB}/cms/tests/test_page_admin.py +${PYSITELIB}/cms/tests/test_page_admin.pyc +${PYSITELIB}/cms/tests/test_page_admin.pyo +${PYSITELIB}/cms/tests/test_page_user_admin.py +${PYSITELIB}/cms/tests/test_page_user_admin.pyc +${PYSITELIB}/cms/tests/test_page_user_admin.pyo +${PYSITELIB}/cms/tests/test_page_user_group_admin.py +${PYSITELIB}/cms/tests/test_page_user_group_admin.pyc +${PYSITELIB}/cms/tests/test_page_user_group_admin.pyo ${PYSITELIB}/cms/tests/test_permissions.py ${PYSITELIB}/cms/tests/test_permissions.pyc ${PYSITELIB}/cms/tests/test_permissions.pyo @@ -1479,6 +1489,9 @@ ${PYSITELIB}/cms/tests/test_permmod.pyo ${PYSITELIB}/cms/tests/test_placeholder.py ${PYSITELIB}/cms/tests/test_placeholder.pyc ${PYSITELIB}/cms/tests/test_placeholder.pyo +${PYSITELIB}/cms/tests/test_placeholder_app_admin.py +${PYSITELIB}/cms/tests/test_placeholder_app_admin.pyc +${PYSITELIB}/cms/tests/test_placeholder_app_admin.pyo ${PYSITELIB}/cms/tests/test_plugins.py ${PYSITELIB}/cms/tests/test_plugins.pyc ${PYSITELIB}/cms/tests/test_plugins.pyo @@ -1491,9 +1504,6 @@ ${PYSITELIB}/cms/tests/test_publisher.py ${PYSITELIB}/cms/tests/test_rendering.py ${PYSITELIB}/cms/tests/test_rendering.pyc ${PYSITELIB}/cms/tests/test_rendering.pyo -${PYSITELIB}/cms/tests/test_reversion_tests.py -${PYSITELIB}/cms/tests/test_reversion_tests.pyc -${PYSITELIB}/cms/tests/test_reversion_tests.pyo ${PYSITELIB}/cms/tests/test_security.py ${PYSITELIB}/cms/tests/test_security.pyc ${PYSITELIB}/cms/tests/test_security.pyo @@ -1551,6 +1561,9 @@ ${PYSITELIB}/cms/toolbar/items.pyo ${PYSITELIB}/cms/toolbar/toolbar.py ${PYSITELIB}/cms/toolbar/toolbar.pyc ${PYSITELIB}/cms/toolbar/toolbar.pyo +${PYSITELIB}/cms/toolbar/utils.py +${PYSITELIB}/cms/toolbar/utils.pyc +${PYSITELIB}/cms/toolbar/utils.pyo ${PYSITELIB}/cms/toolbar_base.py ${PYSITELIB}/cms/toolbar_base.pyc ${PYSITELIB}/cms/toolbar_base.pyo @@ -1614,6 +1627,9 @@ ${PYSITELIB}/cms/utils/moderator.pyo ${PYSITELIB}/cms/utils/page.py ${PYSITELIB}/cms/utils/page.pyc ${PYSITELIB}/cms/utils/page.pyo +${PYSITELIB}/cms/utils/page_permissions.py +${PYSITELIB}/cms/utils/page_permissions.pyc +${PYSITELIB}/cms/utils/page_permissions.pyo ${PYSITELIB}/cms/utils/page_resolver.py ${PYSITELIB}/cms/utils/page_resolver.pyc ${PYSITELIB}/cms/utils/page_resolver.pyo Index: pkgsrc/www/py-django-cms/distinfo diff -u pkgsrc/www/py-django-cms/distinfo:1.32 pkgsrc/www/py-django-cms/distinfo:1.33 --- pkgsrc/www/py-django-cms/distinfo:1.32 Mon Sep 12 13:21:31 2016 +++ pkgsrc/www/py-django-cms/distinfo Fri Dec 2 12:28:08 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2016/09/12 13:21:31 adam Exp $ +$NetBSD: distinfo,v 1.33 2016/12/02 12:28:08 adam Exp $ -SHA1 (django-cms-3.3.2.tar.gz) = 4f1fbdbb92d4953fb72e6bc0d562e4dd7136953e -RMD160 (django-cms-3.3.2.tar.gz) = d0538c73240bf1e418eb126c136b500451973c41 -SHA512 (django-cms-3.3.2.tar.gz) = ddc12cee3b43027b7addd6cab0f0f3de20c7935d8882a3266d1e9a45276dedb0afaac1f8f932905082d034c58412234d169db944aedd864bf5b3f81b3e0806a4 -Size (django-cms-3.3.2.tar.gz) = 5051653 bytes +SHA1 (django-cms-3.4.1.tar.gz) = 0a6e8fa795b9558e082c35ba07bea762f1ea30e9 +RMD160 (django-cms-3.4.1.tar.gz) = 6dfdbb57b9c983fdc9f5bf37a2a0d391dc316b54 +SHA512 (django-cms-3.4.1.tar.gz) = ff767d8f644602a65d9427390d315b33872e6dcd94d06f7abe7778a5f893cc41d7574681f7558b0d4bfa56784d1eb7e4b0e4e570eb24b921c754083f946b99d0 +Size (django-cms-3.4.1.tar.gz) = 5071816 bytes --_----------=_1480681688191300--