Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package proteus for openSUSE:Factory checked in at 2025-12-22 22:49:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proteus (Old) and /work/SRC/openSUSE:Factory/.proteus.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proteus" Mon Dec 22 22:49:14 2025 rev:29 rq:1323911 version:7.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/proteus/proteus.changes 2025-09-15 19:57:12.461938588 +0200 +++ /work/SRC/openSUSE:Factory/.proteus.new.1928/proteus.changes 2025-12-22 22:51:30.766642759 +0100 @@ -1,0 +2,5 @@ +Sun Dec 21 11:01:53 UTC 2025 - Axel Braun <[email protected]> + +- Version 7.0.3 - Bugfix Release + +------------------------------------------------------------------- Old: ---- proteus-7.0.2.tar.gz New: ---- proteus-7.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proteus.spec ++++++ --- /var/tmp/diff_new_pack.9OLzkJ/_old 2025-12-22 22:51:31.514673578 +0100 +++ /var/tmp/diff_new_pack.9OLzkJ/_new 2025-12-22 22:51:31.518673743 +0100 @@ -29,7 +29,7 @@ %define majorver 7.0 Name: proteus -Version: %{majorver}.2 +Version: %{majorver}.3 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later ++++++ proteus-7.0.2.tar.gz -> proteus-7.0.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-7.0.2/CHANGELOG new/proteus-7.0.3/CHANGELOG --- old/proteus-7.0.2/CHANGELOG 2025-09-03 20:32:44.000000000 +0200 +++ new/proteus-7.0.3/CHANGELOG 2025-12-17 19:28:50.000000000 +0100 @@ -1,4 +1,9 @@ +Version 7.0.3 - 2025-12-17 +-------------------------- +* Bug fixes (see mercurial logs for details) + + Version 7.0.2 - 2025-09-03 -------------------------- * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-7.0.2/PKG-INFO new/proteus-7.0.3/PKG-INFO --- old/proteus-7.0.2/PKG-INFO 2025-09-03 20:32:47.546370700 +0200 +++ new/proteus-7.0.3/PKG-INFO 2025-12-17 19:28:53.497826800 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: proteus -Version: 7.0.2 +Version: 7.0.3 Summary: Library to access Tryton server as a client Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/7.0/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-7.0.2/proteus/__init__.py new/proteus-7.0.3/proteus/__init__.py --- old/proteus-7.0.2/proteus/__init__.py 2025-08-23 20:35:53.000000000 +0200 +++ new/proteus-7.0.3/proteus/__init__.py 2025-12-14 17:52:12.000000000 +0100 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "7.0.2" +__version__ = "7.0.3" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local() @@ -1234,6 +1234,10 @@ ctx['active_id'] = self.models[0].id ctx['active_ids'] = [model.id for model in self.models] ctx['active_model'] = self.models[0].__class__.__name__ + elif isinstance(self.models, ModelList): + ctx['active_id'] = None + ctx['active_ids'] = None + ctx['active_model'] = self.models.model_name else: ctx['active_id'] = None ctx['active_ids'] = None diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-7.0.2/proteus.egg-info/PKG-INFO new/proteus-7.0.3/proteus.egg-info/PKG-INFO --- old/proteus-7.0.2/proteus.egg-info/PKG-INFO 2025-09-03 20:32:47.000000000 +0200 +++ new/proteus-7.0.3/proteus.egg-info/PKG-INFO 2025-12-17 19:28:52.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: proteus -Version: 7.0.2 +Version: 7.0.3 Summary: Library to access Tryton server as a client Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/7.0/
