[tryton-debian-vcs] tryton-modules-party branch debian-stretch-4.2 updated. debian/4.2.3-1-3-gce16b63

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Jul 2 17:55:41 UTC 2017


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

commit ce16b63650a28a54e550e60fb4153fea608d28cc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:11:18 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 1befd39..b41578d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-party (4.2.4-1) unstable; urgency=medium
+
+  * Setting the branch in the watch file to the fixed version 4.2.
+  * Merging upstream version 4.2.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 02 Jul 2017 17:11:18 +0200
+
 tryton-modules-party (4.2.3-1) unstable; urgency=medium
 
   * Add the actual upstream maintainer key to signing-key.asc.
commit 1e8370d404b241387c09aec83ac41273128d41ca
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:11:18 2017 +0200

    Merging upstream version 4.2.4.

diff --git a/CHANGELOG b/CHANGELOG
index 1214b6b..5c6d9ba 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.4 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.3 - 2017-03-10
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 85859fa..7936389 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_party
-Version: 4.2.3
+Version: 4.2.4
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/contact_mechanism.py b/contact_mechanism.py
index 9ace6a6..dbec5cb 100644
--- a/contact_mechanism.py
+++ b/contact_mechanism.py
@@ -237,14 +237,16 @@ class ContactMechanism(sequence_ordered(), ModelSQL, ModelView):
     @classmethod
     def write(cls, *args):
         actions = iter(args)
+        all_mechanisms = []
         for mechanisms, values in zip(actions, actions):
+            all_mechanisms.extend(mechanisms)
             if 'party' in values:
                 for mechanism in mechanisms:
                     if mechanism.party.id != values['party']:
                         cls.raise_user_error(
                             'write_party', (mechanism.rec_name,))
         super(ContactMechanism, cls).write(*args)
-        cls._format_values(mechanisms)
+        cls._format_values(all_mechanisms)
 
     @classmethod
     def validate(cls, mechanisms):
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff --git a/tryton.cfg b/tryton.cfg
index f47df75..253bc8c 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.3
+version=4.2.4
 depends:
     country
     ir
diff --git a/trytond_party.egg-info/PKG-INFO b/trytond_party.egg-info/PKG-INFO
index 7db3b0d..8fa4acb 100644
--- a/trytond_party.egg-info/PKG-INFO
+++ b/trytond_party.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-party
-Version: 4.2.3
+Version: 4.2.4
 Summary: Tryton module with parties and addresses
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-party



More information about the tryton-debian-vcs mailing list