Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trytond for openSUSE:Factory checked in at 2021-06-19 23:04:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond (Old) and /work/SRC/openSUSE:Factory/.trytond.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trytond" Sat Jun 19 23:04:41 2021 rev:61 rq:900908 version:5.0.36 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond/trytond.changes 2021-05-18 18:27:58.670563136 +0200 +++ /work/SRC/openSUSE:Factory/.trytond.new.2625/trytond.changes 2021-06-19 23:05:23.891889520 +0200 @@ -1,0 +2,5 @@ +Fri Jun 18 15:48:52 UTC 2021 - Axel Braun <axel.br...@gmx.de> + +- Version 5.0.36 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond-5.0.35.tar.gz trytond-5.0.35.tar.gz.asc New: ---- trytond-5.0.36.tar.gz trytond-5.0.36.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond.spec ++++++ --- /var/tmp/diff_new_pack.Zi4ojr/_old 2021-06-19 23:05:24.479890427 +0200 +++ /var/tmp/diff_new_pack.Zi4ojr/_new 2021-06-19 23:05:24.483890433 +0200 @@ -20,7 +20,7 @@ %define majorver 5.0 %define base_name tryton Name: trytond -Version: %{majorver}.35 +Version: %{majorver}.36 Release: 0 Summary: An Enterprise Resource Planning (ERP) system License: GPL-3.0-or-later ++++++ trytond-5.0.35.tar.gz -> trytond-5.0.36.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-5.0.35/.drone.yml new/trytond-5.0.36/.drone.yml --- old/trytond-5.0.35/.drone.yml 2020-03-01 16:45:30.000000000 +0100 +++ new/trytond-5.0.36/.drone.yml 2021-06-06 09:19:12.000000000 +0200 @@ -29,9 +29,6 @@ include: - IMAGE: python:3.4 TOXENV: py34 - DATABASE: sqlite - - IMAGE: python:3.4 - TOXENV: py34 DATABASE: postgresql - IMAGE: python:3.5 TOXENV: py35 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-5.0.35/.hgtags new/trytond-5.0.36/.hgtags --- old/trytond-5.0.35/.hgtags 2021-05-15 22:39:38.000000000 +0200 +++ new/trytond-5.0.36/.hgtags 2021-06-17 21:22:27.000000000 +0200 @@ -54,3 +54,4 @@ 268cdae7d36eb3730bc9b722518fa26bd778cdf3 5.0.33 91c52f70ccb84ffdd122b29888828a74aac04a83 5.0.34 fd34ad4f8fb3b09318a293dda21dfba2ce2c3fbc 5.0.35 +c2bc265f69a9584b3efaeff9d758d4ecf8c74162 5.0.36 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-5.0.35/CHANGELOG new/trytond-5.0.36/CHANGELOG --- old/trytond-5.0.35/CHANGELOG 2021-05-15 22:39:37.000000000 +0200 +++ new/trytond-5.0.36/CHANGELOG 2021-06-17 21:22:26.000000000 +0200 @@ -1,3 +1,6 @@ +Version 5.0.36 - 2021-06-17 +* Bug fixes (see mercurial logs for details) + Version 5.0.35 - 2021-05-15 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-5.0.35/PKG-INFO new/trytond-5.0.36/PKG-INFO --- old/trytond-5.0.35/PKG-INFO 2021-05-15 22:39:40.180083500 +0200 +++ new/trytond-5.0.36/PKG-INFO 2021-06-17 21:22:29.208312000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond -Version: 5.0.35 +Version: 5.0.36 Summary: Tryton server Home-page: http://www.tryton.org/ Author: Tryton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-5.0.35/trytond/__init__.py new/trytond-5.0.36/trytond/__init__.py --- old/trytond-5.0.35/trytond/__init__.py 2021-04-02 21:53:44.000000000 +0200 +++ new/trytond-5.0.36/trytond/__init__.py 2021-05-15 22:39:51.000000000 +0200 @@ -5,7 +5,7 @@ import warnings from email import charset -__version__ = "5.0.35" +__version__ = "5.0.36" os.environ['TZ'] = 'UTC' if hasattr(time, 'tzset'): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-5.0.35/trytond/ir/model.py new/trytond-5.0.36/trytond/ir/model.py --- old/trytond-5.0.35/trytond/ir/model.py 2019-08-11 19:34:43.000000000 +0200 +++ new/trytond-5.0.36/trytond/ir/model.py 2021-06-04 18:14:04.000000000 +0200 @@ -1180,7 +1180,8 @@ @classmethod def dump_values(cls, values): return json.dumps( - sorted(values.items()), cls=JSONEncoder, separators=(',', ':')) + sorted(values.items()), cls=JSONEncoder, separators=(',', ':'), + sort_keys=True) @classmethod def load_values(cls, values): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-5.0.35/trytond.egg-info/PKG-INFO new/trytond-5.0.36/trytond.egg-info/PKG-INFO --- old/trytond-5.0.35/trytond.egg-info/PKG-INFO 2021-05-15 22:39:39.000000000 +0200 +++ new/trytond-5.0.36/trytond.egg-info/PKG-INFO 2021-06-17 21:22:28.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trytond -Version: 5.0.35 +Version: 5.0.36 Summary: Tryton server Home-page: http://www.tryton.org/ Author: Tryton