[tryton-debian-vcs] tryton-modules-stock-split branch debian-jessie-3.2 updated. debian/3.2.0-1-6-gf82ac5a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 12 13:56:13 UTC 2014
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-stock-split.git;a=commitdiff;h=debian/3.2.0-1-6-gf82ac5a
commit f82ac5ab9e89c0e294fe437dba69d7bc68eaafdb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Nov 12 13:09:24 2014 +0100
Releasing debian version 3.2.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index f462c67..0f2b19c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+tryton-modules-stock-split (3.2.1-1) unstable; urgency=medium
+
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Adding actual upstream signing key.
+ * Updating to Standards-Version: 3.9.6, no changes needed.
+ * Setting the branch in the watch file to the fixed version 3.2.
+ * Merging upstream version 3.2.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 12 Nov 2014 13:09:24 +0100
+
tryton-modules-stock-split (3.2.0-1) unstable; urgency=medium
* Removing LC_ALL=C.UTF-8 as build environment.
commit ae9d75ee4d92cc5346ae7beb3402946b81e29ed7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Nov 12 13:09:23 2014 +0100
Merging upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index e995c51..1372116 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.1 - 2014-11-06
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 6aef548..a4a73e8 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_split
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to split stock move
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/stock.py b/stock.py
index d1deed3..6a08393 100644
--- a/stock.py
+++ b/stock.py
@@ -59,6 +59,7 @@ class Move:
'uom': uom.id,
}))
remainder -= quantity
+ remainder = Uom.round(remainder, uom.rounding)
if count:
count -= 1
assert remainder >= 0
diff --git a/tryton.cfg b/tryton.cfg
index 54e4818..94c0a6a 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.2.1
depends:
ir
stock
diff --git a/trytond_stock_split.egg-info/PKG-INFO b/trytond_stock_split.egg-info/PKG-INFO
index f303934..79823cb 100644
--- a/trytond_stock_split.egg-info/PKG-INFO
+++ b/trytond_stock_split.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock-split
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to split stock move
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_stock_split.egg-info/SOURCES.txt b/trytond_stock_split.egg-info/SOURCES.txt
index b8c8f97..30aa9df 100644
--- a/trytond_stock_split.egg-info/SOURCES.txt
+++ b/trytond_stock_split.egg-info/SOURCES.txt
@@ -9,8 +9,24 @@ stock.xml
tryton.cfg
./__init__.py
./stock.py
+./stock.xml
+./tryton.cfg
+./locale/bg_BG.po
+./locale/ca_ES.po
+./locale/cs_CZ.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_CO.po
+./locale/es_ES.po
+./locale/fr_FR.po
+./locale/nl_NL.po
+./locale/ru_RU.po
+./locale/sl_SI.po
./tests/__init__.py
./tests/test_stock_split.py
+./view/move_form.xml
+./view/move_tree.xml
+./view/split_start_form.xml
doc/index.rst
locale/bg_BG.po
locale/ca_ES.po
--
tryton-modules-stock-split
More information about the tryton-debian-vcs
mailing list