pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-django-cms Changes 3.0.13:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d19491ec079
branches:  trunk
changeset: 650088:8d19491ec079
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 17 15:16:41 2015 +0000

description:
Changes 3.0.13:
Numerous documentation updates especially for installation and the tutorial
Numerous improvements to translations
Improves reliability of apphooks
Improves reliabiliy of Advanced Settings for pages when using apphooks
Allow page deletion after template removal
Improves upstream caching accuracy
Improves CMSAttachMenu registration
Improves handling of mistyped URLs
Improves redirection as a result of changes to page slugs, etc.
Improves performance of "watched models"
Improves frontend performance relating to resizing the sideframe
Corrects an issue where items might not be visible in structue mode menus
Limits version of django-mptt used in CMS for 3.0.x
Prevent accidental upgrades to Django 1.8, which is not yet supported

diffstat:

 www/py-django-cms/Makefile |  4 ++--
 www/py-django-cms/PLIST    |  8 +++++++-
 www/py-django-cms/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r c8a275c965da -r 8d19491ec079 www/py-django-cms/Makefile
--- a/www/py-django-cms/Makefile        Fri Apr 17 15:14:15 2015 +0000
+++ b/www/py-django-cms/Makefile        Fri Apr 17 15:16:41 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2015/03/08 08:23:21 adam Exp $
+# $NetBSD: Makefile,v 1.31 2015/04/17 15:16:41 adam Exp $
 
-DISTNAME=      django-cms-3.0.12
+DISTNAME=      django-cms-3.0.13
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  http://pypi.python.org/packages/source/d/django-cms/
diff -r c8a275c965da -r 8d19491ec079 www/py-django-cms/PLIST
--- a/www/py-django-cms/PLIST   Fri Apr 17 15:14:15 2015 +0000
+++ b/www/py-django-cms/PLIST   Fri Apr 17 15:16:41 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2015/02/19 11:07:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2015/04/17 15:16:41 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -1220,6 +1220,12 @@
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0002_charpksexample.py
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0002_charpksexample.pyc
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0002_charpksexample.pyo
+${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0003_example1_publish.py
+${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0003_example1_publish.pyc
+${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0003_example1_publish.pyo
+${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0004_auto_20150415_1913.py
+${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0004_auto_20150415_1913.pyc
+${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/0004_auto_20150415_1913.pyo
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/__init__.py
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/__init__.pyc
 ${PYSITELIB}/cms/test_utils/project/placeholderapp/migrations_django/__init__.pyo
diff -r c8a275c965da -r 8d19491ec079 www/py-django-cms/distinfo
--- a/www/py-django-cms/distinfo        Fri Apr 17 15:14:15 2015 +0000
+++ b/www/py-django-cms/distinfo        Fri Apr 17 15:16:41 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2015/03/08 08:23:21 adam Exp $
+$NetBSD: distinfo,v 1.24 2015/04/17 15:16:41 adam Exp $
 
-SHA1 (django-cms-3.0.12.tar.gz) = 077fd62639d848d6a1c9ec4bcf03a2ce0a0c7ef1
-RMD160 (django-cms-3.0.12.tar.gz) = 26761b6860d98a208061b5949b6989862a3f13c9
-Size (django-cms-3.0.12.tar.gz) = 6817613 bytes
+SHA1 (django-cms-3.0.13.tar.gz) = 1b21f19c84d1dac3c41a0d935158e33e00d67a60
+RMD160 (django-cms-3.0.13.tar.gz) = bc3ff20b44043b411ad29953286119487649cbf2
+Size (django-cms-3.0.13.tar.gz) = 3860334 bytes



Home | Main Index | Thread Index | Old Index