[tryton-debian-vcs] tryton-modules-currency branch debian updated. debian/4.4.0-4-3-gb91ff52

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Sep 5 13:20:57 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-currency.git;a=commitdiff;h=debian/4.4.0-4-3-gb91ff52

commit b91ff52a1a7ea4a20e89f297bbe3234f38e73558
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Sep 5 13:41:00 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 2473b60..c85362d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-currency (4.4.1-1) unstable; urgency=medium
+
+  * Bump the Standards-Version to 4.1.0, no changes needed.
+  * Merging upstream version 4.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Tue, 05 Sep 2017 13:40:59 +0200
+
 tryton-modules-currency (4.4.0-4) unstable; urgency=medium
 
   * Switch to Python3.
commit 7513f8d908c600f2a311174f1c65b237a591fd34
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Sep 5 13:40:59 2017 +0200

    Merging upstream version 4.4.1.

diff --git a/CHANGELOG b/CHANGELOG
index 9e4a2a1..2491702 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-09-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.0 - 2017-05-01
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 1a85538..43d2803 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_currency
-Version: 4.4.0
+Version: 4.4.1
 Summary: Tryton module with currencies
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/currency.py b/currency.py
index cdcbe5e..80d43a1 100644
--- a/currency.py
+++ b/currency.py
@@ -244,7 +244,6 @@ class Currency(ModelSQL, ModelView):
 class Rate(ModelSQL, ModelView):
     'Rate'
     __name__ = 'currency.currency.rate'
-    _rec_name = 'date'
     date = fields.Date('Date', required=True, select=True)
     rate = fields.Numeric('Rate', digits=(12, 6), required=1)
     currency = fields.Many2One('currency.currency', 'Currency',
@@ -270,3 +269,6 @@ class Rate(ModelSQL, ModelView):
     @classmethod
     def check_xml_record(self, records, values):
         return True
+
+    def get_rec_name(self, name):
+        return str(self.date)
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 2e68083..02669f9 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.4.1
 depends:
     ir
     res
diff --git a/trytond_currency.egg-info/PKG-INFO b/trytond_currency.egg-info/PKG-INFO
index ccdc5d9..8c03c42 100644
--- a/trytond_currency.egg-info/PKG-INFO
+++ b/trytond_currency.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-currency
-Version: 4.4.0
+Version: 4.4.1
 Summary: Tryton module with currencies
 Home-page: http://www.tryton.org/
 Author: Tryton
commit c9959a8ff34349a3411c34612be84c2d13450dce
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Sep 5 13:27:13 2017 +0200

    Bump the Standards-Version to 4.1.0, no changes needed.

diff --git a/debian/control b/debian/control
index b7da3c6..d2f30b6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  dh-python,
  python3,
  python3-setuptools,
-Standards-Version: 4.0.1
+Standards-Version: 4.1.0
 Homepage: http://www.tryton.org/
 Vcs-Browser: https://anonscm.debian.org/cgit/tryton/tryton-modules-currency.git
 Vcs-Git: https://anonscm.debian.org/cgit/tryton/tryton-modules-currency.git
-- 
tryton-modules-currency



More information about the tryton-debian-vcs mailing list