Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond_account for openSUSE:Factory checked in at 2021-05-18 18:27:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond_account (Old) and /work/SRC/openSUSE:Factory/.trytond_account.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account" Tue May 18 18:27:30 2021 rev:26 rq:894082 version:5.0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes 2021-03-02 12:44:58.540330568 +0100 +++ /work/SRC/openSUSE:Factory/.trytond_account.new.2988/trytond_account.changes 2021-05-18 18:27:57.726567227 +0200 @@ -1,0 +2,5 @@ +Sun May 16 09:23:22 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- Version 5.0.17 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond_account-5.0.16.tar.gz trytond_account-5.0.16.tar.gz.asc New: ---- trytond_account-5.0.17.tar.gz trytond_account-5.0.17.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond_account.spec ++++++ --- /var/tmp/diff_new_pack.afTMrn/_old 2021-05-18 18:27:58.266564887 +0200 +++ /var/tmp/diff_new_pack.afTMrn/_new 2021-05-18 18:27:58.270564869 +0200 @@ -18,7 +18,7 @@ %define majorver 5.0 Name: trytond_account -Version: %{majorver}.16 +Version: %{majorver}.17 Release: 0 Summary: The "account" module for the Tryton ERP system License: GPL-3.0+ ++++++ trytond_account-5.0.16.tar.gz -> trytond_account-5.0.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-5.0.16/.hgtags new/trytond_account-5.0.17/.hgtags --- old/trytond_account-5.0.16/.hgtags 2020-11-11 16:25:56.000000000 +0100 +++ new/trytond_account-5.0.17/.hgtags 2021-05-15 23:10:40.000000000 +0200 @@ -35,3 +35,4 @@ 9d179878f40d39042158c4b815a17b433d1d50e5 5.0.14 0ac0f588dfbdc29b8f951ba8b334be89da783046 5.0.15 e7b4b8e0d7213ad2051531c759f7567bcbb9af8e 5.0.16 +ab4f21ad3261e30b048a9dae8ab5de6ec1f7fa84 5.0.17 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-5.0.16/CHANGELOG new/trytond_account-5.0.17/CHANGELOG --- old/trytond_account-5.0.16/CHANGELOG 2020-11-11 16:25:55.000000000 +0100 +++ new/trytond_account-5.0.17/CHANGELOG 2021-05-15 23:10:40.000000000 +0200 @@ -1,3 +1,6 @@ +Version 5.0.17 - 2021-05-15 +* Bug fixes (see mercurial logs for details) + Version 5.0.16 - 2020-11-11 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-5.0.16/COPYRIGHT new/trytond_account-5.0.17/COPYRIGHT --- old/trytond_account-5.0.16/COPYRIGHT 2020-11-11 16:25:55.000000000 +0100 +++ new/trytond_account-5.0.17/COPYRIGHT 2021-05-15 23:10:39.000000000 +0200 @@ -1,6 +1,6 @@ -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_account-5.0.16/PKG-INFO new/trytond_account-5.0.17/PKG-INFO --- old/trytond_account-5.0.16/PKG-INFO 2020-11-11 16:25:57.000000000 +0100 +++ new/trytond_account-5.0.17/PKG-INFO 2021-05-15 23:10:42.112518300 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond_account -Version: 5.0.16 +Version: 5.0.17 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-5.0.16/move.py new/trytond_account-5.0.17/move.py --- old/trytond_account-5.0.16/move.py 2020-10-13 23:47:23.000000000 +0200 +++ new/trytond_account-5.0.17/move.py 2021-05-06 23:57:21.000000000 +0200 @@ -1593,7 +1593,7 @@ party = parties.pop() self.show.party = party self.show.parties = parties - return party + return party, if getattr(self.show, 'accounts', None) is None: self.show.accounts = self.get_accounts() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-5.0.16/tryton.cfg new/trytond_account-5.0.17/tryton.cfg --- old/trytond_account-5.0.16/tryton.cfg 2020-10-18 20:51:16.000000000 +0200 +++ new/trytond_account-5.0.17/tryton.cfg 2020-11-11 16:26:08.000000000 +0100 @@ -1,5 +1,5 @@ [tryton] -version=5.0.16 +version=5.0.17 depends: company currency diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond_account-5.0.16/trytond_account.egg-info/PKG-INFO new/trytond_account-5.0.17/trytond_account.egg-info/PKG-INFO --- old/trytond_account-5.0.16/trytond_account.egg-info/PKG-INFO 2020-11-11 16:25:56.000000000 +0100 +++ new/trytond_account-5.0.17/trytond_account.egg-info/PKG-INFO 2021-05-15 23:10:41.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: trytond-account -Version: 5.0.16 +Version: 5.0.17 Summary: Tryton module for accounting Home-page: http://www.tryton.org/ Author: Tryton