[tryton-debian-vcs] tryton-modules-party branch debian updated. debian/4.4.0-1-3-gecc342d

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 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-party.git;a=commitdiff;h=debian/4.4.0-1-3-gecc342d

commit ecc342dba009589952bbcf60849579d0b1239852
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:09:52 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index c21d524..4acd758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-party (4.4.1-1) unstable; urgency=medium
+
+  * Change the maintainer address to tryton-debian at lists.alioth.debian.org
+    (Closes: #865109).
+  * Merging upstream version 4.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 02 Jul 2017 17:09:52 +0200
+
 tryton-modules-party (4.4.0-1) unstable; urgency=medium
 
   * Merging upstream version 4.4.0.
commit 82410ea2d856368c3cf744d7a94379f4db881207
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:09:51 2017 +0200

    Merging upstream version 4.4.1.

diff --git a/CHANGELOG b/CHANGELOG
index a7ca9b7..198c601 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.0 - 2017-05-01
 * Bug fixes (see mercurial logs for details)
 * Use static selection for identifier type
diff --git a/PKG-INFO b/PKG-INFO
index 34e24fe..7ae05fe 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_party
-Version: 4.4.0
+Version: 4.4.1
 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 4d33fd4..ffa0379 100644
--- a/contact_mechanism.py
+++ b/contact_mechanism.py
@@ -238,14 +238,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 920e3b3..0cffbb9 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.4.1
 depends:
     country
     ir
diff --git a/trytond_party.egg-info/PKG-INFO b/trytond_party.egg-info/PKG-INFO
index 17620c6..797351c 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.4.0
+Version: 4.4.1
 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