Subject: CVS commit: pkgsrc/www/py-djangocms-googlemap
From: Adam Ciarcinski
Date: 2018-11-20 19:44:03
Message id: 20181120184403.D76EEFB1F@cvs.NetBSD.org

Log Message:
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)

Files:
RevisionActionfile
1.5modifypkgsrc/www/py-djangocms-googlemap/Makefile
1.3modifypkgsrc/www/py-djangocms-googlemap/PLIST
1.4modifypkgsrc/www/py-djangocms-googlemap/distinfo
1.1addpkgsrc/www/py-djangocms-googlemap/patches/patch-setup.py