[tryton-debian-vcs] tryton-modules-party-vcarddav branch debian updated. debian/4.0.0-1-3-g2525110

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Oct 3 14:14:14 UTC 2016


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-party-vcarddav.git;a=commitdiff;h=debian/4.0.0-1-3-g2525110

commit 25251101fdd035227a83ee035a8bc3e6737a22bb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Oct 3 12:56:48 2016 +0200

    Releasing debian version 4.0.1-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 90082ad..33c79e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-party-vcarddav (4.0.1-1) unstable; urgency=medium
+
+  * Updating to Standards-Version: 3.9.8, no changes needed.
+  * Merging upstream version 4.0.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 03 Oct 2016 12:56:48 +0200
+
 tryton-modules-party-vcarddav (4.0.0-1) unstable; urgency=medium
 
   * Updating signing-key.asc with the actual upstream maintainer keys.
commit fb978ba6c2449dddbd3b1b129417720c0a7f8545
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Oct 3 12:56:47 2016 +0200

    Merging upstream version 4.0.1.

diff --git a/CHANGELOG b/CHANGELOG
index 4879165..371bac5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.1 - 2016-10-02
+* Bug fixes (see mercurial logs for details)
+
 Version 4.0.0 - 2016-05-02
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 1ccac2f..4d4c178 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_party_vcarddav
-Version: 4.0.0
+Version: 4.0.1
 Summary: Tryton module for CardDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/party.py b/party.py
index abf19c9..28eae84 100644
--- a/party.py
+++ b/party.py
@@ -178,7 +178,7 @@ class Party:
                     continue
                 vals = {}
                 vals['value'] = email.value
-                res['contact_mechanisms'].append(('write', cm.id, vals))
+                res['contact_mechanisms'].append(('write', [cm.id], vals))
                 i += 1
             try:
                 new_emails = vcard.contents.get('email', [])[i:]
@@ -207,7 +207,7 @@ class Party:
                     continue
                 vals = {}
                 vals['value'] = tel.value
-                res['contact_mechanisms'].append(('write', cm.id, vals))
+                res['contact_mechanisms'].append(('write', [cm.id], vals))
                 i += 1
             try:
                 new_tels = vcard.contents.get('tel', [])[i:]
diff --git a/tryton.cfg b/tryton.cfg
index 13551f1..7424c73 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.0
+version=4.0.1
 depends:
     ir
     party
diff --git a/trytond_party_vcarddav.egg-info/PKG-INFO b/trytond_party_vcarddav.egg-info/PKG-INFO
index deaa430..ea7f7e8 100644
--- a/trytond_party_vcarddav.egg-info/PKG-INFO
+++ b/trytond_party_vcarddav.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-party-vcarddav
-Version: 4.0.0
+Version: 4.0.1
 Summary: Tryton module for CardDAV
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_party_vcarddav.egg-info/SOURCES.txt b/trytond_party_vcarddav.egg-info/SOURCES.txt
index 77c5d62..df057d9 100644
--- a/trytond_party_vcarddav.egg-info/SOURCES.txt
+++ b/trytond_party_vcarddav.egg-info/SOURCES.txt
@@ -26,11 +26,13 @@ tryton.cfg
 ./locale/hu_HU.po
 ./locale/it_IT.po
 ./locale/ja_JP.po
+./locale/lo_LA.po
 ./locale/lt_LT.po
 ./locale/nl_NL.po
 ./locale/pt_BR.po
 ./locale/ru_RU.po
 ./locale/sl_SI.po
+./locale/zh_CN.po
 doc/index.rst
 locale/bg_BG.po
 locale/ca_ES.po
diff --git a/trytond_party_vcarddav.egg-info/requires.txt b/trytond_party_vcarddav.egg-info/requires.txt
index 741517d..5aa39ff 100644
--- a/trytond_party_vcarddav.egg-info/requires.txt
+++ b/trytond_party_vcarddav.egg-info/requires.txt
@@ -3,4 +3,4 @@ PyWebDAV >= 0.9.8
 python-sql
 trytond_party >= 4.0, < 4.1
 trytond_webdav >= 4.0, < 4.1
-trytond >= 4.0, < 4.1
\ No newline at end of file
+trytond >= 4.0, < 4.1
-- 
tryton-modules-party-vcarddav



More information about the tryton-debian-vcs mailing list