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 2023-09-07 21:13:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_account (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_account.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_account"

Thu Sep  7 21:13:35 2023 rev:39 rq:1109470 version:6.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond_account/trytond_account.changes  
2023-05-23 14:55:47.898928622 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_account.new.1766/trytond_account.changes    
    2023-09-07 21:15:04.386307330 +0200
@@ -1,0 +2,5 @@
+Thu Sep  7 08:08:07 UTC 2023 - Axel Braun <axel.br...@gmx.de>
+
+- Version 6.0.18 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_account-6.0.17.tar.gz
  trytond_account-6.0.17.tar.gz.asc

New:
----
  trytond_account-6.0.18.tar.gz
  trytond_account-6.0.18.tar.gz.asc

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

Other differences:
------------------
++++++ trytond_account.spec ++++++
--- /var/tmp/diff_new_pack.KuMZOK/_old  2023-09-07 21:15:05.522347941 +0200
+++ /var/tmp/diff_new_pack.KuMZOK/_new  2023-09-07 21:15:05.522347941 +0200
@@ -18,7 +18,7 @@
 
 %define majorver 6.0
 Name:           trytond_account
-Version:        %{majorver}.17
+Version:        %{majorver}.18
 Release:        0
 Summary:        The "account" module for the Tryton ERP system
 License:        GPL-3.0+

++++++ trytond_account-6.0.17.tar.gz -> trytond_account-6.0.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-6.0.17/.readthedocs.yaml 
new/trytond_account-6.0.18/.readthedocs.yaml
--- old/trytond_account-6.0.17/.readthedocs.yaml        1970-01-01 
01:00:00.000000000 +0100
+++ new/trytond_account-6.0.18/.readthedocs.yaml        2023-08-06 
19:28:07.000000000 +0200
@@ -0,0 +1,7 @@
+version: 2
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3"
+sphinx:
+  configuration: modules/account/doc/conf.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-6.0.17/CHANGELOG 
new/trytond_account-6.0.18/CHANGELOG
--- old/trytond_account-6.0.17/CHANGELOG        2023-05-17 23:01:41.000000000 
+0200
+++ new/trytond_account-6.0.18/CHANGELOG        2023-09-06 23:38:11.000000000 
+0200
@@ -1,4 +1,9 @@
 
+Version 6.0.18 - 2023-09-06
+---------------------------
+* Bug fixes (see mercurial logs for details)
+
+
 Version 6.0.17 - 2023-05-17
 ---------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-6.0.17/PKG-INFO 
new/trytond_account-6.0.18/PKG-INFO
--- old/trytond_account-6.0.17/PKG-INFO 2023-05-17 23:01:44.323986300 +0200
+++ new/trytond_account-6.0.18/PKG-INFO 2023-09-06 23:38:14.806807800 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond_account
-Version: 6.0.17
+Version: 6.0.18
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-6.0.17/account.py 
new/trytond_account-6.0.18/account.py
--- old/trytond_account-6.0.17/account.py       2023-05-04 19:39:30.000000000 
+0200
+++ new/trytond_account-6.0.18/account.py       2023-08-14 13:03:28.000000000 
+0200
@@ -2269,7 +2269,7 @@
 
     @classmethod
     def default_party_cumulate(cls):
-        return False
+        return Transaction().context.get('party_cumulate', False)
 
 
 class GeneralLedger(Report):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_account-6.0.17/tryton.cfg 
new/trytond_account-6.0.18/tryton.cfg
--- old/trytond_account-6.0.17/tryton.cfg       2023-05-03 19:09:22.000000000 
+0200
+++ new/trytond_account-6.0.18/tryton.cfg       2023-05-17 23:04:54.000000000 
+0200
@@ -1,5 +1,5 @@
 [tryton]
-version=6.0.17
+version=6.0.18
 depends:
     company
     currency
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-6.0.17/trytond_account.egg-info/PKG-INFO 
new/trytond_account-6.0.18/trytond_account.egg-info/PKG-INFO
--- old/trytond_account-6.0.17/trytond_account.egg-info/PKG-INFO        
2023-05-17 23:01:43.000000000 +0200
+++ new/trytond_account-6.0.18/trytond_account.egg-info/PKG-INFO        
2023-09-06 23:38:13.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond-account
-Version: 6.0.17
+Version: 6.0.18
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_account-6.0.17/trytond_account.egg-info/SOURCES.txt 
new/trytond_account-6.0.18/trytond_account.egg-info/SOURCES.txt
--- old/trytond_account-6.0.17/trytond_account.egg-info/SOURCES.txt     
2023-05-17 23:01:44.000000000 +0200
+++ new/trytond_account-6.0.18/trytond_account.egg-info/SOURCES.txt     
2023-09-06 23:38:14.000000000 +0200
@@ -1,3 +1,4 @@
+.readthedocs.yaml
 CHANGELOG
 COPYRIGHT
 LICENSE

Reply via email to