Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond_stock_supply for openSUSE:Factory checked in at 2021-07-22 22:43:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_stock_supply (Old) and /work/SRC/openSUSE:Factory/.trytond_stock_supply.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_stock_supply" Thu Jul 22 22:43:36 2021 rev:15 rq:907824 version:5.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_stock_supply/trytond_stock_supply.changes 2021-06-19 23:05:12.203871490 +0200 +++ /work/SRC/openSUSE:Factory/.trytond_stock_supply.new.1899/trytond_stock_supply.changes 2021-07-22 22:44:34.571104733 +0200 @@ -1,0 +2,5 @@ +Thu Jul 22 13:40:27 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- Version 5.0.8 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_stock_supply-5.0.7.tar.gz trytond_stock_supply-5.0.7.tar.gz.asc New: ---- trytond_stock_supply-5.0.8.tar.gz trytond_stock_supply-5.0.8.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_stock_supply.spec ++++++ --- /var/tmp/diff_new_pack.ai3Gvx/_old 2021-07-22 22:44:35.035104128 +0200 +++ /var/tmp/diff_new_pack.ai3Gvx/_new 2021-07-22 22:44:35.039104123 +0200 @@ -19,7 +19,7 @@ %define majorver 5.0 Name: trytond_stock_supply -Version: %{majorver}.7 +Version: %{majorver}.8 Release: 0 Summary: The Stock Supply module for the Tryton ERP system License: GPL-3.0-only ++++++ trytond_stock_supply-5.0.7.tar.gz -> trytond_stock_supply-5.0.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock_supply-5.0.7/.hgtags new/trytond_stock_supply-5.0.8/.hgtags --- old/trytond_stock_supply-5.0.7/.hgtags 2021-06-17 22:12:11.000000000 +0200 +++ new/trytond_stock_supply-5.0.8/.hgtags 2021-07-21 08:27:37.000000000 +0200 @@ -26,3 +26,4 @@ d7f3bed03fe2de07270e4b62c399abbf4e84a2fc 5.0.5 3cdb0871fc4614eed51fb58fb2dfb795406abf42 5.0.6 58a880eea94c9cdaaa4ce73639144df26967132a 5.0.7 +b5849159a889f623e8381ee103b57fa966cb30d2 5.0.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock_supply-5.0.7/CHANGELOG new/trytond_stock_supply-5.0.8/CHANGELOG --- old/trytond_stock_supply-5.0.7/CHANGELOG 2021-06-17 22:12:10.000000000 +0200 +++ new/trytond_stock_supply-5.0.8/CHANGELOG 2021-07-21 08:27:36.000000000 +0200 @@ -1,3 +1,6 @@ +Version 5.0.8 - 2021-07-21 +* Bug fixes (see mercurial logs for details) + Version 5.0.7 - 2021-06-17 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock_supply-5.0.7/PKG-INFO new/trytond_stock_supply-5.0.8/PKG-INFO --- old/trytond_stock_supply-5.0.7/PKG-INFO 2021-06-17 22:12:13.493682600 +0200 +++ new/trytond_stock_supply-5.0.8/PKG-INFO 2021-07-21 08:27:39.048586600 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond_stock_supply -Version: 5.0.7 +Version: 5.0.8 Summary: Tryton module for stock supply Home-page: http://www.tryton.org/ Author: Tryton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock_supply-5.0.7/purchase_request.py new/trytond_stock_supply-5.0.8/purchase_request.py --- old/trytond_stock_supply-5.0.7/purchase_request.py 2020-06-08 08:39:10.000000000 +0200 +++ new/trytond_stock_supply-5.0.8/purchase_request.py 2021-07-09 22:56:47.000000000 +0200 @@ -136,7 +136,8 @@ ('purchase_line', '=', None), ('origin', 'like', 'stock.order_point,%'), ]) - reqs = [r for r in reqs if r.product in products] + reqs = [r for r in reqs + if r.product in products and r.warehouse in warehouses] cls.delete(reqs) new_requests = cls.compare_requests(new_requests) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock_supply-5.0.7/tryton.cfg new/trytond_stock_supply-5.0.8/tryton.cfg --- old/trytond_stock_supply-5.0.7/tryton.cfg 2020-06-16 19:18:27.000000000 +0200 +++ new/trytond_stock_supply-5.0.8/tryton.cfg 2021-06-17 22:12:21.000000000 +0200 @@ -1,5 +1,5 @@ [tryton] -version=5.0.7 +version=5.0.8 depends: account ir diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock_supply-5.0.7/trytond_stock_supply.egg-info/PKG-INFO new/trytond_stock_supply-5.0.8/trytond_stock_supply.egg-info/PKG-INFO --- old/trytond_stock_supply-5.0.7/trytond_stock_supply.egg-info/PKG-INFO 2021-06-17 22:12:12.000000000 +0200 +++ new/trytond_stock_supply-5.0.8/trytond_stock_supply.egg-info/PKG-INFO 2021-07-21 08:27:38.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond-stock-supply -Version: 5.0.7 +Version: 5.0.8 Summary: Tryton module for stock supply Home-page: http://www.tryton.org/ Author: Tryton