Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package proteus for openSUSE:Factory checked in at 2021-07-02 13:27:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proteus (Old) and /work/SRC/openSUSE:Factory/.proteus.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proteus" Fri Jul 2 13:27:59 2021 rev:18 rq:903627 version:5.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/proteus/proteus.changes 2021-03-02 12:44:56.820329081 +0100 +++ /work/SRC/openSUSE:Factory/.proteus.new.2625/proteus.changes 2021-07-02 13:29:04.940008629 +0200 @@ -1,0 +2,5 @@ +Fri Jul 2 07:12:45 UTC 2021 - Axel Braun <[email protected]> + +- Version 5.0.9 - Bugfix Release + +------------------------------------------------------------------- Old: ---- proteus-5.0.8.tar.gz proteus-5.0.8.tar.gz.asc New: ---- proteus-5.0.9.tar.gz proteus-5.0.9.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proteus.spec ++++++ --- /var/tmp/diff_new_pack.Z4hvTj/_old 2021-07-02 13:29:05.328005619 +0200 +++ /var/tmp/diff_new_pack.Z4hvTj/_new 2021-07-02 13:29:05.332005588 +0200 @@ -19,7 +19,7 @@ %define majorver 5.0 Name: proteus -Version: %{majorver}.8 +Version: %{majorver}.9 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later ++++++ proteus-5.0.8.tar.gz -> proteus-5.0.9.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.8/.drone.yml new/proteus-5.0.9/.drone.yml --- old/proteus-5.0.8/.drone.yml 2019-10-23 13:12:22.000000000 +0200 +++ new/proteus-5.0.9/.drone.yml 2021-06-06 09:19:28.000000000 +0200 @@ -13,8 +13,6 @@ matrix: include: - - IMAGE: python:3.4 - TOXENV: py34 - IMAGE: python:3.5 TOXENV: py35 - IMAGE: python:3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.8/.hgtags new/proteus-5.0.9/.hgtags --- old/proteus-5.0.8/.hgtags 2020-11-11 15:58:02.000000000 +0100 +++ new/proteus-5.0.9/.hgtags 2021-07-01 21:42:21.000000000 +0200 @@ -23,3 +23,4 @@ a5aabc18347d6b635ae3a57a7ec2ae4faa24aacf 5.0.6 12da615377eb694e54bfbd0c12aa36779bb33b27 5.0.7 df21f1e8edd84079d0619ef84b2f663e5a1c87e4 5.0.8 +a49aa4240d49a817c4d98bdc146a31f23722016d 5.0.9 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.8/CHANGELOG new/proteus-5.0.9/CHANGELOG --- old/proteus-5.0.8/CHANGELOG 2020-11-11 15:58:01.000000000 +0100 +++ new/proteus-5.0.9/CHANGELOG 2021-07-01 21:42:20.000000000 +0200 @@ -1,3 +1,6 @@ +Version 5.0.9 - 2021-07-01 +* Bug fixes (see mercurial logs for details) + Version 5.0.8 - 2020-11-11 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.8/COPYRIGHT new/proteus-5.0.9/COPYRIGHT --- old/proteus-5.0.8/COPYRIGHT 2020-11-11 15:58:01.000000000 +0100 +++ new/proteus-5.0.9/COPYRIGHT 2021-07-01 21:42:20.000000000 +0200 @@ -1,5 +1,5 @@ -Copyright (C) 2010-2020 C??dric Krier. -Copyright (C) 2010-2020 B2CK SPRL. +Copyright (C) 2010-2021 C??dric Krier. +Copyright (C) 2010-2021 B2CK SPRL. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.8/PKG-INFO new/proteus-5.0.9/PKG-INFO --- old/proteus-5.0.8/PKG-INFO 2020-11-11 15:58:03.000000000 +0100 +++ new/proteus-5.0.9/PKG-INFO 2021-07-01 21:42:22.141346200 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proteus -Version: 5.0.8 +Version: 5.0.9 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.8/proteus/__init__.py new/proteus-5.0.9/proteus/__init__.py --- old/proteus-5.0.8/proteus/__init__.py 2019-12-02 20:47:15.000000000 +0100 +++ new/proteus-5.0.9/proteus/__init__.py 2021-06-23 22:57:00.000000000 +0200 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "5.0.8" +__version__ = "5.0.9" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local() @@ -1289,6 +1289,8 @@ with config.reset_context(), config.set_context(action_ctx): if res_id is None: return Model_.find(domain) + elif isinstance(res_id, int): + return [Model_(res_id)] else: return [Model_(id_) for id_ in res_id] elif action['type'] == 'ir.action.wizard': diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.8/proteus.egg-info/PKG-INFO new/proteus-5.0.9/proteus.egg-info/PKG-INFO --- old/proteus-5.0.8/proteus.egg-info/PKG-INFO 2020-11-11 15:58:03.000000000 +0100 +++ new/proteus-5.0.9/proteus.egg-info/PKG-INFO 2021-07-01 21:42:21.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proteus -Version: 5.0.8 +Version: 5.0.9 Summary: Library to access Tryton server as a client Home-page: http://www.tryton.org/ Author: Tryton
