[tryton-debian-vcs] tryton-modules-google-maps branch upstream updated. upstream/3.6.0-1-g193f39c

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 11 11:24:23 UTC 2015


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-google-maps.git;a=commitdiff;h=upstream/3.6.0-1-g193f39c

commit 193f39c0024419ecf7b837c8a1a601f82e5b738c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Nov 11 12:11:11 2015 +0100

    Adding upstream version 3.8.0.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 08f952d..e339ff3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.0 - 2015-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.0 - 2015-04-20
 * Bug fixes (see mercurial logs for details)
 * Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index b01353f..88642fd 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_google_maps
-Version: 3.6.0
+Version: 3.8.0
 Summary: Tryton module to link addresses to Google Maps
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/3.6/
+Download-URL: http://downloads.tryton.org/3.8/
 Description: trytond_google_maps
         ===================
         
@@ -59,6 +59,9 @@ Classifier: Natural Language :: Dutch
 Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
+Classifier: Natural Language :: Hungarian
+Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
diff --git a/locale/es_EC.po b/locale/es_EC.po
index 0d376f9..d6602c8 100644
--- a/locale/es_EC.po
+++ b/locale/es_EC.po
@@ -4,4 +4,4 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:party.address,google_maps_url:"
 msgid "Google Maps"
-msgstr "Mapas de Google"
+msgstr "Google Maps"
diff --git a/locale/es_EC.po b/locale/es_MX.po
similarity index 100%
copy from locale/es_EC.po
copy to locale/es_MX.po
diff --git a/locale/es_EC.po b/locale/hu_HU.po
similarity index 83%
copy from locale/es_EC.po
copy to locale/hu_HU.po
index 0d376f9..b68e518 100644
--- a/locale/es_EC.po
+++ b/locale/hu_HU.po
@@ -4,4 +4,4 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:party.address,google_maps_url:"
 msgid "Google Maps"
-msgstr "Mapas de Google"
+msgstr ""
diff --git a/locale/es_EC.po b/locale/it_IT.po
similarity index 83%
copy from locale/es_EC.po
copy to locale/it_IT.po
index 0d376f9..b68e518 100644
--- a/locale/es_EC.po
+++ b/locale/it_IT.po
@@ -4,4 +4,4 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:party.address,google_maps_url:"
 msgid "Google Maps"
-msgstr "Mapas de Google"
+msgstr ""
diff --git a/locale/es_EC.po b/locale/ja_JP.po
similarity index 83%
copy from locale/es_EC.po
copy to locale/ja_JP.po
index 0d376f9..b68e518 100644
--- a/locale/es_EC.po
+++ b/locale/ja_JP.po
@@ -4,4 +4,4 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:party.address,google_maps_url:"
 msgid "Google Maps"
-msgstr "Mapas de Google"
+msgstr ""
diff --git a/locale/es_EC.po b/locale/lt_LT.po
similarity index 83%
copy from locale/es_EC.po
copy to locale/lt_LT.po
index 0d376f9..b68e518 100644
--- a/locale/es_EC.po
+++ b/locale/lt_LT.po
@@ -4,4 +4,4 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:party.address,google_maps_url:"
 msgid "Google Maps"
-msgstr "Mapas de Google"
+msgstr ""
diff --git a/locale/es_EC.po b/locale/pt_BR.po
similarity index 83%
copy from locale/es_EC.po
copy to locale/pt_BR.po
index 0d376f9..d6602c8 100644
--- a/locale/es_EC.po
+++ b/locale/pt_BR.po
@@ -4,4 +4,4 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:party.address,google_maps_url:"
 msgid "Google Maps"
-msgstr "Mapas de Google"
+msgstr "Google Maps"
diff --git a/setup.py b/setup.py
index 8ed6cf8..9bd6103 100644
--- a/setup.py
+++ b/setup.py
@@ -80,6 +80,9 @@ setup(name=name,
         'Natural Language :: English',
         'Natural Language :: French',
         'Natural Language :: German',
+        'Natural Language :: Hungarian',
+        'Natural Language :: Italian',
+        'Natural Language :: Portuguese (Brazilian)',
         'Natural Language :: Russian',
         'Natural Language :: Slovenian',
         'Natural Language :: Spanish',
diff --git a/tryton.cfg b/tryton.cfg
index ea5c5c1..c8dd1af 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.0
+version=3.8.0
 depends:
     ir
     party
diff --git a/trytond_google_maps.egg-info/PKG-INFO b/trytond_google_maps.egg-info/PKG-INFO
index 1ead783..b31e7cf 100644
--- a/trytond_google_maps.egg-info/PKG-INFO
+++ b/trytond_google_maps.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-google-maps
-Version: 3.6.0
+Version: 3.8.0
 Summary: Tryton module to link addresses to Google Maps
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: issue_tracker at tryton.org
 License: GPL-3
-Download-URL: http://downloads.tryton.org/3.6/
+Download-URL: http://downloads.tryton.org/3.8/
 Description: trytond_google_maps
         ===================
         
@@ -59,6 +59,9 @@ Classifier: Natural Language :: Dutch
 Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
+Classifier: Natural Language :: Hungarian
+Classifier: Natural Language :: Italian
+Classifier: Natural Language :: Portuguese (Brazilian)
 Classifier: Natural Language :: Russian
 Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
diff --git a/trytond_google_maps.egg-info/SOURCES.txt b/trytond_google_maps.egg-info/SOURCES.txt
index 44dd9b5..eacceff 100644
--- a/trytond_google_maps.egg-info/SOURCES.txt
+++ b/trytond_google_maps.egg-info/SOURCES.txt
@@ -19,8 +19,14 @@ tryton.cfg
 ./locale/es_CO.po
 ./locale/es_EC.po
 ./locale/es_ES.po
+./locale/es_MX.po
 ./locale/fr_FR.po
+./locale/hu_HU.po
+./locale/it_IT.po
+./locale/ja_JP.po
+./locale/lt_LT.po
 ./locale/nl_NL.po
+./locale/pt_BR.po
 ./locale/ru_RU.po
 ./locale/sl_SI.po
 ./tests/__init__.py
@@ -35,8 +41,14 @@ locale/es_AR.po
 locale/es_CO.po
 locale/es_EC.po
 locale/es_ES.po
+locale/es_MX.po
 locale/fr_FR.po
+locale/hu_HU.po
+locale/it_IT.po
+locale/ja_JP.po
+locale/lt_LT.po
 locale/nl_NL.po
+locale/pt_BR.po
 locale/ru_RU.po
 locale/sl_SI.po
 trytond_google_maps.egg-info/PKG-INFO
diff --git a/trytond_google_maps.egg-info/requires.txt b/trytond_google_maps.egg-info/requires.txt
index 22756d4..fb92f88 100644
--- a/trytond_google_maps.egg-info/requires.txt
+++ b/trytond_google_maps.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_party >= 3.6, < 3.7
-trytond >= 3.6, < 3.7
\ No newline at end of file
+trytond_party >= 3.8, < 3.9
+trytond >= 3.8, < 3.9
\ No newline at end of file
-- 
tryton-modules-google-maps



More information about the tryton-debian-vcs mailing list