Hello community,

here is the log from the commit of package trytond for openSUSE:Factory checked 
in at 2020-01-10 17:51:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond (Old)
 and      /work/SRC/openSUSE:Factory/.trytond.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond"

Fri Jan 10 17:51:10 2020 rev:40 rq:762861 version:5.0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2019-12-10 
22:43:27.225786178 +0100
+++ /work/SRC/openSUSE:Factory/.trytond.new.6675/trytond.changes        
2020-01-10 17:51:23.650122593 +0100
@@ -1,0 +2,5 @@
+Fri Jan 10 12:56:37 UTC 2020 - Axel Braun <[email protected]>
+
+- Version 5.0.17 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond-5.0.16.tar.gz

New:
----
  trytond-5.0.17.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond.spec ++++++
--- /var/tmp/diff_new_pack.p3dXY3/_old  2020-01-10 17:51:24.858123201 +0100
+++ /var/tmp/diff_new_pack.p3dXY3/_new  2020-01-10 17:51:24.862123203 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trytond
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2015 2017 Dr. Axel Braun
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define majorver 5.0
 %define base_name tryton
 Name:           trytond
-Version:        %{majorver}.16
+Version:        %{majorver}.17
 Release:        0
 
 Summary:        An Enterprise Resource Planning (ERP) system

++++++ tryton-server.README.SUSE ++++++
--- /var/tmp/diff_new_pack.p3dXY3/_old  2020-01-10 17:51:24.906123226 +0100
+++ /var/tmp/diff_new_pack.p3dXY3/_new  2020-01-10 17:51:24.906123226 +0100
@@ -162,21 +162,6 @@
 
 See: http://doc.tryton.org/4.2/trytond/doc/topics/configuration.html
 
-
-Installation of the Webfrontend for tryton (sao) from package
--------------------------------------------------------------
-
-For most openSUSE Flavours tryton-sao is packed. You can install it with
-     > zypper install tryton-sao
-
-You need to edit /etc/tryton/trytond.conf. Installation of tryton-sao follows 
the 
-standards for nodejs-installations, so the path is within the node-modules:
-
-In the section [web], set the path:
-    root = /usr/lib/node-modules/tryton-sao
-
-Now restart trytond.
-
 Installation of the Webfrontend for tryton (sao) from source
 ------------------------------------------------------------
 
@@ -199,7 +184,7 @@
 In the section [web], set the path:
     root = /srv/tryton-sao/package
 
-Now restart trytond.
+Now restart trytond (or gnuhealth).
     
 
 Upgrade

++++++ trytond-5.0.16.tar.gz -> trytond-5.0.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.16/.hgtags new/trytond-5.0.17/.hgtags
--- old/trytond-5.0.16/.hgtags  2019-12-02 20:37:38.000000000 +0100
+++ new/trytond-5.0.17/.hgtags  2019-12-16 23:48:42.000000000 +0100
@@ -35,3 +35,4 @@
 5d70325ac29f14ba49509e91c4d89f0cde4fb353 5.0.14
 5e88387812d259b30e048f783fb22f75241246ca 5.0.15
 10157c2bfc0f14deb596cef77a90f5aff76a3e5a 5.0.16
+45b6add00a6f037d2a2987050959f0148c3ab5cb 5.0.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.16/CHANGELOG new/trytond-5.0.17/CHANGELOG
--- old/trytond-5.0.16/CHANGELOG        2019-12-02 20:37:37.000000000 +0100
+++ new/trytond-5.0.17/CHANGELOG        2019-12-16 23:48:41.000000000 +0100
@@ -1,3 +1,6 @@
+Version 5.0.17 - 2019-12-16
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.16 - 2019-12-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.16/PKG-INFO new/trytond-5.0.17/PKG-INFO
--- old/trytond-5.0.16/PKG-INFO 2019-12-02 20:37:39.000000000 +0100
+++ new/trytond-5.0.17/PKG-INFO 2019-12-16 23:48:43.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 5.0.16
+Version: 5.0.17
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
@@ -110,7 +110,7 @@
 Classifier: Topic :: Software Development :: Libraries :: Application 
Frameworks
 Requires-Python: >=3.4
 Provides-Extra: PostgreSQL
-Provides-Extra: graphviz
-Provides-Extra: Levenshtein
-Provides-Extra: BCrypt
 Provides-Extra: html2text
+Provides-Extra: BCrypt
+Provides-Extra: Levenshtein
+Provides-Extra: graphviz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.16/trytond/__init__.py 
new/trytond-5.0.17/trytond/__init__.py
--- old/trytond-5.0.16/trytond/__init__.py      2019-11-15 22:44:58.000000000 
+0100
+++ new/trytond-5.0.17/trytond/__init__.py      2019-12-02 20:37:55.000000000 
+0100
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.16"
+__version__ = "5.0.17"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.16/trytond/report/report.py 
new/trytond-5.0.17/trytond/report/report.py
--- old/trytond-5.0.16/trytond/report/report.py 2019-11-15 22:44:58.000000000 
+0100
+++ new/trytond-5.0.17/trytond/report/report.py 2019-12-10 00:27:01.000000000 
+0100
@@ -306,7 +306,8 @@
         path = os.path.join(
             dtemp, report.report_name + os.extsep + input_format)
         oext = FORMAT2EXT.get(output_format, output_format)
-        with open(path, 'wb+') as fp:
+        mode = 'w+' if isinstance(data, str) else 'wb+'
+        with open(path, mode) as fp:
             fp.write(data)
         try:
             cmd = ['soffice',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.16/trytond.egg-info/PKG-INFO 
new/trytond-5.0.17/trytond.egg-info/PKG-INFO
--- old/trytond-5.0.16/trytond.egg-info/PKG-INFO        2019-12-02 
20:37:39.000000000 +0100
+++ new/trytond-5.0.17/trytond.egg-info/PKG-INFO        2019-12-16 
23:48:43.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 5.0.16
+Version: 5.0.17
 Summary: Tryton server
 Home-page: http://www.tryton.org/
 Author: Tryton
@@ -110,7 +110,7 @@
 Classifier: Topic :: Software Development :: Libraries :: Application 
Frameworks
 Requires-Python: >=3.4
 Provides-Extra: PostgreSQL
-Provides-Extra: graphviz
-Provides-Extra: Levenshtein
-Provides-Extra: BCrypt
 Provides-Extra: html2text
+Provides-Extra: BCrypt
+Provides-Extra: Levenshtein
+Provides-Extra: graphviz


Reply via email to