[tryton-debian-vcs] tryton-modules-purchase-shipment-cost branch debian-jessie-3.2 updated. debian/3.2.2-1-4-g3fd0ebe

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Dec 19 18:48:15 UTC 2016


The following commit has been merged in the debian-jessie-3.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase-shipment-cost.git;a=commitdiff;h=debian/3.2.2-1-4-g3fd0ebe

commit 3fd0ebee5aec2647879ab645f0dcedbab2ee1909
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 19 11:37:19 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index ff6f1c7..c7cb568 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-purchase-shipment-cost (3.2.3-1) unstable; urgency=medium
+
+  * Updating signing-key.asc with the actual upstream maintainer keys.
+  * Merging upstream version 3.2.3.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 19 Dec 2016 11:37:19 +0100
+
 tryton-modules-purchase-shipment-cost (3.2.2-1) unstable; urgency=medium
 
   * Merging upstream version 3.2.2.
commit 06ddabf5e40efc8a5f18841964b9b15558cba6a7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 19 11:37:18 2016 +0100

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index b9f8e2c..5ee29bd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2011-2015 Cédric Krier
+Copyright: 2011-2016 Cédric Krier
            2011-2012 Bertrand Chenal
-           2011-2015 Nicolas Évrard
-           2011-2015 B2CK SPRL
+           2011-2016 Nicolas Évrard
+           2011-2016 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
commit cde6c4c2732a04db9af84577478bae623a4e495c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Dec 19 11:37:18 2016 +0100

    Merging upstream version 3.2.3.

diff --git a/CHANGELOG b/CHANGELOG
index 85f4a5a..75b3592 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.3 - 2016-12-17
+* Bug fixes (see mercurial logs for details)
+
 Version 3.2.2 - 2015-09-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 61e9a99..08226b5 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
-Copyright (C) 2011-2015 Cédric Krier.
+Copyright (C) 2011-2016 Cédric Krier.
 Copyright (C) 2011-2012 Bertrand Chenal.
-Copyright (C) 2011-2015 Nicolas Évrard.
-Copyright (C) 2011-2015 B2CK SPRL.
+Copyright (C) 2011-2016 Nicolas Évrard.
+Copyright (C) 2011-2016 B2CK SPRL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index cde2d9f..3a4cea6 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_purchase_shipment_cost
-Version: 3.2.2
+Version: 3.2.3
 Summary: Tryton module for purchase shipment cost
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/stock.py b/stock.py
index 67cc628..fb3e8a8 100644
--- a/stock.py
+++ b/stock.py
@@ -31,7 +31,7 @@ class ShipmentIn:
             'readonly': ~Eval('state').in_(['draft', 'assigned', 'packed']),
             }, depends=['carrier', 'state', 'cost_currency_digits'])
 
-    @fields.depends('currency')
+    @fields.depends('cost_currency')
     def on_change_with_cost_currency_digits(self, name=None):
         if self.cost_currency:
             return self.cost_currency.digits
diff --git a/tryton.cfg b/tryton.cfg
index 571e5a7..1dc1124 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.2
+version=3.2.3
 depends:
     carrier
     currency
diff --git a/trytond_purchase_shipment_cost.egg-info/PKG-INFO b/trytond_purchase_shipment_cost.egg-info/PKG-INFO
index 2f7e575..7f685f8 100644
--- a/trytond_purchase_shipment_cost.egg-info/PKG-INFO
+++ b/trytond_purchase_shipment_cost.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-purchase-shipment-cost
-Version: 3.2.2
+Version: 3.2.3
 Summary: Tryton module for purchase shipment cost
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_purchase_shipment_cost.egg-info/requires.txt b/trytond_purchase_shipment_cost.egg-info/requires.txt
index a379f6c..9c93f91 100644
--- a/trytond_purchase_shipment_cost.egg-info/requires.txt
+++ b/trytond_purchase_shipment_cost.egg-info/requires.txt
@@ -6,8 +6,8 @@ trytond >= 3.2, < 3.3
 [account_product]
 trytond_account_product >= 3.2, < 3.3
 
+[account_stock_anglo_saxon]
+trytond_account_stock_anglo_saxon >= 3.2, < 3.3
+
 [account_stock_continental]
 trytond_account_stock_continental >= 3.2, < 3.3
-
-[account_stock_anglo_saxon]
-trytond_account_stock_anglo_saxon >= 3.2, < 3.3
\ No newline at end of file
-- 
tryton-modules-purchase-shipment-cost



More information about the tryton-debian-vcs mailing list