Hello community, here is the log from the commit of package proteus for openSUSE:Factory checked in at 2020-11-12 22:45:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proteus (Old) and /work/SRC/openSUSE:Factory/.proteus.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proteus" Thu Nov 12 22:45:51 2020 rev:16 rq:847930 version:5.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/proteus/proteus.changes 2019-12-10 22:43:23.833787436 +0100 +++ /work/SRC/openSUSE:Factory/.proteus.new.24930/proteus.changes 2020-11-12 22:45:53.150548536 +0100 @@ -1,0 +2,5 @@ +Wed Nov 11 18:11:28 UTC 2020 - Axel Braun <axel.br...@gmx.de> + +- Version 5.0.8 - Bugfix Release + +------------------------------------------------------------------- Old: ---- proteus-5.0.7.tar.gz New: ---- proteus-5.0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proteus.spec ++++++ --- /var/tmp/diff_new_pack.ynoWQ8/_old 2020-11-12 22:45:53.866549284 +0100 +++ /var/tmp/diff_new_pack.ynoWQ8/_new 2020-11-12 22:45:53.874549292 +0100 @@ -1,7 +1,7 @@ # # spec file for package proteus # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 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}.7 +Version: %{majorver}.8 Release: 0 Summary: A library to access Tryton's modules like a client License: GPL-3.0-or-later @@ -55,7 +55,8 @@ %files %defattr(-,root,root) -%doc README LICENSE +%doc README +%license LICENSE %{python_sitelib}/* %changelog ++++++ proteus-5.0.7.tar.gz -> proteus-5.0.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.7/.hgtags new/proteus-5.0.8/.hgtags --- old/proteus-5.0.7/.hgtags 2019-12-02 20:47:05.000000000 +0100 +++ new/proteus-5.0.8/.hgtags 2020-11-11 15:58:02.000000000 +0100 @@ -22,3 +22,4 @@ 4ef3c1a7214f00a7e96a606bc2396acfb94aa2a7 5.0.5 a5aabc18347d6b635ae3a57a7ec2ae4faa24aacf 5.0.6 12da615377eb694e54bfbd0c12aa36779bb33b27 5.0.7 +df21f1e8edd84079d0619ef84b2f663e5a1c87e4 5.0.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.7/CHANGELOG new/proteus-5.0.8/CHANGELOG --- old/proteus-5.0.7/CHANGELOG 2019-12-02 20:47:05.000000000 +0100 +++ new/proteus-5.0.8/CHANGELOG 2020-11-11 15:58:01.000000000 +0100 @@ -1,3 +1,6 @@ +Version 5.0.8 - 2020-11-11 +* Bug fixes (see mercurial logs for details) + Version 5.0.7 - 2019-12-02 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.7/COPYRIGHT new/proteus-5.0.8/COPYRIGHT --- old/proteus-5.0.7/COPYRIGHT 2019-12-02 20:47:05.000000000 +0100 +++ new/proteus-5.0.8/COPYRIGHT 2020-11-11 15:58:01.000000000 +0100 @@ -1,5 +1,5 @@ -Copyright (C) 2010-2019 Cédric Krier. -Copyright (C) 2010-2019 B2CK SPRL. +Copyright (C) 2010-2020 Cédric Krier. +Copyright (C) 2010-2020 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.7/PKG-INFO new/proteus-5.0.8/PKG-INFO --- old/proteus-5.0.7/PKG-INFO 2019-12-02 20:47:06.000000000 +0100 +++ new/proteus-5.0.8/PKG-INFO 2020-11-11 15:58:03.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proteus -Version: 5.0.7 +Version: 5.0.8 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.7/proteus/__init__.py new/proteus-5.0.8/proteus/__init__.py --- old/proteus-5.0.7/proteus/__init__.py 2019-11-24 20:49:16.000000000 +0100 +++ new/proteus-5.0.8/proteus/__init__.py 2019-12-02 20:47:15.000000000 +0100 @@ -10,7 +10,7 @@ import proteus.config -__version__ = "5.0.7" +__version__ = "5.0.8" __all__ = ['Model', 'Wizard', 'Report'] _MODELS = threading.local() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.7/proteus/pyson.py new/proteus-5.0.8/proteus/pyson.py --- old/proteus-5.0.7/proteus/pyson.py 2019-10-23 13:11:25.000000000 +0200 +++ new/proteus-5.0.8/proteus/pyson.py 2020-10-30 19:56:47.000000000 +0100 @@ -610,7 +610,7 @@ @staticmethod def eval(dct, context): - return datetime.datetime.now() + relativedelta( + return datetime.datetime.utcnow() + relativedelta( year=dct['y'], month=dct['M'], day=dct['d'], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/proteus-5.0.7/proteus.egg-info/PKG-INFO new/proteus-5.0.8/proteus.egg-info/PKG-INFO --- old/proteus-5.0.7/proteus.egg-info/PKG-INFO 2019-12-02 20:47:06.000000000 +0100 +++ new/proteus-5.0.8/proteus.egg-info/PKG-INFO 2020-11-11 15:58:03.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: proteus -Version: 5.0.7 +Version: 5.0.8 Summary: Library to access Tryton server as a client Home-page: http://www.tryton.org/ Author: Tryton _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org