Hello community,

here is the log from the commit of package proteus for openSUSE:Factory checked 
in at 2019-12-10 22:43:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/proteus (Old)
 and      /work/SRC/openSUSE:Factory/.proteus.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "proteus"

Tue Dec 10 22:43:09 2019 rev:15 rq:755504 version:5.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/proteus/proteus.changes  2019-12-04 
14:19:41.706403490 +0100
+++ /work/SRC/openSUSE:Factory/.proteus.new.4691/proteus.changes        
2019-12-10 22:43:23.833787436 +0100
@@ -1,0 +2,5 @@
+Tue Dec  3 09:27:47 UTC 2019 - Axel Braun <[email protected]>
+
+- Version 5.0.7 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  proteus-5.0.6.tar.gz

New:
----
  proteus-5.0.7.tar.gz

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

Other differences:
------------------
++++++ proteus.spec ++++++
--- /var/tmp/diff_new_pack.i5JEyB/_old  2019-12-10 22:43:24.461787202 +0100
+++ /var/tmp/diff_new_pack.i5JEyB/_new  2019-12-10 22:43:24.461787202 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package proteus
 #
-# Copyright (c) 2019 SUSE LLC.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2019 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %define majorver 5.0
 Name:           proteus
-Version:        %{majorver}.6
+Version:        %{majorver}.7
 Release:        0
 Summary:        A library to access Tryton's modules like a client
 License:        GPL-3.0-or-later

++++++ proteus-5.0.6.tar.gz -> proteus-5.0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-5.0.6/.hgtags new/proteus-5.0.7/.hgtags
--- old/proteus-5.0.6/.hgtags   2019-11-08 19:29:05.000000000 +0100
+++ new/proteus-5.0.7/.hgtags   2019-12-02 20:47:05.000000000 +0100
@@ -21,3 +21,4 @@
 21a1c19303aefb60f54fe27ca5189071d856213c 5.0.4
 4ef3c1a7214f00a7e96a606bc2396acfb94aa2a7 5.0.5
 a5aabc18347d6b635ae3a57a7ec2ae4faa24aacf 5.0.6
+12da615377eb694e54bfbd0c12aa36779bb33b27 5.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-5.0.6/CHANGELOG new/proteus-5.0.7/CHANGELOG
--- old/proteus-5.0.6/CHANGELOG 2019-11-08 19:29:05.000000000 +0100
+++ new/proteus-5.0.7/CHANGELOG 2019-12-02 20:47:05.000000000 +0100
@@ -1,3 +1,6 @@
+Version 5.0.7 - 2019-12-02
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.6 - 2019-11-08
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-5.0.6/PKG-INFO new/proteus-5.0.7/PKG-INFO
--- old/proteus-5.0.6/PKG-INFO  2019-11-08 19:29:06.000000000 +0100
+++ new/proteus-5.0.7/PKG-INFO  2019-12-02 20:47:06.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: proteus
-Version: 5.0.6
+Version: 5.0.7
 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-5.0.6/proteus/__init__.py 
new/proteus-5.0.7/proteus/__init__.py
--- old/proteus-5.0.6/proteus/__init__.py       2019-10-30 23:50:25.000000000 
+0100
+++ new/proteus-5.0.7/proteus/__init__.py       2019-11-24 20:49:16.000000000 
+0100
@@ -10,7 +10,7 @@
 
 import proteus.config
 
-__version__ = "5.0.6"
+__version__ = "5.0.7"
 __all__ = ['Model', 'Wizard', 'Report']
 
 _MODELS = threading.local()
@@ -929,8 +929,7 @@
         if loading == 'eager':
             fields = [x for x, y in self._fields.items()
                     if y['loading'] == 'eager']
-        if not self._fields:
-            fields.append('_timestamp')
+        fields.append('_timestamp')
         self._values.update(
             self._proxy.read([self.id], fields, self._context)[0])
         for field in fields:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/proteus-5.0.6/proteus.egg-info/PKG-INFO 
new/proteus-5.0.7/proteus.egg-info/PKG-INFO
--- old/proteus-5.0.6/proteus.egg-info/PKG-INFO 2019-11-08 19:29:06.000000000 
+0100
+++ new/proteus-5.0.7/proteus.egg-info/PKG-INFO 2019-12-02 20:47:06.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: proteus
-Version: 5.0.6
+Version: 5.0.7
 Summary: Library to access Tryton server as a client
 Home-page: http://www.tryton.org/
 Author: Tryton


Reply via email to