Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_stock for openSUSE:Factory 
checked in at 2024-12-02 16:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_stock.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_stock"

Mon Dec  2 16:59:26 2024 rev:43 rq:1227711 version:6.0.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_stock/trytond_stock.changes      
2024-10-30 17:39:17.188447347 +0100
+++ /work/SRC/openSUSE:Factory/.trytond_stock.new.28523/trytond_stock.changes   
2024-12-02 17:00:01.471444064 +0100
@@ -1,0 +2,5 @@
+Mon Dec  2 10:02:25 UTC 2024 - Axel Braun <axel.br...@gmx.de>
+
+- Version 6.0.30 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_stock-6.0.29.tar.gz

New:
----
  trytond_stock-6.0.30.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond_stock.spec ++++++
--- /var/tmp/diff_new_pack.qRSiH0/_old  2024-12-02 17:00:02.007466742 +0100
+++ /var/tmp/diff_new_pack.qRSiH0/_new  2024-12-02 17:00:02.007466742 +0100
@@ -29,7 +29,7 @@
 
 %define majorver 6.0
 Name:           trytond_stock
-Version:        %{majorver}.29
+Version:        %{majorver}.30
 Release:        0
 Summary:        The "stock" module for the Tryton ERP system
 License:        GPL-3.0-only

++++++ trytond_stock-6.0.29.tar.gz -> trytond_stock-6.0.30.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-6.0.29/CHANGELOG 
new/trytond_stock-6.0.30/CHANGELOG
--- old/trytond_stock-6.0.29/CHANGELOG  2024-10-05 17:37:18.000000000 +0200
+++ new/trytond_stock-6.0.30/CHANGELOG  2024-10-18 14:01:28.000000000 +0200
@@ -1,4 +1,9 @@
 
+Version 6.0.30 - 2024-10-18
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 6.0.29 - 2024-10-05
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-6.0.29/PKG-INFO 
new/trytond_stock-6.0.30/PKG-INFO
--- old/trytond_stock-6.0.29/PKG-INFO   2024-10-05 17:37:21.369146800 +0200
+++ new/trytond_stock-6.0.30/PKG-INFO   2024-10-18 14:01:31.425806800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond_stock
-Version: 6.0.29
+Version: 6.0.30
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-6.0.29/product.py 
new/trytond_stock-6.0.30/product.py
--- old/trytond_stock-6.0.29/product.py 2024-08-28 10:22:45.000000000 +0200
+++ new/trytond_stock-6.0.30/product.py 2024-10-14 23:57:17.000000000 +0200
@@ -100,7 +100,7 @@
             raise Exception('Bad argument')
         sum_ = 0. if name != 'cost_value' else Decimal(0)
         for product in self.products:
-            sum_ += getattr(product, name)
+            sum_ += getattr(product, name) or 0
         return sum_
 
     @classmethod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-6.0.29/tryton.cfg 
new/trytond_stock-6.0.30/tryton.cfg
--- old/trytond_stock-6.0.29/tryton.cfg 2024-09-16 20:20:31.000000000 +0200
+++ new/trytond_stock-6.0.30/tryton.cfg 2024-10-05 17:37:30.000000000 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=6.0.29
+version=6.0.30
 depends:
     company
     currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock-6.0.29/trytond_stock.egg-info/PKG-INFO 
new/trytond_stock-6.0.30/trytond_stock.egg-info/PKG-INFO
--- old/trytond_stock-6.0.29/trytond_stock.egg-info/PKG-INFO    2024-10-05 
17:37:20.000000000 +0200
+++ new/trytond_stock-6.0.30/trytond_stock.egg-info/PKG-INFO    2024-10-18 
14:01:30.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond_stock
-Version: 6.0.29
+Version: 6.0.30
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/

Reply via email to