[tryton-debian-vcs] tryton-neso branch debian updated. debian/3.6.1-1-2-g505331f

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


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

commit 505331ff352d62fe47674c159c5a788333dab3aa
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Sep 20 21:13:38 2015 +0200

    Releasing debian version 3.6.2-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index ef26198..e854ca3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-neso (3.6.2-1) unstable; urgency=medium
+
+  * Merging upstream version 3.6.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 20 Sep 2015 21:13:38 +0200
+
 tryton-neso (3.6.1-1) unstable; urgency=medium
 
   * Updating year of debian copyright.
commit e446c1016afb1017e66338167a2b088b6c988676
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Sep 20 21:13:37 2015 +0200

    Merging upstream version 3.6.2.

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