Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_stock_lot for 
openSUSE:Factory checked in at 2025-12-22 22:49:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_stock_lot (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_stock_lot.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_stock_lot"

Mon Dec 22 22:49:21 2025 rev:21 rq:1323916 version:7.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_stock_lot/trytond_stock_lot.changes      
2025-09-15 19:57:17.982170373 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_stock_lot.new.1928/trytond_stock_lot.changes
    2025-12-22 22:51:38.918978633 +0100
@@ -1,0 +2,5 @@
+Sun Dec 21 11:01:18 UTC 2025 - Axel Braun <[email protected]>
+
+- Version 7.0.5 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_stock_lot-7.0.4.tar.gz

New:
----
  trytond_stock_lot-7.0.5.tar.gz

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

Other differences:
------------------
++++++ trytond_stock_lot.spec ++++++
--- /var/tmp/diff_new_pack.cI2KlS/_old  2025-12-22 22:51:39.751012912 +0100
+++ /var/tmp/diff_new_pack.cI2KlS/_new  2025-12-22 22:51:39.787014396 +0100
@@ -29,7 +29,7 @@
 
 %define majorver 7.0
 Name:           trytond_stock_lot
-Version:        %{majorver}.4
+Version:        %{majorver}.5
 Release:        0
 Summary:        The "stock_lot" module of the Tryton ERP system
 License:        GPL-3.0-or-later

++++++ trytond_stock_lot-7.0.4.tar.gz -> trytond_stock_lot-7.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.4/CHANGELOG 
new/trytond_stock_lot-7.0.5/CHANGELOG
--- old/trytond_stock_lot-7.0.4/CHANGELOG       2025-09-03 20:43:11.000000000 
+0200
+++ new/trytond_stock_lot-7.0.5/CHANGELOG       2025-12-17 19:35:00.000000000 
+0100
@@ -1,4 +1,9 @@
 
+Version 7.0.5 - 2025-12-17
+--------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 7.0.4 - 2025-09-03
 --------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.4/PKG-INFO 
new/trytond_stock_lot-7.0.5/PKG-INFO
--- old/trytond_stock_lot-7.0.4/PKG-INFO        2025-09-03 20:43:14.348262800 
+0200
+++ new/trytond_stock_lot-7.0.5/PKG-INFO        2025-12-17 19:35:03.662691800 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_stock_lot
-Version: 7.0.4
+Version: 7.0.5
 Summary: Tryton module for lot of products
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.4/stock.py 
new/trytond_stock_lot-7.0.5/stock.py
--- old/trytond_stock_lot-7.0.4/stock.py        2025-08-23 20:45:21.000000000 
+0200
+++ new/trytond_stock_lot-7.0.5/stock.py        2025-12-14 20:18:28.000000000 
+0100
@@ -256,7 +256,7 @@
 
     @classmethod
     def _is_trace_move(cls, move):
-        return move.state == 'done'
+        return move.state == 'done' and move.lot
 
     @classmethod
     def _trace_move_order_key(cls, move):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_stock_lot-7.0.4/tryton.cfg 
new/trytond_stock_lot-7.0.5/tryton.cfg
--- old/trytond_stock_lot-7.0.4/tryton.cfg      2025-05-05 10:54:28.000000000 
+0200
+++ new/trytond_stock_lot-7.0.5/tryton.cfg      2025-09-22 21:34:39.000000000 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=7.0.4
+version=7.0.5
 depends:
     ir
     product
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_stock_lot-7.0.4/trytond_stock_lot.egg-info/PKG-INFO 
new/trytond_stock_lot-7.0.5/trytond_stock_lot.egg-info/PKG-INFO
--- old/trytond_stock_lot-7.0.4/trytond_stock_lot.egg-info/PKG-INFO     
2025-09-03 20:43:13.000000000 +0200
+++ new/trytond_stock_lot-7.0.5/trytond_stock_lot.egg-info/PKG-INFO     
2025-12-17 19:35:03.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: trytond_stock_lot
-Version: 7.0.4
+Version: 7.0.5
 Summary: Tryton module for lot of products
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/7.0/

Reply via email to