Hello community,
here is the log from the commit of package trytond_account for openSUSE:Factory
checked in at 2020-10-21 14:38:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account (Old)
and /work/SRC/openSUSE:Factory/.trytond_account.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond_account"
Wed Oct 21 14:38:53 2020 rev:22 rq:842981 version:5.0.15
Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes
2020-08-21 19:19:52.796906750 +0200
+++
/work/SRC/openSUSE:Factory/.trytond_account.new.3486/trytond_account.changes
2020-10-21 14:39:02.213627452 +0200
@@ -1,0 +2,5 @@
+Tue Oct 20 14:15:28 UTC 2020 - Axel Braun <[email protected]>
+
+- Version 5.0.15 - Bugfix Release
+
+-------------------------------------------------------------------
Old:
----
trytond_account-5.0.14.tar.gz
New:
----
trytond_account-5.0.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ trytond_account.spec ++++++
--- /var/tmp/diff_new_pack.7fbsGS/_old 2020-10-21 14:39:03.393628119 +0200
+++ /var/tmp/diff_new_pack.7fbsGS/_new 2020-10-21 14:39:03.397628121 +0200
@@ -18,7 +18,7 @@
%define majorver 5.0
Name: trytond_account
-Version: %{majorver}.14
+Version: %{majorver}.15
Release: 0
Summary: The "account" module for the Tryton ERP system
License: GPL-3.0+
++++++ trytond_account-5.0.14.tar.gz -> trytond_account-5.0.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account-5.0.14/.hgtags
new/trytond_account-5.0.15/.hgtags
--- old/trytond_account-5.0.14/.hgtags 2020-08-02 17:50:37.000000000 +0200
+++ new/trytond_account-5.0.15/.hgtags 2020-10-18 20:51:04.000000000 +0200
@@ -33,3 +33,4 @@
f0057cd9c5830c80fe2ee0faf3299b3738a1473a 5.0.12
8f4e688536ac292bc71d807cf9b673d1e11932a8 5.0.13
9d179878f40d39042158c4b815a17b433d1d50e5 5.0.14
+0ac0f588dfbdc29b8f951ba8b334be89da783046 5.0.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account-5.0.14/CHANGELOG
new/trytond_account-5.0.15/CHANGELOG
--- old/trytond_account-5.0.14/CHANGELOG 2020-08-02 17:50:36.000000000
+0200
+++ new/trytond_account-5.0.15/CHANGELOG 2020-10-18 20:51:04.000000000
+0200
@@ -1,3 +1,6 @@
+Version 5.0.15 - 2020-10-18
+* Bug fixes (see mercurial logs for details)
+
Version 5.0.14 - 2020-08-02
* Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account-5.0.14/PKG-INFO
new/trytond_account-5.0.15/PKG-INFO
--- old/trytond_account-5.0.14/PKG-INFO 2020-08-02 17:50:38.000000000 +0200
+++ new/trytond_account-5.0.15/PKG-INFO 2020-10-18 20:51:06.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: trytond_account
-Version: 5.0.14
+Version: 5.0.15
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.14/move.py
new/trytond_account-5.0.15/move.py
--- old/trytond_account-5.0.14/move.py 2019-12-28 15:34:45.000000000 +0100
+++ new/trytond_account-5.0.15/move.py 2020-10-13 23:47:23.000000000 +0200
@@ -533,7 +533,8 @@
'party1': line.party.rec_name,
'party2': party.rec_name,
})
- if not account.company.currency.is_zero(debit - credit):
+ if (account
+ and not account.company.currency.is_zero(debit - credit)):
lang = Lang.get()
debit = lang.currency(debit, account.company.currency)
credit = lang.currency(credit, account.company.currency)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/trytond_account-5.0.14/tryton.cfg
new/trytond_account-5.0.15/tryton.cfg
--- old/trytond_account-5.0.14/tryton.cfg 2020-05-15 21:51:18.000000000
+0200
+++ new/trytond_account-5.0.15/tryton.cfg 2020-08-02 17:50:47.000000000
+0200
@@ -1,5 +1,5 @@
[tryton]
-version=5.0.14
+version=5.0.15
depends:
company
currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/trytond_account-5.0.14/trytond_account.egg-info/PKG-INFO
new/trytond_account-5.0.15/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-5.0.14/trytond_account.egg-info/PKG-INFO
2020-08-02 17:50:37.000000000 +0200
+++ new/trytond_account-5.0.15/trytond_account.egg-info/PKG-INFO
2020-10-18 20:51:05.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: trytond-account
-Version: 5.0.14
+Version: 5.0.15
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton