Hello community,

here is the log from the commit of package trytond_account for openSUSE:Factory 
checked in at 2020-01-10 17:51:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_account.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_account"

Fri Jan 10 17:51:13 2020 rev:17 rq:762862 version:5.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2019-12-04 14:19:45.298406518 +0100
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.6675/trytond_account.changes    
    2020-01-10 17:51:28.110124839 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 12:56:30 UTC 2020 - Axel Braun <[email protected]>
+
+- Version 5.0.10 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_account-5.0.9.tar.gz

New:
----
  trytond_account-5.0.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond_account.spec ++++++
--- /var/tmp/diff_new_pack.KYOOTA/_old  2020-01-10 17:51:29.230125403 +0100
+++ /var/tmp/diff_new_pack.KYOOTA/_new  2020-01-10 17:51:29.234125405 +0100
@@ -18,7 +18,7 @@
 
 %define majorver 5.0
 Name:           trytond_account
-Version:        %{majorver}.9
+Version:        %{majorver}.10
 Release:        0
 Summary:        The "account" module for the Tryton ERP system
 License:        GPL-3.0+

++++++ trytond_account-5.0.9.tar.gz -> trytond_account-5.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/.hgtags 
new/trytond_account-5.0.10/.hgtags
--- old/trytond_account-5.0.9/.hgtags   2019-11-08 19:58:12.000000000 +0100
+++ new/trytond_account-5.0.10/.hgtags  2020-01-09 22:21:12.000000000 +0100
@@ -28,3 +28,4 @@
 0f1e640c494513d3d902ef9ad6c9b1a42ce01e42 5.0.7
 bb7f4722bc750956ae9936168a3a72d4821a400e 5.0.8
 b42fbcd4231c06c0afe8104765f8e187491d018f 5.0.9
+82876b5942e6d571ded8e32c4b4610588f4402db 5.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/CHANGELOG 
new/trytond_account-5.0.10/CHANGELOG
--- old/trytond_account-5.0.9/CHANGELOG 2019-11-08 19:58:12.000000000 +0100
+++ new/trytond_account-5.0.10/CHANGELOG        2020-01-09 22:21:11.000000000 
+0100
@@ -1,3 +1,6 @@
+Version 5.0.10 - 2020-01-09
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.9 - 2019-11-08
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/COPYRIGHT 
new/trytond_account-5.0.10/COPYRIGHT
--- old/trytond_account-5.0.9/COPYRIGHT 2019-11-08 19:58:12.000000000 +0100
+++ new/trytond_account-5.0.10/COPYRIGHT        2020-01-09 22:21:11.000000000 
+0100
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2019 Cédric Krier.
+Copyright (C) 2008-2020 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2019 B2CK SPRL.
+Copyright (C) 2008-2020 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.9/PKG-INFO 
new/trytond_account-5.0.10/PKG-INFO
--- old/trytond_account-5.0.9/PKG-INFO  2019-11-08 19:58:14.000000000 +0100
+++ new/trytond_account-5.0.10/PKG-INFO 2020-01-09 22:21:14.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond_account
-Version: 5.0.9
+Version: 5.0.10
 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.9/move.py 
new/trytond_account-5.0.10/move.py
--- old/trytond_account-5.0.9/move.py   2019-05-04 10:47:19.000000000 +0200
+++ new/trytond_account-5.0.10/move.py  2019-12-28 15:34:45.000000000 +0100
@@ -986,8 +986,7 @@
 
         # Use LEFT JOIN to allow database optimization
         # if no joined table is used in the where clause.
-        return ((table.state != 'draft')
-            & table.move.in_(move
+        return (table.move.in_(move
                 .join(period, 'LEFT', condition=move.period == period.id)
                 .join(fiscalyear, 'LEFT',
                     condition=period.fiscalyear == fiscalyear.id)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-5.0.9/tryton.cfg 
new/trytond_account-5.0.10/tryton.cfg
--- old/trytond_account-5.0.9/tryton.cfg        2019-07-01 22:14:19.000000000 
+0200
+++ new/trytond_account-5.0.10/tryton.cfg       2019-11-15 22:44:58.000000000 
+0100
@@ -1,5 +1,5 @@
 [tryton]
-version=5.0.9
+version=5.0.10
 depends:
     company
     currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-5.0.9/trytond_account.egg-info/PKG-INFO 
new/trytond_account-5.0.10/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-5.0.9/trytond_account.egg-info/PKG-INFO 2019-11-08 
19:58:13.000000000 +0100
+++ new/trytond_account-5.0.10/trytond_account.egg-info/PKG-INFO        
2020-01-09 22:21:13.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: trytond-account
-Version: 5.0.9
+Version: 5.0.10
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton


Reply via email to