pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-djangocms-googlemap py-djangocms-googlemap: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6e83d1e02fb
branches:  trunk
changeset: 315290:b6e83d1e02fb
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 20 18:44:03 2018 +0000

description:
py-djangocms-googlemap: updated to 1.2.0

1.2.0:
Fixed an issue with map not always setting correct zoom level
Removed admin url data attribute from the map marker if cms isn't in edit mode
Added support for Django 1.11, 2.0 and 2.1
Removed support for Django 1.8, 1.9, 1.10
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 4.0

1.1.1:
Refactored migration 0005 to avoid using the django CMS api because it can lead to database errors when the models on file don't match the ones in the migration.
Moved Google Apps API Key to an environment variable on Divio Cloud

1.1.0:
Added support for customize marker icon
Updated translations

1.0.2:
Fixed an issue where 0005 migration mismatches lat/lng values when creating the new nested structure from older upgrades
Updated translations

1.0.1:
Prevent changes to DJANGOCMS_GOOGLEMAP_XXX settings from requiring new migrations
Changed naming of Aldryn to Divio Cloud
Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.4 and dropped 3.2
Fixed zoom level not correctly being applied
Fixed latitude/longitude data attribute values being incorrectly parsed for locales not using a period as decimal separator (e.g. german)

diffstat:

 www/py-djangocms-googlemap/Makefile               |  11 +++--
 www/py-djangocms-googlemap/PLIST                  |  41 ++++++++++++++++------
 www/py-djangocms-googlemap/distinfo               |  11 +++--
 www/py-djangocms-googlemap/patches/patch-setup.py |  15 ++++++++
 4 files changed, 57 insertions(+), 21 deletions(-)

diffs (132 lines):

diff -r f4aef9d01a56 -r b6e83d1e02fb www/py-djangocms-googlemap/Makefile
--- a/www/py-djangocms-googlemap/Makefile       Tue Nov 20 18:42:31 2018 +0000
+++ b/www/py-djangocms-googlemap/Makefile       Tue Nov 20 18:44:03 2018 +0000
@@ -1,18 +1,19 @@
-# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:49 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/11/20 18:44:03 adam Exp $
 
-DISTNAME=      djangocms-googlemap-0.4.0
+DISTNAME=      djangocms-googlemap-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/djangocms-googlemap/}
 
 MAINTAINER=    adam%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/divio/djangocms-googlemap/
+HOMEPAGE=      https://github.com/divio/djangocms-googlemap
 COMMENT=       Google Maps plugin for django CMS
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms
+DEPENDS+=      ${PYPKGPREFIX}-django-cms>=3.4.5:../../www/py-django-cms
+DEPENDS+=      ${PYPKGPREFIX}-django-filer-[0-9]*:../../www/py-django-filer
 
-USE_LANGUAGES=         # none
+USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f4aef9d01a56 -r b6e83d1e02fb www/py-djangocms-googlemap/PLIST
--- a/www/py-djangocms-googlemap/PLIST  Tue Nov 20 18:42:31 2018 +0000
+++ b/www/py-djangocms-googlemap/PLIST  Tue Nov 20 18:44:03 2018 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2016/03/06 14:31:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/11/20 18:44:03 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/djangocms_googlemap/__init__.py
 ${PYSITELIB}/djangocms_googlemap/__init__.pyc
@@ -10,9 +11,6 @@
 ${PYSITELIB}/djangocms_googlemap/cms_plugins.py
 ${PYSITELIB}/djangocms_googlemap/cms_plugins.pyc
 ${PYSITELIB}/djangocms_googlemap/cms_plugins.pyo
-${PYSITELIB}/djangocms_googlemap/forms.py
-${PYSITELIB}/djangocms_googlemap/forms.pyc
-${PYSITELIB}/djangocms_googlemap/forms.pyo
 ${PYSITELIB}/djangocms_googlemap/locale/af/LC_MESSAGES/django.mo
 ${PYSITELIB}/djangocms_googlemap/locale/af/LC_MESSAGES/django.po
 ${PYSITELIB}/djangocms_googlemap/locale/ar/LC_MESSAGES/django.mo
@@ -164,16 +162,37 @@
 ${PYSITELIB}/djangocms_googlemap/migrations/0001_initial.py
 ${PYSITELIB}/djangocms_googlemap/migrations/0001_initial.pyc
 ${PYSITELIB}/djangocms_googlemap/migrations/0001_initial.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0002_auto_20160622_1031.py
+${PYSITELIB}/djangocms_googlemap/migrations/0002_auto_20160622_1031.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0002_auto_20160622_1031.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0003_auto_20160825_1829.py
+${PYSITELIB}/djangocms_googlemap/migrations/0003_auto_20160825_1829.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0003_auto_20160825_1829.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0004_adapted_fields.py
+${PYSITELIB}/djangocms_googlemap/migrations/0004_adapted_fields.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0004_adapted_fields.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0005_create_nested_plugins.py
+${PYSITELIB}/djangocms_googlemap/migrations/0005_create_nested_plugins.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0005_create_nested_plugins.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0006_remove_fields.py
+${PYSITELIB}/djangocms_googlemap/migrations/0006_remove_fields.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0006_remove_fields.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0007_reset_null_values.py
+${PYSITELIB}/djangocms_googlemap/migrations/0007_reset_null_values.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0007_reset_null_values.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0008_removed_null_fields.py
+${PYSITELIB}/djangocms_googlemap/migrations/0008_removed_null_fields.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0008_removed_null_fields.pyo
+${PYSITELIB}/djangocms_googlemap/migrations/0009_googlemapmarker_icon.py
+${PYSITELIB}/djangocms_googlemap/migrations/0009_googlemapmarker_icon.pyc
+${PYSITELIB}/djangocms_googlemap/migrations/0009_googlemapmarker_icon.pyo
 ${PYSITELIB}/djangocms_googlemap/migrations/__init__.py
 ${PYSITELIB}/djangocms_googlemap/migrations/__init__.pyc
 ${PYSITELIB}/djangocms_googlemap/migrations/__init__.pyo
 ${PYSITELIB}/djangocms_googlemap/models.py
 ${PYSITELIB}/djangocms_googlemap/models.pyc
 ${PYSITELIB}/djangocms_googlemap/models.pyo
-${PYSITELIB}/djangocms_googlemap/south_migrations/0001_initial.py
-${PYSITELIB}/djangocms_googlemap/south_migrations/0001_initial.pyc
-${PYSITELIB}/djangocms_googlemap/south_migrations/0001_initial.pyo
-${PYSITELIB}/djangocms_googlemap/south_migrations/__init__.py
-${PYSITELIB}/djangocms_googlemap/south_migrations/__init__.pyc
-${PYSITELIB}/djangocms_googlemap/south_migrations/__init__.pyo
-${PYSITELIB}/djangocms_googlemap/templates/cms/plugins/googlemap.html
+${PYSITELIB}/djangocms_googlemap/static/djangocms_googlemap/js/djangocms.googlemap.js
+${PYSITELIB}/djangocms_googlemap/templates/djangocms_googlemap/default/map.html
+${PYSITELIB}/djangocms_googlemap/templates/djangocms_googlemap/default/marker.html
+${PYSITELIB}/djangocms_googlemap/templates/djangocms_googlemap/default/route.html
diff -r f4aef9d01a56 -r b6e83d1e02fb www/py-djangocms-googlemap/distinfo
--- a/www/py-djangocms-googlemap/distinfo       Tue Nov 20 18:42:31 2018 +0000
+++ b/www/py-djangocms-googlemap/distinfo       Tue Nov 20 18:44:03 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/03/06 14:31:58 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/11/20 18:44:03 adam Exp $
 
-SHA1 (djangocms-googlemap-0.4.0.tar.gz) = 30be0ef5d599db8bae3e2b1d80a7a84e5452ed68
-RMD160 (djangocms-googlemap-0.4.0.tar.gz) = e51054632e26e799e97f49d32ec05a08367e5d5b
-SHA512 (djangocms-googlemap-0.4.0.tar.gz) = f1d3ce2929f221eb1b995f4265f25712c93985270f24ee0379da452b5d7b9965dde2f8858bdb2b8ac0ebb86b8ac7ef44123b3f271a4497ac686ce09e04f48a85
-Size (djangocms-googlemap-0.4.0.tar.gz) = 50222 bytes
+SHA1 (djangocms-googlemap-1.2.0.tar.gz) = e8ebafff382e15f67593227e455701af27e64ce8
+RMD160 (djangocms-googlemap-1.2.0.tar.gz) = 5b1bff27135a6b40262c46d6c89dffeaeac5c64b
+SHA512 (djangocms-googlemap-1.2.0.tar.gz) = 97d1470596c4576faf45695f27e34326355d9e22de286b7c7829f6bec2754152ca535d686007a4eb92900a88a66b57a10f3256be59083de92795d7ae693ba27f
+Size (djangocms-googlemap-1.2.0.tar.gz) = 38368 bytes
+SHA1 (patch-setup.py) = b2d1a85c164df18fe9d57c2dc6b2adfa6e913819
diff -r f4aef9d01a56 -r b6e83d1e02fb www/py-djangocms-googlemap/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-djangocms-googlemap/patches/patch-setup.py Tue Nov 20 18:44:03 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.1 2018/11/20 18:44:03 adam Exp $
+
+Do not install tests.
+
+--- setup.py.orig      2018-11-20 18:13:56.000000000 +0000
++++ setup.py
+@@ -40,7 +40,7 @@ setup(
+     license='BSD',
+     description='Adds Google Maps plugins to django CMS.',
+     long_description=open('README.rst').read(),
+-    packages=find_packages(),
++    packages=find_packages(exclude=['tests']),
+     include_package_data=True,
+     zip_safe=False,
+     install_requires=REQUIREMENTS,



Home | Main Index | Thread Index | Old Index