Hello community,

here is the log from the commit of package tryton for openSUSE:Factory checked 
in at 2019-11-12 11:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tryton (Old)
 and      /work/SRC/openSUSE:Factory/.tryton.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tryton"

Tue Nov 12 11:55:43 2019 rev:33 rq:747417 version:4.6.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/tryton/tryton.changes    2019-09-23 
12:46:21.445521713 +0200
+++ /work/SRC/openSUSE:Factory/.tryton.new.2990/tryton.changes  2019-11-12 
11:56:46.063429344 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 17:59:20 UTC 2019 - Axel Braun <axel.br...@gmx.de>
+
+- Version 4.6.24 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  tryton-4.6.23.tar.gz

New:
----
  tryton-4.6.24.tar.gz

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

Other differences:
------------------
++++++ tryton.spec ++++++
--- /var/tmp/diff_new_pack.KpTZwO/_old  2019-11-12 11:56:46.803430132 +0100
+++ /var/tmp/diff_new_pack.KpTZwO/_new  2019-11-12 11:56:46.803430132 +0100
@@ -19,7 +19,7 @@
 
 %define majorver 4.6
 Name:           tryton
-Version:        %{majorver}.23
+Version:        %{majorver}.24
 Release:        0
 Summary:        The client of the Tryton application platform
 License:        GPL-3.0-only

++++++ tryton-4.6.23.tar.gz -> tryton-4.6.24.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.23/.hgtags new/tryton-4.6.24/.hgtags
--- old/tryton-4.6.23/.hgtags   2019-09-15 14:19:04.000000000 +0200
+++ new/tryton-4.6.24/.hgtags   2019-11-08 19:24:15.000000000 +0100
@@ -40,3 +40,4 @@
 8e54efd58b258863ff27f5e49f08310ac1fd0ed0 4.6.21
 a6bc12fe3478de061e21184753d4291539eb908b 4.6.22
 cd43aea578ecba3ef04100d1fba6d887d4ea924f 4.6.23
+4f9558bc4711958717e026bdc7abec39e4f1bdd2 4.6.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.23/CHANGELOG new/tryton-4.6.24/CHANGELOG
--- old/tryton-4.6.23/CHANGELOG 2019-09-15 14:19:03.000000000 +0200
+++ new/tryton-4.6.24/CHANGELOG 2019-11-08 19:24:15.000000000 +0100
@@ -1,3 +1,6 @@
+Version 4.6.24 - 2019-11-08
+* Bug fixes (see mercurial logs for details)
+
 Version 4.6.23 - 2019-09-15
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.23/PKG-INFO new/tryton-4.6.24/PKG-INFO
--- old/tryton-4.6.23/PKG-INFO  2019-09-15 14:19:05.000000000 +0200
+++ new/tryton-4.6.24/PKG-INFO  2019-11-08 19:24:16.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tryton
-Version: 4.6.23
+Version: 4.6.24
 Summary: Tryton client
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.23/tryton/__init__.py 
new/tryton-4.6.24/tryton/__init__.py
--- old/tryton-4.6.23/tryton/__init__.py        2019-09-01 23:39:34.000000000 
+0200
+++ new/tryton-4.6.24/tryton/__init__.py        2019-09-15 14:19:21.000000000 
+0200
@@ -1,3 +1,3 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "4.6.23"
+__version__ = "4.6.24"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.23/tryton/common/domain_parser.py 
new/tryton-4.6.24/tryton/common/domain_parser.py
--- old/tryton-4.6.23/tryton/common/domain_parser.py    2018-10-23 
19:24:56.000000000 +0200
+++ new/tryton-4.6.24/tryton/common/domain_parser.py    2019-10-23 
00:48:37.000000000 +0200
@@ -1188,7 +1188,7 @@
                         operator = negate_operator(default_operator(field))
                     if field['type'] in ('integer', 'float', 'numeric',
                             'datetime', 'date', 'time'):
-                        if value and '..' in value:
+                        if isinstance(value, str) and '..' in value:
                             lvalue, rvalue = value.split('..', 1)
                             lvalue = convert_value(field, lvalue, self.context)
                             rvalue = convert_value(field, rvalue, self.context)
Binary files old/tryton-4.6.23/tryton/data/locale/bg/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/bg/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/ca/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/ca/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/cs/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/cs/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/de/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/de/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/es/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/es/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo 
and new/tryton-4.6.24/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/fr/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/fr/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.mo 
and new/tryton-4.6.24/tryton/data/locale/hu_HU/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/it_IT/LC_MESSAGES/tryton.mo 
and new/tryton-4.6.24/tryton/data/locale/it_IT/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo 
and new/tryton-4.6.24/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/lo/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/lo/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/lt/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/lt/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/nl/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/nl/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/pl/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/pl/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.mo 
and new/tryton-4.6.24/tryton/data/locale/pt_BR/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/ru/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/ru/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/sl/LC_MESSAGES/tryton.mo and 
new/tryton-4.6.24/tryton/data/locale/sl/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-4.6.23/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo 
and new/tryton-4.6.24/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tryton-4.6.23/tryton/gui/window/view_form/screen/screen.py 
new/tryton-4.6.24/tryton/gui/window/view_form/screen/screen.py
--- old/tryton-4.6.23/tryton/gui/window/view_form/screen/screen.py      
2019-08-25 13:51:16.000000000 +0200
+++ new/tryton-4.6.24/tryton/gui/window/view_form/screen/screen.py      
2019-10-30 23:56:17.000000000 +0100
@@ -879,14 +879,16 @@
         view.set_value()
         self.set_cursor(reset_view=False)
         if view.view_type == 'tree' and len(self.group):
-            start, end = view.treeview.get_visible_range()
-            vadjustment = view.treeview.get_vadjustment()
-            vadjustment.props.value = min(
-                vadjustment.props.value + vadjustment.props.page_increment,
-                vadjustment.props.upper)
-            model = view.treeview.get_model()
-            iter_ = model.get_iter(end)
-            self.current_record = model.get_value(iter_, 0)
+            range_ = view.treeview.get_visible_range()
+            if range_:
+                start, end = range_
+                vadjustment = view.treeview.get_vadjustment()
+                vadjustment.props.value = min(
+                    vadjustment.props.value + vadjustment.props.page_increment,
+                    vadjustment.props.upper)
+                model = view.treeview.get_model()
+                iter_ = model.get_iter(end)
+                self.current_record = model.get_value(iter_, 0)
         elif (view.view_type == 'form'
                 and self.current_record
                 and self.current_record.group):
@@ -950,14 +952,16 @@
         view.set_value()
         self.set_cursor(reset_view=False)
         if view.view_type == 'tree' and len(self.group):
-            start, end = view.treeview.get_visible_range()
-            vadjustment = view.treeview.get_vadjustment()
-            vadjustment.props.value = min(
-                vadjustment.props.value - vadjustment.props.page_increment,
-                vadjustment.props.lower)
-            model = view.treeview.get_model()
-            iter_ = model.get_iter(start)
-            self.current_record = model.get_value(iter_, 0)
+            range_ = view.treeview.get_visible_range()
+            if range_:
+                start, end = range_
+                vadjustment = view.treeview.get_vadjustment()
+                vadjustment.props.value = min(
+                    vadjustment.props.value - vadjustment.props.page_increment,
+                    vadjustment.props.lower)
+                model = view.treeview.get_model()
+                iter_ = model.get_iter(start)
+                self.current_record = model.get_value(iter_, 0)
         elif (view.view_type == 'form'
                 and self.current_record
                 and self.current_record.group):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-4.6.23/tryton.egg-info/PKG-INFO 
new/tryton-4.6.24/tryton.egg-info/PKG-INFO
--- old/tryton-4.6.23/tryton.egg-info/PKG-INFO  2019-09-15 14:19:04.000000000 
+0200
+++ new/tryton-4.6.24/tryton.egg-info/PKG-INFO  2019-11-08 19:24:16.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tryton
-Version: 4.6.23
+Version: 4.6.24
 Summary: Tryton client
 Home-page: http://www.tryton.org/
 Author: Tryton


Reply via email to