pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-mezzanine py-mezzanine: updated to 4.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c060e9716c0e
branches:  trunk
changeset: 324673:c060e9716c0e
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 26 09:27:09 2018 +0000

description:
py-mezzanine: updated to 4.3.1

Version 4.3.1:
* Allow fabfile to be importable when building docs
* Remove top-level __init__.py from new projects.
* Fix HTML escaping.

Version 4.3.0:
* Added explicit on_delete arguments for all ForeignKey models
* Only generate thumbnails in RichText when absolute width/height used.
* Removed null attribute from slug CharField
* Converted all template.render calls to pass a dict instead of a Context object
* Fixed MezzanineBackend.authenticate backend to accept a request argument, added in Django 1.11
* Fixed test_multiple_comment_forms to be agnostic of the order of HTML attributes
* Altered annotation behaviour of search results. Previously this was done implicitly in the SearchQuerySet.iterator() method,. which Django would call internally when evaluating the queryset. Django 
1.11 changed its behaviour to use a ModelIterator class instead of. just calling iterator() on the queryset. Rather than suppy a custom. ModelIterator, we just make the annotate explicit
* Updated setup and test configuration to include Django 1.11
* password reset: 'http' -> request.schema. This fixes a potential security vulnerability in which the password. reset url is exposed to untrusted intermediary nodes in the network.
* Add explicit on_delete arguments to foreign keys in migrations
* Use TextField for Field.label and Field.help_text. Now length limits for user-defined labels and help_texts are enforced in the admin instead of the DB, which should prevent any further migrations
* Get rid of max_length settings for mezzanine.forms
* Timezone aware blog months.
* Test and simplify blog_months
* Weigh search results by age. Weigh search results by their age by default. Add a new setting,. SEARCH_AGE_SCALE_FACTOR, controlling how much emphasis to put on the. age when ranking results (set 
this to 0 to revert to the old behavior)
* Split dev and prod ALLOWED_HOSTS. Django started checking ALLOWED_HOSTS when DEBUG=True a few releases back.
* Update docs related to ALLOWED_HOSTS
* Fix the old url parsing in import wordpress
* Use Django's six module
* Don't warn Mezzanine about itself
* Looser check for LocalMiddleware.
* Modified the blog homepage pattern to a working version. Added import it requires
* Remove explicit show_banner argument from inner_run. This broke --noreload for me.
* Handle MIDDLEWARE_CLASSES -> MIDDLEWARE
* Don't use lazy static loading when Django's ManifestStaticFilesStorage is configured.
* Link to Pillow docs for dependencies
* Adding new site to site list. Adding "The National: New Australian Art" to the site list. https://the-national.com.au
* Doesn't convert JPG/JPEG images to RGBA.
* Remove all device-detection features
* Remove mentions of device handling from docs
* Use template loaders instead of middlware for host-based template swapping
* Add docs on upgrading from TemplateForHostMiddleware
* Create __init__.py so Python can find directory
* Properly parse positional args. As demonstrated by using call_command, the positional args not. processed. This may be a left-over from optarg migration. Usage property is no longer necessary
* Fix build fail while in here
* Added more tests por pages
* Update page_not_found view args.
* Rename Displayable is_public to published
* Test Nginx config before restarting. This way the configuration won't be updated if it's broken, and you also get an error message in the terminal explaining why it's broken (instead of just 
telling you to check service status/journal)
* Enable browser-native spell checking in WYSIWYG tinymce editor, which got wiped in 82339b0 . Previously introduced in 86f6ef6
* Fixing the support for external links which are moved to child categories in the menu hierarchy
* Update LOGOUT_URL to make use of ACCOUNT_URL
* Ensure template vars for form defaults are properly escaped
* Fix drag-n-drop for Form field inlines. Inherit from DynamicInlineAdminForm to inject the necessary JS files
* Fix failing tests that assume threadlocals have been set up
* Pulled out middleware present check into its own function. And fixed Python 3 compat
* Made all middleware installation checking consistent. All check by string first, and then for classes and subclasses,. correctly ignoring things that aren't classes
* Fix failing tests that assume threadlocals have been set up
* Fix keywords widget for Django 1.11.
* Fix sense of SITE_PERMISSION_MIDDLEWARE check. Issue introduced by commit 00f4a63c
* Fix sense of other check for SITE_PERMISSION_MIDDLEWARE. Issue introduced by commit 00f4a63
* Added basic tests for TemplateSettings. The tests follow the existing functionality
* Gave TemplateSettings a useful __repr__. Previously it just returned '{}' always, from super()s empty dict
* Don't emit warning when doing force_text(TestSettings()). This is to fix the behaviour of getting lots of instances of: UserWarning: __unicode__ is not in TEMPLATE_ACCESSIBLE_SETTINGS. if you have 
django-debug-tool installed
* Prevent changes to FORMS_EXTRA_FIELDS setting creating new migrations
* Support access to related model on Django 2+
* Fix safe string handling in richtext filters
* Fix some test warnings
* Add deprecation handling for mark_safe as decorator
* Fix SplitSelectDateTimeWidget which Django 1.9 broke.
* Fix usage of request.scheme in password reset email
* Make thumbnail tag recognize .PNG and .GIF. Files with the upper case extensions .PNG and .GIF are now recognized by. the thumbnail template tag as being PNG- and GIF images, respectively,. instead 
of being treated as JPEG images
* Added gcc and rsync for the full deployment on the freshly installed Debian (eg. on OVH)
* Support SelectDateWidget in django 1.8 and django 2.x
* Narrow exception handling to ImportError only

diffstat:

 www/py-mezzanine/ALTERNATIVES                                                             |    2 +-
 www/py-mezzanine/MESSAGE                                                                  |   55 ----
 www/py-mezzanine/Makefile                                                                 |   22 +-
 www/py-mezzanine/PLIST                                                                    |  112 +---------
 www/py-mezzanine/distinfo                                                                 |   25 +-
 www/py-mezzanine/patches/patch-mezzanine_blog_migrations_0003__auto__20170411__0504.py    |   35 ---
 www/py-mezzanine/patches/patch-mezzanine_blog_templatetags_blog__tags.py                  |   13 -
 www/py-mezzanine/patches/patch-mezzanine_core_auth__backends.py                           |   16 -
 www/py-mezzanine/patches/patch-mezzanine_core_managers.py                                 |   26 --
 www/py-mezzanine/patches/patch-mezzanine_core_models.py                                   |   48 ----
 www/py-mezzanine/patches/patch-mezzanine_core_templatetags_mezzanine__tags.py             |  102 ---------
 www/py-mezzanine/patches/patch-mezzanine_generic_migrations_0003__auto__20170411__0504.py |   29 --
 www/py-mezzanine/patches/patch-mezzanine_generic_templatetags_comment__tags.py            |   34 ---
 www/py-mezzanine/patches/patch-mezzanine_generic_templatetags_rating__tags.py             |   13 -
 www/py-mezzanine/patches/patch-mezzanine_generic_tests.py                                 |   16 -
 www/py-mezzanine/patches/patch-mezzanine_pages_migrations_0004__auto__20170411__0504.py   |   29 --
 www/py-mezzanine/patches/patch-mezzanine_pages_templatetags_pages__tags.py                |   25 --
 www/py-mezzanine/patches/patch-mezzanine_template_____init____.py                         |   28 --
 www/py-mezzanine/patches/patch-mezzanine_utils_email.py                                   |   34 ---
 www/py-mezzanine/patches/patch-setup.py                                                   |   16 -
 20 files changed, 25 insertions(+), 655 deletions(-)

diffs (truncated from 816 to 300 lines):

diff -r 8e701fd76a08 -r c060e9716c0e www/py-mezzanine/ALTERNATIVES
--- a/www/py-mezzanine/ALTERNATIVES     Fri Oct 26 09:24:14 2018 +0000
+++ b/www/py-mezzanine/ALTERNATIVES     Fri Oct 26 09:27:09 2018 +0000
@@ -1,1 +1,1 @@
-bin/mezzanine-project @PREFIX@/bin/mezzanine-project@PYVERSSUFFIX@
+bin/mezzanine-project @PREFIX@/bin/mezzanine-project-@PYVERSSUFFIX@
diff -r 8e701fd76a08 -r c060e9716c0e www/py-mezzanine/MESSAGE
--- a/www/py-mezzanine/MESSAGE  Fri Oct 26 09:24:14 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2013/01/03 15:31:08 ryoon Exp $
-
-To use Mezzanine, you will need to perform the following steps.
-
-1. If you want to use with PostgreSQL server, install
-   databases/postgresql91-server and enable it, then create database.
-
-       $ sudo ${PREFIX}/share/examples/rc.d/pgsql onestart
-       $ sudo -u pgsql createuser -P
-       Enter name of role to add: YOURUSERNAME
-       Enter password for new role: YOURPASSWORD
-       Enter it again: YOURPASSWORD
-       Shall the new role be a superuser? (y/n) n
-       Shall the new role be allowed to create databases? (y/n) y
-       Shall the new role be allowed to create more new roles? (y/n) n
-       $ createdb dev.db -U YOURUSERNAME
-
-2. Change current directory to somewhere you want to deploy website.
-
-       $ mezzanine-project project_name
-       # cd project_name
-
-3. Edit local_settings.py.
-
-DEBUG = True
-
-DATABASES = {
-    "default": {
-        # Ends with "postgresql_psycopg2", "mysql", "sqlite3" or "oracle".
-        "ENGINE": "django.db.backends.postgresql_psycopg2",
-        # DB name or path to database file if using sqlite3.
-        "NAME": "dev.db",
-        # Not used with sqlite3.
-        "USER": "YOUUSERNAME",
-        # Not used with sqlite3.
-        "PASSWORD": "YOURPASSWORD",
-        # Set to empty string for localhost. Not used with sqlite3.
-        "HOST": "",
-        # Set to empty string for default. Not used with sqlite3.
-        "PORT": "",
-    }
-}
-
-4. Create database.
-
-       ${PYTHONBIN} manage.py createdb --noinput
-
-5. Run web server
-
-       ${PYTHONBIN} manage.py runserver
-
-6. Access http://localhost:8000/admin/ and setup. Username/password are
-   admin/default.
-===========================================================================
diff -r 8e701fd76a08 -r c060e9716c0e www/py-mezzanine/Makefile
--- a/www/py-mezzanine/Makefile Fri Oct 26 09:24:14 2018 +0000
+++ b/www/py-mezzanine/Makefile Fri Oct 26 09:27:09 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/12/30 13:44:21 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/10/26 09:27:09 adam Exp $
 
-DISTNAME=      Mezzanine-4.2.3
+DISTNAME=      Mezzanine-4.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mezzanine/}
@@ -16,28 +16,22 @@
 DEPENDS+=      ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
 DEPENDS+=      ${PYPKGPREFIX}-django>=1.8:../../www/py-django
 DEPENDS+=      ${PYPKGPREFIX}-django-contrib-comments-[0-9]*:../../www/py-django-contrib-comments
+DEPENDS+=      ${PYPKGPREFIX}-filebrowser_safe>=0.5.0:../../www/py-filebrowser_safe
 DEPENDS+=      ${PYPKGPREFIX}-future>=0.9.0:../../devel/py-future
+DEPENDS+=      ${PYPKGPREFIX}-grappelli_safe>=0.5.0:../../www/py-grappelli_safe
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
 DEPENDS+=      ${PYPKGPREFIX}-tzlocal>=1.0:../../time/py-tzlocal
-
-DEPENDS+=      ${PYPKGPREFIX}-filebrowser_safe-[0-9]*:../../www/py-filebrowser_safe
-DEPENDS+=      ${PYPKGPREFIX}-grappelli_safe-[0-9]*:../../www/py-grappelli_safe
-
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-flakes>=0.6.1:../../devel/py-flakes
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pep8>=1.4.1:../../devel/py-pep8
+TEST_DEPENDS+= ${PYPKGPREFIX}-flakes>=0.6.1:../../devel/py-flakes
+TEST_DEPENDS+= ${PYPKGPREFIX}-pep8>=1.4.1:../../devel/py-pep8
 
 USE_LANGUAGES= # none
 
-MESSAGE_SUBST+=        PYTHONBIN=${PYTHONBIN}
-
 REPLACE_PYTHON=        mezzanine/project_template/manage.py
 
-pre-configure:
-       find ${WRKSRC} -name '*.orig' -delete
-
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} mezzanine-project mezzanine-project${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+               ${MV} mezzanine-project mezzanine-project-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
diff -r 8e701fd76a08 -r c060e9716c0e www/py-mezzanine/PLIST
--- a/www/py-mezzanine/PLIST    Fri Oct 26 09:24:14 2018 +0000
+++ b/www/py-mezzanine/PLIST    Fri Oct 26 09:27:09 2018 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2017/12/30 13:44:21 adam Exp $
-bin/mezzanine-project${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.3 2018/10/26 09:27:09 adam Exp $
+bin/mezzanine-project-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -892,6 +892,9 @@
 ${PYSITELIB}/mezzanine/forms/migrations/0005_auto_20151026_1600.py
 ${PYSITELIB}/mezzanine/forms/migrations/0005_auto_20151026_1600.pyc
 ${PYSITELIB}/mezzanine/forms/migrations/0005_auto_20151026_1600.pyo
+${PYSITELIB}/mezzanine/forms/migrations/0006_auto_20170425_2225.py
+${PYSITELIB}/mezzanine/forms/migrations/0006_auto_20170425_2225.pyc
+${PYSITELIB}/mezzanine/forms/migrations/0006_auto_20170425_2225.pyo
 ${PYSITELIB}/mezzanine/forms/migrations/__init__.py
 ${PYSITELIB}/mezzanine/forms/migrations/__init__.pyc
 ${PYSITELIB}/mezzanine/forms/migrations/__init__.pyo
@@ -1171,105 +1174,9 @@
 ${PYSITELIB}/mezzanine/mobile/__init__.py
 ${PYSITELIB}/mezzanine/mobile/__init__.pyc
 ${PYSITELIB}/mezzanine/mobile/__init__.pyo
-${PYSITELIB}/mezzanine/mobile/locale/ar/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/ar/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/bg/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/bg/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/ca/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/ca/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/cs/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/cs/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/da/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/da/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/de/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/de/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/en/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/en/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/eo/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/eo/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/es/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/es/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/et/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/et/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/fa/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/fa/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/fa_IR/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/fa_IR/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/fi/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/fi/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/fr/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/fr/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/hr_HR/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/hr_HR/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/hu/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/hu/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/id_ID/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/id_ID/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/is_IS/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/is_IS/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/it/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/it/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/ja/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/ja/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/ko/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/ko/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/lv/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/lv/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/nb/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/nb/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/nl/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/nl/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/pap/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/pap/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/pl/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/pl/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/pt_BR/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/pt_BR/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/pt_PT/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/pt_PT/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/ru/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/ru/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/sk/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/sk/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/sr_Latn/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/sr_Latn/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/sv/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/sv/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/tr/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/tr/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/uk_UA/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/uk_UA/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/vi_VN/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/vi_VN/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/zh/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/zh/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/zh_CN/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/zh_CN/LC_MESSAGES/django.po
-${PYSITELIB}/mezzanine/mobile/locale/zh_TW/LC_MESSAGES/django.mo
-${PYSITELIB}/mezzanine/mobile/locale/zh_TW/LC_MESSAGES/django.po
 ${PYSITELIB}/mezzanine/mobile/models.py
 ${PYSITELIB}/mezzanine/mobile/models.pyc
 ${PYSITELIB}/mezzanine/mobile/models.pyo
-${PYSITELIB}/mezzanine/mobile/static/css/global-mobile.css
-${PYSITELIB}/mezzanine/mobile/static/css/jquery.mobile-1.2.1.min.css
-${PYSITELIB}/mezzanine/mobile/static/css/mobile.rtl.css
-${PYSITELIB}/mezzanine/mobile/static/img/icon-home.png
-${PYSITELIB}/mezzanine/mobile/static/img/mobile-bg.gif
-${PYSITELIB}/mezzanine/mobile/static/js/jquery.mobile-1.2.1.min.js
-${PYSITELIB}/mezzanine/mobile/templates/mobile/404.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/500.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/base.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/blog/blog_post_detail.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/blog/blog_post_list.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/includes/footer_scripts.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/includes/pagination.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/includes/search.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/index.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/form.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/menus/mobile.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/page.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/pages/richtextpage.html
-${PYSITELIB}/mezzanine/mobile/templates/mobile/search_results.html
 ${PYSITELIB}/mezzanine/pages/__init__.py
 ${PYSITELIB}/mezzanine/pages/__init__.pyc
 ${PYSITELIB}/mezzanine/pages/__init__.pyo
@@ -1467,6 +1374,12 @@
 ${PYSITELIB}/mezzanine/template/loader_tags.py
 ${PYSITELIB}/mezzanine/template/loader_tags.pyc
 ${PYSITELIB}/mezzanine/template/loader_tags.pyo
+${PYSITELIB}/mezzanine/template/loaders/__init__.py
+${PYSITELIB}/mezzanine/template/loaders/__init__.pyc
+${PYSITELIB}/mezzanine/template/loaders/__init__.pyo
+${PYSITELIB}/mezzanine/template/loaders/host_themes.py
+${PYSITELIB}/mezzanine/template/loaders/host_themes.pyc
+${PYSITELIB}/mezzanine/template/loaders/host_themes.pyo
 ${PYSITELIB}/mezzanine/twitter/__init__.py
 ${PYSITELIB}/mezzanine/twitter/__init__.pyc
 ${PYSITELIB}/mezzanine/twitter/__init__.pyo
@@ -1598,9 +1511,6 @@
 ${PYSITELIB}/mezzanine/utils/deprecation.py
 ${PYSITELIB}/mezzanine/utils/deprecation.pyc
 ${PYSITELIB}/mezzanine/utils/deprecation.pyo
-${PYSITELIB}/mezzanine/utils/device.py
-${PYSITELIB}/mezzanine/utils/device.pyc
-${PYSITELIB}/mezzanine/utils/device.pyo
 ${PYSITELIB}/mezzanine/utils/docs.py
 ${PYSITELIB}/mezzanine/utils/docs.pyc
 ${PYSITELIB}/mezzanine/utils/docs.pyo
diff -r 8e701fd76a08 -r c060e9716c0e www/py-mezzanine/distinfo
--- a/www/py-mezzanine/distinfo Fri Oct 26 09:24:14 2018 +0000
+++ b/www/py-mezzanine/distinfo Fri Oct 26 09:27:09 2018 +0000
@@ -1,21 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/12/30 13:44:21 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/10/26 09:27:09 adam Exp $
 
-SHA1 (Mezzanine-4.2.3.tar.gz) = a3319d8f4e0387855b49a75feea0f4c1e510d2cf
-RMD160 (Mezzanine-4.2.3.tar.gz) = bb444a9d656a8a886c74b41ca1478aa9b1299f89
-SHA512 (Mezzanine-4.2.3.tar.gz) = 3a9ad97e2ab18b6e907b46c55a03c1533a674a0b7fc5025d82aa2bcb5957a4ca4e289763a8019f8fd1e0f8fe06f4d612f89c71fea87de868ed82e6faa536e674
-Size (Mezzanine-4.2.3.tar.gz) = 6249272 bytes
-SHA1 (patch-mezzanine_blog_migrations_0003__auto__20170411__0504.py) = dfb439df9fcdec0557e1d946ea1ef1a6abd3a712
-SHA1 (patch-mezzanine_blog_templatetags_blog__tags.py) = 19ce513504304b49c1b30105f1d4a53d4db8f633
-SHA1 (patch-mezzanine_core_auth__backends.py) = 64a01c0b7a85a4f12f27d10b000ba6c7a12fb1f8
-SHA1 (patch-mezzanine_core_managers.py) = 76e7e5528f225499f5c22fa6b9b8227e1f47c651
-SHA1 (patch-mezzanine_core_models.py) = 9fcbd5feb064d5860a41f7e0eb0db988dd7b8ad4
-SHA1 (patch-mezzanine_core_templatetags_mezzanine__tags.py) = f6d0e7cc7833f6d08a91db8a2dff7f970a09b79e
-SHA1 (patch-mezzanine_generic_migrations_0003__auto__20170411__0504.py) = db912eef23154db88eab374de4ad49544d596fcc
-SHA1 (patch-mezzanine_generic_templatetags_comment__tags.py) = 18c79b0128b4f4e9a6e5a86a1d48418b4e673fec
-SHA1 (patch-mezzanine_generic_templatetags_rating__tags.py) = 8c7889f3a5d5a4c2c03bc4668429063a898499ee
-SHA1 (patch-mezzanine_generic_tests.py) = 174bf0846ce29b249741b143c3991bd0be5c5ba7
-SHA1 (patch-mezzanine_pages_migrations_0004__auto__20170411__0504.py) = 904fd0894fb1e75dbf95a86213c621d4c2b5bf15
-SHA1 (patch-mezzanine_pages_templatetags_pages__tags.py) = 55d199b354056c8bc0550fd47c566ef192424fb0
-SHA1 (patch-mezzanine_template_____init____.py) = 231910e2080c80fbd89281af371744ca88b6bf61
-SHA1 (patch-mezzanine_utils_email.py) = 6faad20f8604228edee60d024cf854378bbf89aa
-SHA1 (patch-setup.py) = b6b3b12e560adcc2d3e13221023df5b5eb22171a
+SHA1 (Mezzanine-4.3.1.tar.gz) = 3d8a60489488772f345b7bd538af5ac69c958814
+RMD160 (Mezzanine-4.3.1.tar.gz) = 86f7837c50a2658b5e1715570110fec1bb15dbdb
+SHA512 (Mezzanine-4.3.1.tar.gz) = 9f16e5403faa069b95fcc1b8d5eea0e6bfc70861708a11074aa002ecf1a424354f3aa3cd5af68a7d01c4b6ed2b381a4cdcee1ceac75d06d659a9e4c59a94f74b
+Size (Mezzanine-4.3.1.tar.gz) = 6208692 bytes
diff -r 8e701fd76a08 -r c060e9716c0e www/py-mezzanine/patches/patch-mezzanine_blog_migrations_0003__auto__20170411__0504.py
--- a/www/py-mezzanine/patches/patch-mezzanine_blog_migrations_0003__auto__20170411__0504.py    Fri Oct 26 09:24:14 2018 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,35 +0,0 @@
-$NetBSD: patch-mezzanine_blog_migrations_0003__auto__20170411__0504.py,v 1.1 2017/12/30 13:44:21 adam Exp $
-
-Django 1.11 support.
-https://github.com/stephenmcd/mezzanine/pull/1750



Home | Main Index | Thread Index | Old Index