Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package proteus for openSUSE:Factory checked in at 2022-01-26 21:26:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proteus (Old) and /work/SRC/openSUSE:Factory/.proteus.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proteus" Wed Jan 26 21:26:46 2022 rev:20 rq:949099 version:5.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/proteus/proteus.changes 2021-12-07 00:00:54.188241669 +0100 +++ /work/SRC/openSUSE:Factory/.proteus.new.1938/proteus.changes 2022-01-26 21:27:07.585933679 +0100 @@ -1,0 +2,5 @@ +Tue Jan 18 16:14:21 UTC 2022 - Axel Braun <[email protected]> + +- Version 5.0.11 - Bugfix Release + +------------------------------------------------------------------- Old: ---- proteus-5.0.10.tar.gz proteus-5.0.10.tar.gz.asc New: ---- proteus-5.0.11.tar.gz proteus-5.0.11.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proteus.spec ++++++ --- /var/tmp/diff_new_pack.6prkwm/_old 2022-01-26 21:27:08.277928908 +0100 +++ /var/tmp/diff_new_pack.6prkwm/_new 2022-01-26 21:27:08.281928881 +0100 @@ -1,7 +1,7 @@ # # spec file for package proteus # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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}.10 +Version: %{majorver}.11 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later @@ -30,14 +30,13 @@ Source2: https://keybase.io/cedrickrier/pgp_keys.asc?fingerprint=7C5A4360F6DF81ABA91FD54D6FF50AFE03489130#/%{name}.keyring # List of additional build dependencies BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildRequires: python3-devel BuildRequires: python3-lxml BuildRequires: python3-psycopg2 BuildRequires: python3-pydot BuildRequires: python3-setuptools Requires: python3-dateutil -##equires: python3-cdecimal -##Requires: python3-simplejson Requires: trytond BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++++++ proteus-5.0.10.tar.gz -> proteus-5.0.11.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.10/.hgtags new/proteus-5.0.11/.hgtags --- old/proteus-5.0.10/.hgtags 2021-10-02 00:25:32.000000000 +0200 +++ new/proteus-5.0.11/.hgtags 2022-01-15 16:19:08.000000000 +0100 @@ -25,3 +25,4 @@ df21f1e8edd84079d0619ef84b2f663e5a1c87e4 5.0.8 a49aa4240d49a817c4d98bdc146a31f23722016d 5.0.9 de793cd5456707bf07e76af2e04aeeb6c733460a 5.0.10 +d6494835473801df14b3c358a05119607a94443b 5.0.11 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.10/CHANGELOG new/proteus-5.0.11/CHANGELOG --- old/proteus-5.0.10/CHANGELOG 2021-10-02 00:25:31.000000000 +0200 +++ new/proteus-5.0.11/CHANGELOG 2022-01-15 16:19:08.000000000 +0100 @@ -1,3 +1,6 @@ +Version 5.0.11 - 2022-01-15 +* Bug fixes (see mercurial logs for details) + Version 5.0.10 - 2021-10-01 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.10/COPYRIGHT new/proteus-5.0.11/COPYRIGHT --- old/proteus-5.0.10/COPYRIGHT 2021-10-02 00:25:31.000000000 +0200 +++ new/proteus-5.0.11/COPYRIGHT 2022-01-15 16:19:08.000000000 +0100 @@ -1,5 +1,5 @@ -Copyright (C) 2010-2021 C??dric Krier. -Copyright (C) 2010-2021 B2CK SPRL. +Copyright (C) 2010-2022 C??dric Krier. +Copyright (C) 2010-2022 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.10/PKG-INFO new/proteus-5.0.11/PKG-INFO --- old/proteus-5.0.10/PKG-INFO 2021-10-02 00:25:33.256443700 +0200 +++ new/proteus-5.0.11/PKG-INFO 2022-01-15 16:19:10.074019700 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proteus -Version: 5.0.10 +Version: 5.0.11 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.10/proteus/__init__.py new/proteus-5.0.11/proteus/__init__.py --- old/proteus-5.0.10/proteus/__init__.py 2021-07-01 21:42:28.000000000 +0200 +++ new/proteus-5.0.11/proteus/__init__.py 2022-01-06 01:03:41.000000000 +0100 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "5.0.10" +__version__ = "5.0.11" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local() @@ -1235,10 +1235,15 @@ self._proxy = self._config.get_proxy(name, type='report') def execute(self, models=None, data=None): - ids = [m.id for m in models] if models else data.get('ids', []) + if models: + ids = [m.id for m in models] + elif data: + ids = data.get('ids', []) + else: + ids = [] if data is None: data = { - 'id': ids[0], + 'id': ids[0] if ids else None, 'ids': ids, } if models: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.10/proteus.egg-info/PKG-INFO new/proteus-5.0.11/proteus.egg-info/PKG-INFO --- old/proteus-5.0.10/proteus.egg-info/PKG-INFO 2021-10-02 00:25:32.000000000 +0200 +++ new/proteus-5.0.11/proteus.egg-info/PKG-INFO 2022-01-15 16:19:09.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proteus -Version: 5.0.10 +Version: 5.0.11 Summary: Library to access Tryton server as a client Home-page: http://www.tryton.org/ Author: Tryton
