Hello community,

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

Package is "trytond"

Wed Oct 21 14:39:01 2020 rev:49 rq:843187 version:5.0.28

Changes:
--------
--- /work/SRC/openSUSE:Factory/trytond/trytond.changes  2020-10-05 
19:40:12.653615534 +0200
+++ /work/SRC/openSUSE:Factory/.trytond.new.3486/trytond.changes        
2020-10-21 14:39:08.605631066 +0200
@@ -1,0 +2,5 @@
+Tue Oct 20 14:16:16 UTC 2020 - Axel Braun <axel.br...@gmx.de>
+
+- Version 5.0.28 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond-5.0.27.tar.gz

New:
----
  trytond-5.0.28.tar.gz

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

Other differences:
------------------
++++++ trytond.spec ++++++
--- /var/tmp/diff_new_pack.Gqc8MM/_old  2020-10-21 14:39:09.333631478 +0200
+++ /var/tmp/diff_new_pack.Gqc8MM/_new  2020-10-21 14:39:09.337631480 +0200
@@ -20,7 +20,7 @@
 %define majorver 5.0
 %define base_name tryton
 Name:           trytond
-Version:        %{majorver}.27
+Version:        %{majorver}.28
 Release:        0
 Summary:        An Enterprise Resource Planning (ERP) system
 License:        GPL-3.0-or-later

++++++ revert_werkzeug_setup.patch ++++++
--- /var/tmp/diff_new_pack.Gqc8MM/_old  2020-10-21 14:39:09.373631501 +0200
+++ /var/tmp/diff_new_pack.Gqc8MM/_new  2020-10-21 14:39:09.373631501 +0200
@@ -7,6 +7,6 @@
 -        'werkzeug < 1.0',
 +        'werkzeug',
          'wrapt',
-         'passlib',
+         'passlib >= 1.7.0',
          ],
  

++++++ trytond-5.0.27.tar.gz -> trytond-5.0.28.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.27/.hgtags new/trytond-5.0.28/.hgtags
--- old/trytond-5.0.27/.hgtags  2020-10-03 00:30:47.000000000 +0200
+++ new/trytond-5.0.28/.hgtags  2020-10-18 20:28:16.000000000 +0200
@@ -46,3 +46,4 @@
 142a2b9978232f3cb07b3dee74005b310dd64af0 5.0.25
 4bbcff28555d6da5e95020d4f9c837995c715501 5.0.26
 b945fb11b072406345e2dc7d50d6ac858e1fc203 5.0.27
+98a6cfc5d5c70fad5c3e7b089bc5f233d1786f66 5.0.28
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.27/CHANGELOG new/trytond-5.0.28/CHANGELOG
--- old/trytond-5.0.27/CHANGELOG        2020-10-03 00:30:46.000000000 +0200
+++ new/trytond-5.0.28/CHANGELOG        2020-10-18 20:28:16.000000000 +0200
@@ -1,3 +1,6 @@
+Version 5.0.28 - 2020-10-18
+* Bug fixes (see mercurial logs for details)
+
 Version 5.0.27 - 2020-10-02
 * Bug fixes (see mercurial logs for details)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.27/PKG-INFO new/trytond-5.0.28/PKG-INFO
--- old/trytond-5.0.27/PKG-INFO 2020-10-03 00:30:48.000000000 +0200
+++ new/trytond-5.0.28/PKG-INFO 2020-10-18 20:28:18.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 5.0.27
+Version: 5.0.28
 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.27/setup.py new/trytond-5.0.28/setup.py
--- old/trytond-5.0.27/setup.py 2020-02-11 10:01:59.000000000 +0100
+++ new/trytond-5.0.28/setup.py 2020-10-06 00:18:11.000000000 +0200
@@ -110,7 +110,7 @@
         'python-sql >= 0.5',
         'werkzeug < 1.0',
         'wrapt',
-        'passlib',
+        'passlib >= 1.7.0',
         ],
     extras_require={
         'PostgreSQL': pg_require,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.27/trytond/__init__.py 
new/trytond-5.0.28/trytond/__init__.py
--- old/trytond-5.0.27/trytond/__init__.py      2020-09-16 14:32:14.000000000 
+0200
+++ new/trytond-5.0.28/trytond/__init__.py      2020-10-03 00:31:01.000000000 
+0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.27"
+__version__ = "5.0.28"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond-5.0.27/trytond/backend/postgresql/database.py 
new/trytond-5.0.28/trytond/backend/postgresql/database.py
--- old/trytond-5.0.27/trytond/backend/postgresql/database.py   2020-09-06 
17:12:18.000000000 +0200
+++ new/trytond-5.0.28/trytond/backend/postgresql/database.py   2020-10-06 
00:18:11.000000000 +0200
@@ -219,10 +219,13 @@
             res = []
             for db_name, in cursor:
                 try:
-                    with connect(**self._connection_params(db_name)
-                            ) as conn:
-                        if self._test(conn, hostname=hostname):
-                            res.append(db_name)
+                    conn = connect(**self._connection_params(db_name))
+                    try:
+                        with conn:
+                            if self._test(conn, hostname=hostname):
+                                res.append(db_name)
+                    finally:
+                        conn.close()
                 except Exception:
                     continue
         finally:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond-5.0.27/trytond.egg-info/PKG-INFO 
new/trytond-5.0.28/trytond.egg-info/PKG-INFO
--- old/trytond-5.0.27/trytond.egg-info/PKG-INFO        2020-10-03 
00:30:48.000000000 +0200
+++ new/trytond-5.0.28/trytond.egg-info/PKG-INFO        2020-10-18 
20:28:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond
-Version: 5.0.27
+Version: 5.0.28
 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.27/trytond.egg-info/requires.txt 
new/trytond-5.0.28/trytond.egg-info/requires.txt
--- old/trytond-5.0.27/trytond.egg-info/requires.txt    2020-10-03 
00:30:48.000000000 +0200
+++ new/trytond-5.0.28/trytond.egg-info/requires.txt    2020-10-18 
20:28:17.000000000 +0200
@@ -5,7 +5,7 @@
 python-sql>=0.5
 werkzeug<1.0
 wrapt
-passlib
+passlib>=1.7.0
 
 [:python_version != "3.4"]
 lxml>=2.0


Reply via email to