[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#687636: marked as done (pre-approve unblock: tryton-modules-product/2.2.2-1)



Your message dated Mon, 08 Oct 2012 20:25:52 +0100
with message-id <1349724352.11774.20.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#687636: pre-approve unblock: tryton-modules-product/2.2.2-1
has caused the Debian Bug report #687636,
regarding pre-approve unblock: tryton-modules-product/2.2.2-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
687636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687636
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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-product_2.2.2-1.

The new version contains the upstream bug fix release [1].

The fixes are for

 * Re-fix non zero rate unittest
 * Fix non zero rate unittest


Mathias

[1] http://news.tryton.org/2012/09/maintenance-releases-for-supported.html


debdiff attached

unblock: tryton-modules-product/2.2.2-1
diff -Nru tryton-modules-product-2.2.1/CHANGELOG tryton-modules-product-2.2.2/CHANGELOG
--- tryton-modules-product-2.2.1/CHANGELOG	2011-12-26 10:40:46.000000000 +0100
+++ tryton-modules-product-2.2.2/CHANGELOG	2012-09-02 16:33:04.000000000 +0200
@@ -1,3 +1,6 @@
+Version 2.2.2 - 2012-09-02
+* Bug fixes (see mercurial logs for details)
+
 Version 2.2.1 - 2011-12-26
 * Bug fixes (see mercurial logs for details)
 
diff -Nru tryton-modules-product-2.2.1/COPYRIGHT tryton-modules-product-2.2.2/COPYRIGHT
--- tryton-modules-product-2.2.1/COPYRIGHT	2011-11-22 13:29:33.000000000 +0100
+++ tryton-modules-product-2.2.2/COPYRIGHT	2012-09-02 16:33:03.000000000 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2011 Cédric Krier.
+Copyright (C) 2008-2012 Cédric Krier.
 Copyright (C) 2008-2011 Bertrand Chenal.
-Copyright (C) 2008-2011 B2CK SPRL.
+Copyright (C) 2008-2012 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -Nru tryton-modules-product-2.2.1/debian/changelog tryton-modules-product-2.2.2/debian/changelog
--- tryton-modules-product-2.2.1/debian/changelog	2012-06-30 18:22:21.000000000 +0200
+++ tryton-modules-product-2.2.2/debian/changelog	2012-09-12 15:45:49.000000000 +0200
@@ -1,3 +1,9 @@
+tryton-modules-product (2.2.2-1) unstable; urgency=low
+
+  * Merging upstream version 2.2.2.
+
+ -- Mathias Behrle <mathiasb@m9s.biz>  Wed, 12 Sep 2012 15:45:49 +0200
+
 tryton-modules-product (2.2.1-2) unstable; urgency=low
 
   [ Mathias Behrle ]
diff -Nru tryton-modules-product-2.2.1/PKG-INFO tryton-modules-product-2.2.2/PKG-INFO
--- tryton-modules-product-2.2.1/PKG-INFO	2011-12-26 10:40:48.000000000 +0100
+++ tryton-modules-product-2.2.2/PKG-INFO	2012-09-02 16:33:09.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: trytond_product
-Version: 2.2.1
+Version: 2.2.2
 Summary: Define products, categories of product, units of measure, categories of units of measure.
 Home-page: http://www.tryton.org/
 Author: B2CK
diff -Nru tryton-modules-product-2.2.1/tests/test_product.py tryton-modules-product-2.2.2/tests/test_product.py
--- tryton-modules-product-2.2.1/tests/test_product.py	2011-12-15 19:27:21.000000000 +0100
+++ tryton-modules-product-2.2.2/tests/test_product.py	2012-06-12 14:41:23.000000000 +0200
@@ -64,17 +64,17 @@
                 })
             transaction.cursor.commit()
 
-            self.failUnlessRaises(Exception, self.uom.write, {
+            self.failUnlessRaises(Exception, self.uom.write, uom_id, {
                 'rate': 0.0,
                 })
             transaction.cursor.rollback()
 
-            self.failUnlessRaises(Exception, self.uom.write, {
+            self.failUnlessRaises(Exception, self.uom.write, uom_id, {
                 'factor': 0.0,
                 })
             transaction.cursor.rollback()
 
-            self.failUnlessRaises(Exception, self.uom.write, {
+            self.failUnlessRaises(Exception, self.uom.write, uom_id, {
                 'rate': 0.0,
                 'factor': 0.0,
                 })
diff -Nru tryton-modules-product-2.2.1/trytond_product.egg-info/PKG-INFO tryton-modules-product-2.2.2/trytond_product.egg-info/PKG-INFO
--- tryton-modules-product-2.2.1/trytond_product.egg-info/PKG-INFO	2011-12-26 10:40:47.000000000 +0100
+++ tryton-modules-product-2.2.2/trytond_product.egg-info/PKG-INFO	2012-09-02 16:33:08.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: trytond-product
-Version: 2.2.1
+Version: 2.2.2
 Summary: Define products, categories of product, units of measure, categories of units of measure.
 Home-page: http://www.tryton.org/
 Author: B2CK
diff -Nru tryton-modules-product-2.2.1/__tryton__.py tryton-modules-product-2.2.2/__tryton__.py
--- tryton-modules-product-2.2.1/__tryton__.py	2011-11-22 13:29:33.000000000 +0100
+++ tryton-modules-product-2.2.2/__tryton__.py	2011-12-28 00:44:38.000000000 +0100
@@ -10,7 +10,7 @@
     'name_fr_FR': 'Produit',
     'name_nl_NL': 'Producten',
     'name_ru_RU': 'ТÐ?Ц',
-    'version' : '2.2.1',
+    'version': '2.2.2',
     'author' : 'B2CK',
     'email': 'info@b2ck.com',
     'website': 'http://www.tryton.org/',

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
On Mon, 2012-10-08 at 10:13 +0200, Mathias Behrle wrote:
> * Betr.: " Re: Bug#687636: pre-approve unblock:
>   tryton-modules-product/2.2.2-1" (Wed, 03 Oct 2012 19:07:39 +0100):
> 
> > Please go ahead, and let us know once the package has been in unstable
> > for a few days.
> 
> Package was uploaded to unstable on 2012-10-05.

Unblocked.

Regards,

Adam

--- End Message ---

Reply to: