Hello community, here is the log from the commit of package trytond_account for openSUSE:Factory checked in at 2018-10-02 19:47:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_account (Old) and /work/SRC/openSUSE:Factory/.trytond_account.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account" Tue Oct 2 19:47:45 2018 rev:10 rq:639345 version:4.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes 2018-05-15 10:33:34.139820127 +0200 +++ /work/SRC/openSUSE:Factory/.trytond_account.new/trytond_account.changes 2018-10-02 19:48:44.121749206 +0200 @@ -1,0 +2,5 @@ +Mon Sep 24 08:16:13 UTC 2018 - Axel Braun <[email protected]> + +- Version 4.2.9 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_account-4.2.8.tar.gz New: ---- trytond_account-4.2.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_account.spec ++++++ --- /var/tmp/diff_new_pack.ocjnJD/_old 2018-10-02 19:48:44.665748641 +0200 +++ /var/tmp/diff_new_pack.ocjnJD/_new 2018-10-02 19:48:44.669748637 +0200 @@ -18,7 +18,7 @@ %define majorver 4.2 Name: trytond_account -Version: %{majorver}.8 +Version: %{majorver}.9 Release: 0 Summary: The "account" module for the Tryton ERP system License: GPL-3.0+ ++++++ trytond_account-4.2.8.tar.gz -> trytond_account-4.2.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-4.2.8/.hgtags new/trytond_account-4.2.9/.hgtags --- old/trytond_account-4.2.8/.hgtags 2018-05-08 22:41:21.000000000 +0200 +++ new/trytond_account-4.2.9/.hgtags 2018-09-22 18:55:21.000000000 +0200 @@ -23,3 +23,4 @@ 05872176cfc4d64d8b1fd5e71150ea5f8cd26207 4.2.6 480d11a4ddb685505df967345f556fde1ea3db47 4.2.7 b390ccaac9a23ce0e978b1972e496d1c067dc1b4 4.2.8 +3f336e8386fa1abdbc5f397360c9786c148ca7bb 4.2.9 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-4.2.8/CHANGELOG new/trytond_account-4.2.9/CHANGELOG --- old/trytond_account-4.2.8/CHANGELOG 2018-05-08 22:41:20.000000000 +0200 +++ new/trytond_account-4.2.9/CHANGELOG 2018-09-22 18:55:21.000000000 +0200 @@ -1,3 +1,6 @@ +Version 4.2.9 - 2018-09-22 +* Bug fixes (see mercurial logs for details) + Version 4.2.8 - 2018-05-08 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-4.2.8/PKG-INFO new/trytond_account-4.2.9/PKG-INFO --- old/trytond_account-4.2.8/PKG-INFO 2018-05-08 22:41:21.000000000 +0200 +++ new/trytond_account-4.2.9/PKG-INFO 2018-09-22 18:55:22.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: trytond_account -Version: 4.2.8 +Version: 4.2.9 Summary: Tryton module for accounting Home-page: http://www.tryton.org/ Author: Tryton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-4.2.8/move.py new/trytond_account-4.2.9/move.py --- old/trytond_account-4.2.8/move.py 2018-03-15 21:39:54.000000000 +0100 +++ new/trytond_account-4.2.9/move.py 2018-08-26 21:12:26.000000000 +0200 @@ -2011,7 +2011,7 @@ to_reconcile = defaultdict(list) for line in move.lines + cancel_move.lines: if line.account.reconcile: - to_reconcile[line.account].append(line) + to_reconcile[(line.account, line.party)].append(line) for lines in to_reconcile.itervalues(): Line.reconcile(lines) return 'end' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-4.2.8/tryton.cfg new/trytond_account-4.2.9/tryton.cfg --- old/trytond_account-4.2.8/tryton.cfg 2018-04-03 18:41:42.000000000 +0200 +++ new/trytond_account-4.2.9/tryton.cfg 2018-08-20 22:59:58.000000000 +0200 @@ -1,5 +1,5 @@ [tryton] -version=4.2.8 +version=4.2.9 depends: company currency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-4.2.8/trytond_account.egg-info/PKG-INFO new/trytond_account-4.2.9/trytond_account.egg-info/PKG-INFO --- old/trytond_account-4.2.8/trytond_account.egg-info/PKG-INFO 2018-05-08 22:41:21.000000000 +0200 +++ new/trytond_account-4.2.9/trytond_account.egg-info/PKG-INFO 2018-09-22 18:55:22.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: trytond-account -Version: 4.2.8 +Version: 4.2.9 Summary: Tryton module for accounting Home-page: http://www.tryton.org/ Author: Tryton
