Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond for openSUSE:Factory checked in at 2023-01-24 19:43:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond (Old) and /work/SRC/openSUSE:Factory/.trytond.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond" Tue Jan 24 19:43:09 2023 rev:77 rq:1060528 version:6.0.26 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond/trytond.changes 2023-01-03 15:06:38.294955616 +0100 +++ /work/SRC/openSUSE:Factory/.trytond.new.32243/trytond.changes 2023-01-24 20:36:10.657576744 +0100 @@ -1,0 +2,5 @@ +Mon Jan 16 21:18:26 UTC 2023 - Axel Braun <axel.br...@gmx.de> + +- Version 6.0.26 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond-6.0.25.tar.gz trytond-6.0.25.tar.gz.asc New: ---- trytond-6.0.26.tar.gz trytond-6.0.26.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond.spec ++++++ --- /var/tmp/diff_new_pack.frWXl6/_old 2023-01-24 20:36:11.305580099 +0100 +++ /var/tmp/diff_new_pack.frWXl6/_new 2023-01-24 20:36:11.313580141 +0100 @@ -20,7 +20,7 @@ %define majorver 6.0 %define base_name tryton Name: trytond -Version: %{majorver}.25 +Version: %{majorver}.26 Release: 0 Summary: An Enterprise Resource Planning (ERP) system License: GPL-3.0-or-later ++++++ trytond-6.0.25.tar.gz -> trytond-6.0.26.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-6.0.25/CHANGELOG new/trytond-6.0.26/CHANGELOG --- old/trytond-6.0.25/CHANGELOG 2023-01-02 22:32:16.000000000 +0100 +++ new/trytond-6.0.26/CHANGELOG 2023-01-15 18:33:48.000000000 +0100 @@ -1,3 +1,7 @@ +Version 6.0.26 - 2023-01-15 +--------------------------- +* Bug fixes (see mercurial logs for details) + Version 6.0.25 - 2023-01-02 --------------------------- * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-6.0.25/COPYRIGHT new/trytond-6.0.26/COPYRIGHT --- old/trytond-6.0.25/COPYRIGHT 2023-01-02 22:32:15.000000000 +0100 +++ new/trytond-6.0.26/COPYRIGHT 2023-01-15 18:33:47.000000000 +0100 @@ -1,7 +1,7 @@ Copyright (C) 2004-2008 Tiny SPRL. -Copyright (C) 2007-2022 Cédric Krier. +Copyright (C) 2007-2023 Cédric Krier. Copyright (C) 2007-2013 Bertrand Chenal. -Copyright (C) 2008-2022 B2CK SPRL. +Copyright (C) 2008-2023 B2CK SPRL. Copyright (C) 2011 Openlabs Technologies & Consulting (P) Ltd. Copyright (C) 2011-2022 Nicolas Ãvrard. Copyright (C) 2020-2021 Maxime Richez diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-6.0.25/PKG-INFO new/trytond-6.0.26/PKG-INFO --- old/trytond-6.0.25/PKG-INFO 2023-01-02 22:32:19.476082800 +0100 +++ new/trytond-6.0.26/PKG-INFO 2023-01-15 18:33:51.896683700 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond -Version: 6.0.25 +Version: 6.0.26 Summary: Tryton server Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-6.0.25/trytond/__init__.py new/trytond-6.0.26/trytond/__init__.py --- old/trytond-6.0.25/trytond/__init__.py 2022-12-19 13:03:46.000000000 +0100 +++ new/trytond-6.0.26/trytond/__init__.py 2023-01-02 22:32:32.000000000 +0100 @@ -7,7 +7,7 @@ from lxml import etree, objectify -__version__ = "6.0.25" +__version__ = "6.0.26" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-6.0.25/trytond/tests/test_tryton.py new/trytond-6.0.26/trytond/tests/test_tryton.py --- old/trytond-6.0.25/trytond/tests/test_tryton.py 2022-12-19 13:03:46.000000000 +0100 +++ new/trytond-6.0.26/trytond/tests/test_tryton.py 2023-01-15 18:33:41.000000000 +0100 @@ -204,6 +204,8 @@ result = func(*args, **kwargs) finally: transaction.rollback() + # Clear remaining tasks + transaction.tasks.clear() # Drop the cache as the transaction is rollbacked Cache.drop(DB_NAME) return result diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-6.0.25/trytond.egg-info/PKG-INFO new/trytond-6.0.26/trytond.egg-info/PKG-INFO --- old/trytond-6.0.25/trytond.egg-info/PKG-INFO 2023-01-02 22:32:18.000000000 +0100 +++ new/trytond-6.0.26/trytond.egg-info/PKG-INFO 2023-01-15 18:33:50.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond -Version: 6.0.25 +Version: 6.0.26 Summary: Tryton server Home-page: http://www.tryton.org/ Download-URL: http://downloads.tryton.org/6.0/