Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Dear release managers, please approve the upload of tryton-modules-stock_2.2.3-1. The new version contains the upstream bug fix release [1]. The fixes are for * Ensure clause concatination works with tuple vs list Mathias [1] http://news.tryton.org/2012/09/maintenance-releases-for-supported.html debdiff attached unblock: tryton-modules-stock/2.2.3-1
diff -Nru tryton-modules-stock-2.2.2/CHANGELOG tryton-modules-stock-2.2.3/CHANGELOG
--- tryton-modules-stock-2.2.2/CHANGELOG 2012-05-07 11:10:16.000000000 +0200
+++ tryton-modules-stock-2.2.3/CHANGELOG 2012-09-02 16:51:58.000000000 +0200
@@ -1,3 +1,6 @@
+Version 2.2.3 - 2012-09-02
+* Bug fixes (see mercurial logs for details)
+
Version 2.2.2 - 2012-05-07
* Bug fixes (see mercurial logs for details)
diff -Nru tryton-modules-stock-2.2.2/debian/changelog tryton-modules-stock-2.2.3/debian/changelog
--- tryton-modules-stock-2.2.2/debian/changelog 2012-06-30 18:31:20.000000000 +0200
+++ tryton-modules-stock-2.2.3/debian/changelog 2012-09-11 19:38:16.000000000 +0200
@@ -1,3 +1,9 @@
+tryton-modules-stock (2.2.3-1) unstable; urgency=low
+
+ * Merging upstream version 2.2.3.
+
+ -- Mathias Behrle <mathiasb@m9s.biz> Tue, 11 Sep 2012 19:38:16 +0200
+
tryton-modules-stock (2.2.2-2) unstable; urgency=low
* Updating maintainers field.
diff -Nru tryton-modules-stock-2.2.2/location.py tryton-modules-stock-2.2.3/location.py
--- tryton-modules-stock-2.2.2/location.py 2011-11-22 13:30:15.000000000 +0100
+++ tryton-modules-stock-2.2.3/location.py 2012-08-07 12:18:12.000000000 +0200
@@ -138,7 +138,7 @@
], order=[])
if ids:
return [('id', 'in', ids)]
- return [(self._rec_name,) + clause[1:]]
+ return [(self._rec_name,) + tuple(clause[1:])]
def get_quantity(self, ids, name):
product_obj = Pool().get('product.product')
diff -Nru tryton-modules-stock-2.2.2/PKG-INFO tryton-modules-stock-2.2.3/PKG-INFO
--- tryton-modules-stock-2.2.2/PKG-INFO 2012-05-07 11:10:19.000000000 +0200
+++ tryton-modules-stock-2.2.3/PKG-INFO 2012-09-02 16:52:03.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
Name: trytond_stock
-Version: 2.2.2
+Version: 2.2.3
Summary: Stock Management and Inventory Control with:
- Location definition
- Stock move
diff -Nru tryton-modules-stock-2.2.2/trytond_stock.egg-info/PKG-INFO tryton-modules-stock-2.2.3/trytond_stock.egg-info/PKG-INFO
--- tryton-modules-stock-2.2.2/trytond_stock.egg-info/PKG-INFO 2012-05-07 11:10:17.000000000 +0200
+++ tryton-modules-stock-2.2.3/trytond_stock.egg-info/PKG-INFO 2012-09-02 16:52:02.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
Name: trytond-stock
-Version: 2.2.2
+Version: 2.2.3
Summary: Stock Management and Inventory Control with:
- Location definition
- Stock move
diff -Nru tryton-modules-stock-2.2.2/__tryton__.py tryton-modules-stock-2.2.3/__tryton__.py
--- tryton-modules-stock-2.2.2/__tryton__.py 2011-12-26 10:41:20.000000000 +0100
+++ tryton-modules-stock-2.2.3/__tryton__.py 2012-05-07 14:54:46.000000000 +0200
@@ -8,7 +8,7 @@
'name_es_ES': 'Gestión de existencias',
'name_fr_FR': 'Gestion des stocks',
'name_ru_RU': 'УпÑ?авление Ñ?кладами',
- 'version': '2.2.2',
+ 'version': '2.2.3',
'author': 'B2CK',
'email': 'info@b2ck.com',
'website': 'http://www.tryton.org/',
Attachment:
signature.asc
Description: PGP signature