Hello community, here is the log from the commit of package proteus for openSUSE:Factory checked in at 2019-06-01 09:47:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proteus (Old) and /work/SRC/openSUSE:Factory/.proteus.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proteus" Sat Jun 1 09:47:57 2019 rev:10 rq:705906 version:4.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/proteus/proteus.changes 2019-01-21 10:49:26.900085626 +0100 +++ /work/SRC/openSUSE:Factory/.proteus.new.5148/proteus.changes 2019-06-01 09:48:00.107354971 +0200 @@ -1,0 +2,5 @@ +Fri May 17 10:31:40 UTC 2019 - Axel Braun <[email protected]> + +- Version 4.6.6 - Bugfix Release + +------------------------------------------------------------------- Old: ---- proteus-4.6.5.tar.gz New: ---- proteus-4.6.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proteus.spec ++++++ --- /var/tmp/diff_new_pack.rgYDz2/_old 2019-06-01 09:48:00.615354798 +0200 +++ /var/tmp/diff_new_pack.rgYDz2/_new 2019-06-01 09:48:00.619354796 +0200 @@ -1,7 +1,7 @@ # # spec file for package proteus # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017-2018 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define majorver 4.6 Name: proteus -Version: %{majorver}.5 +Version: %{majorver}.6 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later ++++++ proteus-4.6.5.tar.gz -> proteus-4.6.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-4.6.5/.hgtags new/proteus-4.6.6/.hgtags --- old/proteus-4.6.5/.hgtags 2018-12-03 00:47:53.000000000 +0100 +++ new/proteus-4.6.6/.hgtags 2019-04-22 10:41:27.000000000 +0200 @@ -18,3 +18,4 @@ bf508cfe1024bfe98b86fb67fe90f89c568b9b02 4.6.3 1357255a797f53827a663cd4ea3d08a5448ab9df 4.6.4 4b75c46d9bf62a307b5c6e23a13e5500a6f1f24f 4.6.5 +8d23b72d421c4b63f59c547c127be62d561a0e31 4.6.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-4.6.5/CHANGELOG new/proteus-4.6.6/CHANGELOG --- old/proteus-4.6.5/CHANGELOG 2018-12-03 00:47:53.000000000 +0100 +++ new/proteus-4.6.6/CHANGELOG 2019-04-22 10:41:26.000000000 +0200 @@ -1,3 +1,6 @@ +Version 4.6.6 - 2019-04-22 +* Bug fixes (see mercurial logs for details) + Version 4.6.5 - 2018-12-02 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-4.6.5/COPYRIGHT new/proteus-4.6.6/COPYRIGHT --- old/proteus-4.6.5/COPYRIGHT 2018-12-03 00:47:52.000000000 +0100 +++ new/proteus-4.6.6/COPYRIGHT 2019-04-22 10:41:26.000000000 +0200 @@ -1,5 +1,5 @@ -Copyright (C) 2010-2018 Cédric Krier. -Copyright (C) 2010-2018 B2CK SPRL. +Copyright (C) 2010-2019 Cédric Krier. +Copyright (C) 2010-2019 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-4.6.5/PKG-INFO new/proteus-4.6.6/PKG-INFO --- old/proteus-4.6.5/PKG-INFO 2018-12-03 00:47:54.000000000 +0100 +++ new/proteus-4.6.6/PKG-INFO 2019-04-22 10:41:27.000000000 +0200 @@ -1,13 +1,12 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: proteus -Version: 4.6.5 +Version: 4.6.6 Summary: Library to access Tryton server as a client Home-page: http://www.tryton.org/ Author: Tryton Author-email: [email protected] License: LGPL-3 Download-URL: http://downloads.tryton.org/4.6/ -Description-Content-Type: UNKNOWN Description: proteus ======= @@ -181,3 +180,5 @@ Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Office/Business +Provides-Extra: cdecimal +Provides-Extra: trytond diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-4.6.5/proteus/__init__.py new/proteus-4.6.6/proteus/__init__.py --- old/proteus-4.6.5/proteus/__init__.py 2018-08-20 22:55:18.000000000 +0200 +++ new/proteus-4.6.6/proteus/__init__.py 2018-12-03 00:48:04.000000000 +0100 @@ -19,7 +19,7 @@ import proteus.config -__version__ = "4.6.5" +__version__ = "4.6.6" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-4.6.5/proteus/config.py new/proteus-4.6.6/proteus/config.py --- old/proteus-4.6.5/proteus/config.py 2018-08-20 22:55:18.000000000 +0200 +++ new/proteus-4.6.6/proteus/config.py 2019-03-17 09:19:28.000000000 +0100 @@ -61,6 +61,20 @@ xmlrpclib.Marshaller.dispatch[bytearray] = dump_bytes +def dump_struct(self, value, write, escape=xmlrpclib.escape): + converted_value = {} + for k, v in value.items(): + if isinstance(k, int): + k = str(k) + elif isinstance(k, float): + k = repr(k) + converted_value[k] = v + return self.dump_struct(converted_value, write, escape=escape) + + +xmlrpclib.Marshaller.dispatch[dict] = dump_struct + + class XMLRPCDecoder(object): decoders = {} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-4.6.5/proteus.egg-info/PKG-INFO new/proteus-4.6.6/proteus.egg-info/PKG-INFO --- old/proteus-4.6.5/proteus.egg-info/PKG-INFO 2018-12-03 00:47:53.000000000 +0100 +++ new/proteus-4.6.6/proteus.egg-info/PKG-INFO 2019-04-22 10:41:27.000000000 +0200 @@ -1,13 +1,12 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: proteus -Version: 4.6.5 +Version: 4.6.6 Summary: Library to access Tryton server as a client Home-page: http://www.tryton.org/ Author: Tryton Author-email: [email protected] License: LGPL-3 Download-URL: http://downloads.tryton.org/4.6/ -Description-Content-Type: UNKNOWN Description: proteus ======= @@ -181,3 +180,5 @@ Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: Office/Business +Provides-Extra: cdecimal +Provides-Extra: trytond
