commit trytond for openSUSE:Factory

Hello community, here is the log from the commit of package trytond for openSUSE:Factory checked in at 2018-08-31 10:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trytond (Old) and /work/SRC/openSUSE:Factory/.trytond.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "trytond" Fri Aug 31 10:46:53 2018 rev:23 rq:632183 version:4.2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/trytond/trytond.changes 2018-08-12 20:56:01.389546514 +0200 +++ /work/SRC/openSUSE:Factory/.trytond.new/trytond.changes 2018-08-31 10:46:55.675382925 +0200 @@ -1,0 +2,5 @@ +Wed Aug 22 13:03:07 UTC 2018 - axel.braun@gmx.de + +- Version 4.2.15 - Bugfix Release + +------------------------------------------------------------------- Old: ---- trytond-4.2.14.tar.gz New: ---- trytond-4.2.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trytond.spec ++++++ --- /var/tmp/diff_new_pack.Y6E94c/_old 2018-08-31 10:46:56.619384081 +0200 +++ /var/tmp/diff_new_pack.Y6E94c/_new 2018-08-31 10:46:56.623384086 +0200 @@ -20,7 +20,7 @@ %define majorver 4.2 %define base_name tryton Name: trytond -Version: %{majorver}.14 +Version: %{majorver}.15 Release: 0 Summary: An Enterprise Resource Planning (ERP) system ++++++ trytond-4.2.14.tar.gz -> trytond-4.2.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-4.2.14/.hgtags new/trytond-4.2.15/.hgtags --- old/trytond-4.2.14/.hgtags 2018-08-03 16:28:32.000000000 +0200 +++ new/trytond-4.2.15/.hgtags 2018-08-20 23:00:12.000000000 +0200 @@ -29,3 +29,4 @@ c2fa5cf885b7e4af05c338bc4ccfdb2f59e5c0a4 4.2.12 197e594bd737b72af1ea4ceb33d615d4eaadce9d 4.2.13 d06744ca57c2255f1c04e1e16e417c7dc2ce29e8 4.2.14 +ab515936aa573baefddebf7f5d2a02591588fc00 4.2.15 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-4.2.14/CHANGELOG new/trytond-4.2.15/CHANGELOG --- old/trytond-4.2.14/CHANGELOG 2018-08-03 16:28:31.000000000 +0200 +++ new/trytond-4.2.15/CHANGELOG 2018-08-20 23:00:11.000000000 +0200 @@ -1,3 +1,6 @@ +Version 4.2.15 - 2018-08-20 +* Bug fixes (see mercurial logs for details) + Version 4.2.14 - 2018-08-03 * Bug fixes (see mercurial logs for details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-4.2.14/PKG-INFO new/trytond-4.2.15/PKG-INFO --- old/trytond-4.2.14/PKG-INFO 2018-08-03 16:28:32.000000000 +0200 +++ new/trytond-4.2.15/PKG-INFO 2018-08-20 23:00:12.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: trytond -Version: 4.2.14 +Version: 4.2.15 Summary: Tryton server Home-page: http://www.tryton.org/ Author: Tryton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-4.2.14/trytond/__init__.py new/trytond-4.2.15/trytond/__init__.py --- old/trytond-4.2.14/trytond/__init__.py 2018-07-18 19:56:46.000000000 +0200 +++ new/trytond-4.2.15/trytond/__init__.py 2018-08-20 23:00:00.000000000 +0200 @@ -5,7 +5,7 @@ import logging from email import charset -__version__ = "4.2.14" +__version__ = "4.2.15" logger = logging.getLogger(__name__) os.environ['TZ'] = 'UTC' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-4.2.14/trytond/wsgi.py new/trytond-4.2.15/trytond/wsgi.py --- old/trytond-4.2.14/trytond/wsgi.py 2018-07-18 19:56:47.000000000 +0200 +++ new/trytond-4.2.15/trytond/wsgi.py 2018-08-20 23:00:00.000000000 +0200 @@ -69,7 +69,7 @@ data = self.dispatch_request(request) if not isinstance(data, (Response, HTTPException)): for cls in self.protocols: - for mimetype in request.accept_mimetypes: + for mimetype, _ in request.accept_mimetypes: if cls.content_type in mimetype: response = cls.response(data, request) break diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trytond-4.2.14/trytond.egg-info/PKG-INFO new/trytond-4.2.15/trytond.egg-info/PKG-INFO --- old/trytond-4.2.14/trytond.egg-info/PKG-INFO 2018-08-03 16:28:32.000000000 +0200 +++ new/trytond-4.2.15/trytond.egg-info/PKG-INFO 2018-08-20 23:00:12.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: trytond -Version: 4.2.14 +Version: 4.2.15 Summary: Tryton server Home-page: http://www.tryton.org/ Author: Tryton
participants (1)
-
root