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 2021-02-09 21:17:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_stock (Old) and /work/SRC/openSUSE:Factory/.trytond_stock.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_stock" Tue Feb 9 21:17:13 2021 rev:20 rq:870426 version:5.0.12 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_stock/trytond_stock.changes 2021-02-01 13:29:54.466262179 +0100 +++ /work/SRC/openSUSE:Factory/.trytond_stock.new.28504/trytond_stock.changes 2021-02-09 21:17:14.526840591 +0100 @@ -1,0 +2,5 @@ +Tue Feb 2 08:53:22 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- Version 5.0.12 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_stock-5.0.11.tar.gz New: ---- trytond_stock-5.0.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_stock.spec ++++++ --- /var/tmp/diff_new_pack.qUQXFA/_old 2021-02-09 21:17:15.118841287 +0100 +++ /var/tmp/diff_new_pack.qUQXFA/_new 2021-02-09 21:17:15.122841292 +0100 @@ -1,7 +1,7 @@ # # spec file for package trytond_stock # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2014-2021 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -16,9 +16,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define majorver 5.0 Name: trytond_stock -Version: %{majorver}.11 +Version: %{majorver}.12 Release: 0 Summary: The "stock" module for the Tryton ERP system License: GPL-3.0-only ++++++ trytond_stock-5.0.11.tar.gz -> trytond_stock-5.0.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-5.0.11/.hgtags new/trytond_stock-5.0.12/.hgtags --- old/trytond_stock-5.0.11/.hgtags 2020-12-02 19:36:39.000000000 +0100 +++ new/trytond_stock-5.0.12/.hgtags 2021-02-01 23:07:44.000000000 +0100 @@ -30,3 +30,4 @@ e459804ec7619f9ee737d7fa1abdaacd4d4e1ddb 5.0.9 cbb30461e6c588d68bd536892e568225f1c301b4 5.0.10 a8798d9c0d401b1d502d3c1da444d0e40af96c3e 5.0.11 +90609a875da675cbd4aa3a8ff7adcb51cf253ae4 5.0.12 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-5.0.11/CHANGELOG new/trytond_stock-5.0.12/CHANGELOG --- old/trytond_stock-5.0.11/CHANGELOG 2020-12-02 19:36:38.000000000 +0100 +++ new/trytond_stock-5.0.12/CHANGELOG 2021-02-01 23:07:44.000000000 +0100 @@ -1,3 +1,6 @@ +Version 5.0.12 - 2021-02-01 +* Bug fixes (see mercurial logs for details) + Version 5.0.11 - 2020-12-02 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-5.0.11/COPYRIGHT new/trytond_stock-5.0.12/COPYRIGHT --- old/trytond_stock-5.0.11/COPYRIGHT 2020-12-02 19:36:38.000000000 +0100 +++ new/trytond_stock-5.0.12/COPYRIGHT 2021-02-01 23:07:43.000000000 +0100 @@ -1,7 +1,7 @@ Copyright (C) 2012 Openlabs Technologies & Consulting (P) LTD. -Copyright (C) 2008-2020 C??dric Krier. +Copyright (C) 2008-2021 C??dric Krier. Copyright (C) 2008-2013 Bertrand Chenal. -Copyright (C) 2008-2020 B2CK SPRL. +Copyright (C) 2008-2021 B2CK SPRL. Copyright (C) 2004-2008 Tiny SPRL. This program is free software: you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-5.0.11/PKG-INFO new/trytond_stock-5.0.12/PKG-INFO --- old/trytond_stock-5.0.11/PKG-INFO 2020-12-02 19:36:40.000000000 +0100 +++ new/trytond_stock-5.0.12/PKG-INFO 2021-02-01 23:07:46.081994000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond_stock -Version: 5.0.11 +Version: 5.0.12 Summary: Tryton module for stock and inventory Home-page: http://www.tryton.org/ Author: Tryton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-5.0.11/product.py new/trytond_stock-5.0.12/product.py --- old/trytond_stock-5.0.11/product.py 2020-01-27 19:28:36.000000000 +0100 +++ new/trytond_stock-5.0.12/product.py 2021-01-24 19:46:06.000000000 +0100 @@ -397,7 +397,7 @@ key = trans_context['product_template'] warehouse_id = trans_context.get('warehouse') - dates = sorted(l.date for l in lines) + dates = sorted({l.date for l in lines}) quantities = {} date_start = None for date in dates: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-5.0.11/tryton.cfg new/trytond_stock-5.0.12/tryton.cfg --- old/trytond_stock-5.0.11/tryton.cfg 2020-06-03 22:17:12.000000000 +0200 +++ new/trytond_stock-5.0.12/tryton.cfg 2020-12-02 19:36:49.000000000 +0100 @@ -1,5 +1,5 @@ [tryton] -version=5.0.11 +version=5.0.12 depends: company currency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_stock-5.0.11/trytond_stock.egg-info/PKG-INFO new/trytond_stock-5.0.12/trytond_stock.egg-info/PKG-INFO --- old/trytond_stock-5.0.11/trytond_stock.egg-info/PKG-INFO 2020-12-02 19:36:40.000000000 +0100 +++ new/trytond_stock-5.0.12/trytond_stock.egg-info/PKG-INFO 2021-02-01 23:07:45.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond-stock -Version: 5.0.11 +Version: 5.0.12 Summary: Tryton module for stock and inventory Home-page: http://www.tryton.org/ Author: Tryton