Hello community,

here is the log from the commit of package proteus for openSUSE:Factory checked 
in at 2018-07-19 22:55:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proteus (Old)
 and      /work/SRC/openSUSE:Factory/.proteus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proteus"

Thu Jul 19 22:55:28 2018 rev:7 rq:623657 version:4.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/proteus/proteus.changes  2018-05-15 
10:33:31.299924431 +0200
+++ /work/SRC/openSUSE:Factory/.proteus.new/proteus.changes     2018-07-19 
22:57:22.865510900 +0200
@@ -1,0 +2,5 @@
+Wed Jul 11 12:35:32 UTC 2018 - [email protected]
+
+- Version 4.2.4 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  proteus-4.2.3.tar.gz

New:
----
  proteus-4.2.4.tar.gz

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

Other differences:
------------------
++++++ proteus.spec ++++++
--- /var/tmp/diff_new_pack.X38qEL/_old  2018-07-19 22:57:23.285509597 +0200
+++ /var/tmp/diff_new_pack.X38qEL/_new  2018-07-19 22:57:23.285509597 +0200
@@ -19,7 +19,7 @@
 
 %define majorver 4.2
 Name:           proteus
-Version:        %{majorver}.3
+Version:        %{majorver}.4
 Release:        0
 Summary:        A library to access Tryton's modules like a client
 License:        GPL-3.0-or-later

++++++ proteus-4.2.3.tar.gz -> proteus-4.2.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.2.3/.hgtags new/proteus-4.2.4/.hgtags
--- old/proteus-4.2.3/.hgtags   2018-05-07 23:38:42.000000000 +0200
+++ new/proteus-4.2.4/.hgtags   2018-07-05 11:53:57.000000000 +0200
@@ -14,3 +14,4 @@
 e93fec45318a3c7bf3657f65e61ef2f8a7af2658 4.2.1
 1403ab2878cb87c6173d863295e73632102e56ba 4.2.2
 f0c92cc914763443499e98a1dc0e2f4256ed76a6 4.2.3
+06918e9a2a4fa841e07c89fb6247f2154d5ebf60 4.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.2.3/CHANGELOG new/proteus-4.2.4/CHANGELOG
--- old/proteus-4.2.3/CHANGELOG 2018-05-07 23:38:41.000000000 +0200
+++ new/proteus-4.2.4/CHANGELOG 2018-07-05 11:53:57.000000000 +0200
@@ -1,3 +1,6 @@
+Version 4.2.4 - 2018-07-05
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.3 - 2018-05-07
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.2.3/PKG-INFO new/proteus-4.2.4/PKG-INFO
--- old/proteus-4.2.3/PKG-INFO  2018-05-07 23:38:42.000000000 +0200
+++ new/proteus-4.2.4/PKG-INFO  2018-07-05 11:53:58.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: proteus
-Version: 4.2.3
+Version: 4.2.4
 Summary: Library to access Tryton server as a client
 Home-page: http://www.tryton.org/
 Author: Tryton
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.2.3/proteus/__init__.py 
new/proteus-4.2.4/proteus/__init__.py
--- old/proteus-4.2.3/proteus/__init__.py       2018-03-01 23:00:49.000000000 
+0100
+++ new/proteus-4.2.4/proteus/__init__.py       2018-07-05 11:53:55.000000000 
+0200
@@ -3,7 +3,7 @@
 '''
 A library to access Tryton's models like a client.
 '''
-__version__ = "4.2.3"
+__version__ = "4.2.4"
 __all__ = ['Model', 'Wizard', 'Report']
 import sys
 try:
@@ -1090,11 +1090,7 @@
                 ctx['action_id'] = None
 
             if self.form:
-                # Filter only modified values
-                data = {self.form_state:
-                    dict((k, v) for k, v in
-                        self.form._get_on_change_values().iteritems()
-                        if k in self.form._values)}
+                data = {self.form_state: self.form._get_on_change_values()}
             else:
                 data = {}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-4.2.3/proteus.egg-info/PKG-INFO 
new/proteus-4.2.4/proteus.egg-info/PKG-INFO
--- old/proteus-4.2.3/proteus.egg-info/PKG-INFO 2018-05-07 23:38:42.000000000 
+0200
+++ new/proteus-4.2.4/proteus.egg-info/PKG-INFO 2018-07-05 11:53:57.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: proteus
-Version: 4.2.3
+Version: 4.2.4
 Summary: Library to access Tryton server as a client
 Home-page: http://www.tryton.org/
 Author: Tryton


Reply via email to