[tryton-debian-vcs] tryton-modules-account-payment-sepa branch debian-stretch-3.6 updated. debian/3.6.4-1-2-gdb819f0

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


The following commit has been merged in the debian-stretch-3.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-payment-sepa.git;a=commitdiff;h=debian/3.6.4-1-2-gdb819f0

commit db819f00e3c387b7c1f724d9ac273739615b39d3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:19:35 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 3112ff1..c8d8614 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-payment-sepa (3.6.5-1) unstable; urgency=medium
+
+  * Merging upstream version 3.6.5.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 02 Jul 2017 17:19:35 +0200
+
 tryton-modules-account-payment-sepa (3.6.4-1) unstable; urgency=medium
 
   * Add the actual upstream maintainer key to signing-key.asc.
commit 94d0169e1f6a43f875d71ebf84754085cc77928c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:19:35 2017 +0200

    Merging upstream version 3.6.5.

diff --git a/CHANGELOG b/CHANGELOG
index 71e8e44..368391f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.5 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.4 - 2017-06-06
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 94f23e8..dcf9e49 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_payment_sepa
-Version: 3.6.4
+Version: 3.6.5
 Summary: Tryton module for SEPA payment
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/payment.py b/payment.py
index 4d6da05..1a97f6f 100644
--- a/payment.py
+++ b/payment.py
@@ -263,7 +263,7 @@ class Payment:
     def search_end_to_end_id(cls, name, domain):
         table = cls.__table__()
         _, operator, value = domain
-        cast = cls.sepa_end_to_end_id.sql_type().base
+        cast = cls.sepa_end_to_end_id._field.sql_type().base
         Operator = fields.SQL_OPERATORS[operator]
         query = table.select(table.id,
             where=Operator(table.id.cast(cast), value))
diff --git a/tryton.cfg b/tryton.cfg
index f4015db..79c8065 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.6.4
+version=3.6.5
 depends:
     account_payment
     company
diff --git a/trytond_account_payment_sepa.egg-info/PKG-INFO b/trytond_account_payment_sepa.egg-info/PKG-INFO
index 393046a..fc2cbd9 100644
--- a/trytond_account_payment_sepa.egg-info/PKG-INFO
+++ b/trytond_account_payment_sepa.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account-payment-sepa
-Version: 3.6.4
+Version: 3.6.5
 Summary: Tryton module for SEPA payment
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-account-payment-sepa



More information about the tryton-debian-vcs mailing list