Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2019-08-13 13:17:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond (Old)
 and      /work/SRC/openSUSE:Factory/.trytond.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond"

Tue Aug 13 13:17:05 2019 rev:33 rq:722050 version:4.6.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2019-07-17 
13:14:55.995828625 +0200
+++ /work/SRC/openSUSE:Factory/.trytond.new.9556/trytond.changes        
2019-08-13 13:17:05.585480315 +0200
@@ -1,0 +2,5 @@
+Fri Aug  2 17:00:15 UTC 2019 - Axel Braun <axel.br...@gmx.de>
+
+- Version 4.6.18 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond-4.6.17.tar.gz

New:
----
  trytond-4.6.18.tar.gz

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

Other differences:
------------------
++++++ trytond.spec ++++++
--- /var/tmp/diff_new_pack.PkrWNX/_old  2019-08-13 13:17:06.153480184 +0200
+++ /var/tmp/diff_new_pack.PkrWNX/_new  2019-08-13 13:17:06.157480183 +0200
@@ -20,7 +20,7 @@
 %define majorver 4.6
 %define base_name tryton
 Name:           trytond
-Version:        %{majorver}.17
+Version:        %{majorver}.18
 Release:        0
 
 Summary:        An Enterprise Resource Planning (ERP) system

++++++ trytond-4.6.17.tar.gz -> trytond-4.6.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.17/.hgtags new/trytond-4.6.18/.hgtags
--- old/trytond-4.6.17/.hgtags  2019-07-01 21:27:45.000000000 +0200
+++ new/trytond-4.6.18/.hgtags  2019-08-01 23:00:15.000000000 +0200
@@ -34,3 +34,4 @@
 aa0e0a0ce2e1e00da1fbbd840f5aa9f571caced5 4.6.15
 22cde484eaa0c70946b12a272dbe1f69a1ee91f1 4.6.16
 b05891693d5db22f2e585246559825f4b047f62c 4.6.17
+2fab4255222aaa45586f14ecc9a91c7cba633a69 4.6.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.17/CHANGELOG new/trytond-4.6.18/CHANGELOG
--- old/trytond-4.6.17/CHANGELOG        2019-07-01 21:27:44.000000000 +0200
+++ new/trytond-4.6.18/CHANGELOG        2019-08-01 23:00:14.000000000 +0200
@@ -1,3 +1,6 @@
+Version 4.6.18 - 2019-08-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.17 - 2019-07-01
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.17/PKG-INFO new/trytond-4.6.18/PKG-INFO
--- old/trytond-4.6.17/PKG-INFO 2019-07-01 21:27:46.000000000 +0200
+++ new/trytond-4.6.18/PKG-INFO 2019-08-01 23:00:16.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 4.6.17
+Version: 4.6.18
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.17/trytond/__init__.py 
new/trytond-4.6.18/trytond/__init__.py
--- old/trytond-4.6.17/trytond/__init__.py      2019-06-10 18:21:49.000000000 
+0200
+++ new/trytond-4.6.18/trytond/__init__.py      2019-07-01 21:28:19.000000000 
+0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "4.6.17"
+__version__ = "4.6.18"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.17/trytond/tools/misc.py 
new/trytond-4.6.18/trytond/tools/misc.py
--- old/trytond-4.6.17/trytond/tools/misc.py    2018-08-20 22:55:19.000000000 
+0200
+++ new/trytond-4.6.18/trytond/tools/misc.py    2019-07-22 21:45:12.000000000 
+0200
@@ -235,6 +235,7 @@
     from trytond.transaction import Transaction
     if count is None:
         count = Transaction().database.IN_MAX
+    count = max(1, count)
     for i in xrange(0, len(records), count):
         yield islice(records, i, i + count)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-4.6.17/trytond.egg-info/PKG-INFO 
new/trytond-4.6.18/trytond.egg-info/PKG-INFO
--- old/trytond-4.6.17/trytond.egg-info/PKG-INFO        2019-07-01 
21:27:45.000000000 +0200
+++ new/trytond-4.6.18/trytond.egg-info/PKG-INFO        2019-08-01 
23:00:15.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 4.6.17
+Version: 4.6.18
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton


Reply via email to