[tryton-debian-vcs] tryton-modules-purchase-shipment-cost branch debian-stretch-4.0 updated. debian/4.0.1-1-5-g145e2c0
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Dec 19 18:48:24 UTC 2016
The following commit has been merged in the debian-stretch-4.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-purchase-shipment-cost.git;a=commitdiff;h=debian/4.0.1-1-5-g145e2c0
commit 145e2c05464b446669406761578c0d12c73e5c49
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 11:41:47 2016 +0100
Releasing debian version 4.0.2-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 85ba1a3..f86a611 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-purchase-shipment-cost (4.0.2-1) unstable; urgency=medium
+
+ * Updating to Standards-Version: 3.9.8, no changes needed.
+ * Setting the branch in the watch file to the fixed version 4.0.
+ * Merging upstream version 4.0.2.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 19 Dec 2016 11:41:47 +0100
+
tryton-modules-purchase-shipment-cost (4.0.1-1) unstable; urgency=medium
* Updating signing-key.asc with the actual upstream maintainer keys.
commit 85b15d4ce2286cdd0db66a18358de4330b62fa5d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 11:41:46 2016 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index ad48c60..0cbfec0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
Copyright: 2011-2016 Cédric Krier
2011-2012 Bertrand Chenal
- 2011-2015 Nicolas Évrard
+ 2011-2016 Nicolas Évrard
2011-2016 B2CK SPRL
License: GPL-3+
commit 3b90132375c654724d0bf8f2011bd7614956ade4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 11:41:46 2016 +0100
Merging upstream version 4.0.2.
diff --git a/CHANGELOG b/CHANGELOG
index 48ec8fc..d94db1e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.2 - 2016-12-17
+* Bug fixes (see mercurial logs for details)
+
Version 4.0.1 - 2016-05-11
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index ad1b821..08226b5 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
Copyright (C) 2011-2016 Cédric Krier.
Copyright (C) 2011-2012 Bertrand Chenal.
-Copyright (C) 2011-2015 Nicolas Évrard.
+Copyright (C) 2011-2016 Nicolas Évrard.
Copyright (C) 2011-2016 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
diff --git a/PKG-INFO b/PKG-INFO
index b8d9960..588dc93 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_purchase_shipment_cost
-Version: 4.0.1
+Version: 4.0.2
Summary: Tryton module for purchase shipment cost
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/stock.py b/stock.py
index 3b1651c..5567a68 100644
--- a/stock.py
+++ b/stock.py
@@ -33,7 +33,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 84f12a7..55f4664 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.0.1
+version=4.0.2
depends:
carrier
currency
diff --git a/trytond_purchase_shipment_cost.egg-info/PKG-INFO b/trytond_purchase_shipment_cost.egg-info/PKG-INFO
index 9105a1a..794873c 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: 4.0.1
+Version: 4.0.2
Summary: Tryton module for purchase shipment cost
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-purchase-shipment-cost
More information about the tryton-debian-vcs
mailing list