[tryton-debian-vcs] tryton-neso branch upstream updated. upstream/3.6.1-1-g6341fa7

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:34:50 UTC 2015


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-neso.git;a=commitdiff;h=upstream/3.6.1-1-g6341fa7

commit 6341fa7a9513aee68e0558ae97e74b9ee6d139d1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Sep 20 21:13:37 2015 +0200

    Adding upstream version 3.6.2.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 8437165..587cf6b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.2 - 2015-09-08
+* Bug fixes (see mercurial logs for details)
+
 Version 3.6.1 - 2015-07-13
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 9938904..423d98a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: neso
-Version: 3.6.1
+Version: 3.6.2
 Summary: Standalone Client/Server for the Tryton Application Platform
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/neso.egg-info/PKG-INFO b/neso.egg-info/PKG-INFO
index 9938904..423d98a 100644
--- a/neso.egg-info/PKG-INFO
+++ b/neso.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: neso
-Version: 3.6.1
+Version: 3.6.2
 Summary: Standalone Client/Server for the Tryton Application Platform
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/neso/__init__.py b/neso/__init__.py
index 7d7e270..db5050e 100644
--- a/neso/__init__.py
+++ b/neso/__init__.py
@@ -1,3 +1,3 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "3.6.1"
+__version__ = "3.6.2"
diff --git a/setup.py b/setup.py
index 0cd3968..44c10ca 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,6 @@ if os.name == 'nt':
                 'dateutil',
                 'logging.config',
                 'logging.handlers',
-                'psycopg2',
                 'zipfile',
                 'sqlite3',
                 'relatorio',
@@ -89,6 +88,10 @@ if os.name == 'nt':
                 'sql',
                 'stdnum',
                 'site',
+                'colorsys',
+                'uuid',
+                'simpleeval',
+                'cached_property',
             ],
             'dll_excludes': ['dnsapi.dll', 'usp10.dll', 'iphlpapi.dll'],
             'excludes': ['Tkconstants', 'Tkinter', 'tcl'],
@@ -111,7 +114,7 @@ elif sys.platform == 'darwin':
             'includes': ('pygtk, gtk, glib, cairo, pango, pangocairo, atk, '
                     'gobject, gio, gtk.keysyms, pkg_resources, ConfigParser, '
                     'xmlrpclib, decimal, uuid, '
-                    'dateutil, psycopg2, zipfile, sqlite3, '
+                    'dateutil, zipfile, sqlite3, '
                     'csv, pydoc, pydot, '
                     'vobject, vatnumber, suds, email, cPickle, sha, '
                     'contextlib, gtk_osxapplication, ldap, simplejson'),
-- 
tryton-neso



More information about the tryton-debian-vcs mailing list