Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tryton for openSUSE:Factory checked 
in at 2022-05-14 22:56:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tryton (Old)
 and      /work/SRC/openSUSE:Factory/.tryton.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tryton"

Sat May 14 22:56:57 2022 rev:4 rq:977137 version:6.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/tryton/tryton.changes    2022-04-20 
16:57:47.086648535 +0200
+++ /work/SRC/openSUSE:Factory/.tryton.new.1538/tryton.changes  2022-05-14 
22:58:42.075481275 +0200
@@ -1,0 +2,5 @@
+Sat May  7 09:07:21 UTC 2022 - Axel Braun <[email protected]>
+
+- Version 6.0.16 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  tryton-6.0.15.tar.gz

New:
----
  tryton-6.0.16.tar.gz

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

Other differences:
------------------
++++++ tryton.spec ++++++
--- /var/tmp/diff_new_pack.b5RFgs/_old  2022-05-14 22:58:42.519481830 +0200
+++ /var/tmp/diff_new_pack.b5RFgs/_new  2022-05-14 22:58:42.527481840 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 6.0
 Name:           tryton
-Version:        %{majorver}.15
+Version:        %{majorver}.16
 Release:        0
 Summary:        The client of the Tryton application platform
 License:        GPL-3.0-or-later

++++++ tryton-6.0.15.tar.gz -> tryton-6.0.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-6.0.15/.hgtags new/tryton-6.0.16/.hgtags
--- old/tryton-6.0.15/.hgtags   2022-04-15 21:24:02.000000000 +0200
+++ new/tryton-6.0.16/.hgtags   2022-05-06 23:27:46.000000000 +0200
@@ -39,3 +39,4 @@
 1cbf7901b52d92f993ceba19357085386475c08d 6.0.13
 1474928ec1aa12d34e5fd79675bb284890bafd76 6.0.14
 0ee8d81a43a12bdd3064bcc100ef4a35ab86bfdb 6.0.15
+d1f3f6a0d5722332cddd2cb0837a266e5f5a1881 6.0.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-6.0.15/CHANGELOG new/tryton-6.0.16/CHANGELOG
--- old/tryton-6.0.15/CHANGELOG 2022-04-15 21:24:01.000000000 +0200
+++ new/tryton-6.0.16/CHANGELOG 2022-05-06 23:27:45.000000000 +0200
@@ -1,3 +1,6 @@
+Version 6.0.16 - 2022-05-06
+* Bug fixes (see mercurial logs for details)
+
 Version 6.0.15 - 2022-04-15
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-6.0.15/PKG-INFO new/tryton-6.0.16/PKG-INFO
--- old/tryton-6.0.15/PKG-INFO  2022-04-15 21:24:05.312212200 +0200
+++ new/tryton-6.0.16/PKG-INFO  2022-05-06 23:27:50.351300000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tryton
-Version: 6.0.15
+Version: 6.0.16
 Summary: Tryton desktop client
 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/tryton-6.0.15/bin/tryton new/tryton-6.0.16/bin/tryton
--- old/tryton-6.0.15/bin/tryton        2021-11-02 18:57:36.000000000 +0100
+++ new/tryton-6.0.16/bin/tryton        2022-04-22 18:53:17.000000000 +0200
@@ -17,7 +17,7 @@
     prefix = os.path.dirname(sys.executable)
     os.environ['GTK_EXE_PREFIX'] = prefix
     os.environ['GTK_DATA_PREFIX'] = prefix
-    os.environ['EVINCE_BACKENDS_DIR'] = prefix
+    os.environ['EV_BACKENDS_DIR'] = prefix
     os.environ['XDG_DATA_DIRS'] = os.path.join(prefix, 'share')
     etc = os.path.join(prefix, 'etc')
     os.environ['GDK_PIXBUF_MODULE_FILE'] = os.path.join(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-6.0.15/tryton/__init__.py 
new/tryton-6.0.16/tryton/__init__.py
--- old/tryton-6.0.15/tryton/__init__.py        2022-02-16 21:57:58.000000000 
+0100
+++ new/tryton-6.0.16/tryton/__init__.py        2022-04-15 21:24:19.000000000 
+0200
@@ -1,6 +1,6 @@
 # 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__ = "6.0.15"
+__version__ = "6.0.16"
 import gi
 import locale
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-6.0.15/tryton/common/cellrendererfloat.py 
new/tryton-6.0.16/tryton/common/cellrendererfloat.py
--- old/tryton-6.0.15/tryton/common/cellrendererfloat.py        2022-02-07 
23:27:06.000000000 +0100
+++ new/tryton-6.0.16/tryton/common/cellrendererfloat.py        2022-04-22 
18:53:17.000000000 +0200
@@ -36,7 +36,8 @@
                     end_pos = None
                 if self._can_insert_text(widget, text, start_pos, end_pos):
                     buffer_ = widget.get_buffer()
-                    buffer_.delete_text(start_pos, end_pos - start_pos)
+                    if end_pos:
+                        buffer_.delete_text(start_pos, end_pos - start_pos)
                     buffer_.insert_text(start_pos, text, len(text))
                     widget.set_position(widget.get_position() + len(text))
                 return True
Binary files old/tryton-6.0.15/tryton/data/locale/bg/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/bg/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/ca/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/ca/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/cs/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/cs/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/de/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/de/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/es/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/es/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo 
and new/tryton-6.0.16/tryton/data/locale/es_419/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/et/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/et/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/fa/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/fa/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/fi/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/fi/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/fr/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/fr/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/hu/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/hu/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/id/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/id/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/it/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/it/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo 
and new/tryton-6.0.16/tryton/data/locale/ja_JP/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/lo/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/lo/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/lt/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/lt/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/nl/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/nl/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/pl/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/pl/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/pt/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/pt/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/ro/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/ro/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/ru/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/ru/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/sl/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/sl/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/tr/LC_MESSAGES/tryton.mo and 
new/tryton-6.0.16/tryton/data/locale/tr/LC_MESSAGES/tryton.mo differ
Binary files old/tryton-6.0.15/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo 
and new/tryton-6.0.16/tryton/data/locale/zh_CN/LC_MESSAGES/tryton.mo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tryton-6.0.15/tryton/gui/window/view_form/view/list_form.py 
new/tryton-6.0.16/tryton/gui/window/view_form/view/list_form.py
--- old/tryton-6.0.15/tryton/gui/window/view_form/view/list_form.py     
2021-11-02 18:52:43.000000000 +0100
+++ new/tryton-6.0.16/tryton/gui/window/view_form/view/list_form.py     
2022-04-22 18:53:17.000000000 +0200
@@ -110,7 +110,8 @@
     @property
     def selected_records(self):
         selected_rows = self.listbox.get_selected_rows()
-        return [self.group[r.get_index()] for r in selected_rows]
+        return [
+            self._model.get_item(r.get_index()).record for r in selected_rows]
 
     def group_list_changed(self, group, signal):
         action = signal[0]
@@ -132,7 +133,7 @@
     def _row_selected(self, listbox, row):
         if not row:
             return
-        self.record = self.group[row.get_index()]
+        self.record = self._model.get_item(row.get_index()).record
 
     @common.idle_add
     def _select_show_row(self, index):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tryton-6.0.15/tryton.egg-info/PKG-INFO 
new/tryton-6.0.16/tryton.egg-info/PKG-INFO
--- old/tryton-6.0.15/tryton.egg-info/PKG-INFO  2022-04-15 21:24:04.000000000 
+0200
+++ new/tryton-6.0.16/tryton.egg-info/PKG-INFO  2022-05-06 23:27:49.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: tryton
-Version: 6.0.15
+Version: 6.0.16
 Summary: Tryton desktop client
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/

Reply via email to