[tryton-debian-vcs] tryton-modules-sale-shipment-cost branch debian-stretch-4.0 updated. debian/4.0.0-1-5-g2c840eb
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Dec 19 18:49:37 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-sale-shipment-cost.git;a=commitdiff;h=debian/4.0.0-1-5-g2c840eb
commit 2c840ebfa29c685b115638f350a94be5570c2401
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:14:05 2016 +0100
Releasing debian version 4.0.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 9bf28cc..b18dbd9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-sale-shipment-cost (4.0.1-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.1.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 19 Dec 2016 12:14:04 +0100
+
tryton-modules-sale-shipment-cost (4.0.0-1) unstable; urgency=medium
* Updating signing-key.asc with the actual upstream maintainer keys.
commit 47157fe703c1942c72c39b983d473127b6d90b7b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:14:04 2016 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 4e87fd8..829d2db 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-2013 Bertrand Chenal
- 2011-2015 Nicolas Évrard
+ 2011-2016 Nicolas Évrard
2011-2016 B2CK SPRL
License: GPL-3+
commit a8c10b9cbbc29639be9a558ce6c41c7bacc002df
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:14:04 2016 +0100
Merging upstream version 4.0.1.
diff --git a/CHANGELOG b/CHANGELOG
index b1e4f3a..62e33cd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.1 - 2016-12-17
+* Bug fixes (see mercurial logs for details)
+
Version 4.0.0 - 2016-05-02
* Bug fixes (see mercurial logs for details)
* Add Python3 support
diff --git a/COPYRIGHT b/COPYRIGHT
index b8eb554..2d2b387 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
Copyright (C) 2011-2016 Cédric Krier.
Copyright (C) 2011-2013 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 7f38c65..4fb77dd 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_shipment_cost
-Version: 4.0.0
+Version: 4.0.1
Summary: Tryton module for sale shipment cost
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/stock.py b/stock.py
index 1a4e95e..0c62897 100644
--- a/stock.py
+++ b/stock.py
@@ -43,7 +43,7 @@ class ShipmentOut:
'product "%s".'),
})
- @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 8346aa8..bc29867 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.0.0
+version=4.0.1
depends:
account_invoice
carrier
diff --git a/trytond_sale_shipment_cost.egg-info/PKG-INFO b/trytond_sale_shipment_cost.egg-info/PKG-INFO
index a0fe7e1..9612654 100644
--- a/trytond_sale_shipment_cost.egg-info/PKG-INFO
+++ b/trytond_sale_shipment_cost.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-shipment-cost
-Version: 4.0.0
+Version: 4.0.1
Summary: Tryton module for sale shipment cost
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_sale_shipment_cost.egg-info/SOURCES.txt b/trytond_sale_shipment_cost.egg-info/SOURCES.txt
index 41e621c..03d06e0 100644
--- a/trytond_sale_shipment_cost.egg-info/SOURCES.txt
+++ b/trytond_sale_shipment_cost.egg-info/SOURCES.txt
@@ -27,11 +27,13 @@ tryton.cfg
./locale/hu_HU.po
./locale/it_IT.po
./locale/ja_JP.po
+./locale/lo_LA.po
./locale/lt_LT.po
./locale/nl_NL.po
./locale/pt_BR.po
./locale/ru_RU.po
./locale/sl_SI.po
+./locale/zh_CN.po
./tests/__init__.py
./tests/scenario_sale_shipment_cost.rst
./tests/test_sale_shipment_cost.py
diff --git a/trytond_sale_shipment_cost.egg-info/requires.txt b/trytond_sale_shipment_cost.egg-info/requires.txt
index 570d875..6155d12 100644
--- a/trytond_sale_shipment_cost.egg-info/requires.txt
+++ b/trytond_sale_shipment_cost.egg-info/requires.txt
@@ -3,4 +3,4 @@ trytond_carrier >= 4.0, < 4.1
trytond_currency >= 4.0, < 4.1
trytond_sale >= 4.0, < 4.1
trytond_stock >= 4.0, < 4.1
-trytond >= 4.0, < 4.1
\ No newline at end of file
+trytond >= 4.0, < 4.1
--
tryton-modules-sale-shipment-cost
More information about the tryton-debian-vcs
mailing list