[tryton-debian-vcs] tryton-modules-sale-shipment-cost branch debian-stretch-3.6 updated. debian/3.6.0-1-8-g32ec55c
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Dec 19 18:49:35 UTC 2016
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-sale-shipment-cost.git;a=commitdiff;h=debian/3.6.0-1-8-g32ec55c
commit 32ec55c356fff1fa6a2fbb93b4b698c2ed26de51
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:11:51 2016 +0100
Releasing debian version 3.6.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index ae354a1..468b2c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+tryton-modules-sale-shipment-cost (3.6.1-1) unstable; urgency=medium
+
+ * Updating year of debian copyright.
+ * Adapting section naming in gbp.conf to current git-buildpackage.
+ * Improving description why we can not run the module test suites.
+ * Setting the branch in the watch file to the fixed version 3.6.
+ * Updating signing-key.asc with the actual upstream maintainer keys.
+ * Merging upstream version 3.6.1.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Mon, 19 Dec 2016 12:11:51 +0100
+
tryton-modules-sale-shipment-cost (3.6.0-1) unstable; urgency=medium
* Wrapping and sorting control files (wrap-and-sort -bts).
commit 6f69f78fa9136fd8b01bd95c5b3d7ac1b749e522
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:11:50 2016 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 90d529f..831e880 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-2013 Bertrand Chenal
- 2011-2015 Nicolas Évrard
- 2011-2015 B2CK SPRL
+ 2011-2016 Nicolas Évrard
+ 2011-2016 B2CK SPRL
License: GPL-3+
Files: debian/*
commit d8a4d62c12478b06ef4fe54d6b622f9df441692a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Dec 19 12:11:50 2016 +0100
Merging upstream version 3.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index fcc568a..a9d08e5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.1 - 2016-12-17
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
diff --git a/COPYRIGHT b/COPYRIGHT
index 501e672..2d2b387 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-2013 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 f7c7cdb..2c5054f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_shipment_cost
-Version: 3.6.0
+Version: 3.6.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 69518c6..e18fc82 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 5fb8c23..da09ab4 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.6.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 591af9a..ee7d9a5 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: 3.6.0
+Version: 3.6.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/requires.txt b/trytond_sale_shipment_cost.egg-info/requires.txt
index 4dfdd3d..ef3e386 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 >= 3.6, < 3.7
trytond_currency >= 3.6, < 3.7
trytond_sale >= 3.6, < 3.7
trytond_stock >= 3.6, < 3.7
-trytond >= 3.6, < 3.7
\ No newline at end of file
+trytond >= 3.6, < 3.7
--
tryton-modules-sale-shipment-cost
More information about the tryton-debian-vcs
mailing list