[tryton-debian-vcs] tryton-neso branch debian updated. debian/3.0.0-2-2-gf123207

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 11 13:47:12 UTC 2013


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.0.0-2-2-gf123207

commit f12320740b114fcee07451ff1ac4683891a571b3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 11 14:46:15 2013 +0100

    Releasing debian version 3.0.1-1.

diff --git a/debian/changelog b/debian/changelog
index 84414ef..f9cbc13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-neso (3.0.1-1) unstable; urgency=low
+
+  * Merging upstream version 3.0.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 11 Dec 2013 12:59:59 +0100
+
 tryton-neso (3.0.0-2) unstable; urgency=low
 
   * Pointing VCS fields to new location on alioth.debian.org.
commit 689bc0deb5287d635727cdfe7bf5f7a7bc3a68f7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 11 12:57:54 2013 +0100

    Merging upstream version 3.0.1.

diff --git a/CHANGELOG b/CHANGELOG
index 8d3ccf5..efe7c53 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2013-12-04
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.0 - 2013-10-21
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index ccf8b70..b49bd6a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: neso
-Version: 3.0.0
+Version: 3.0.1
 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 ccf8b70..b49bd6a 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.0.0
+Version: 3.0.1
 Summary: Standalone Client/Server for the Tryton Application Platform
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/neso/version.py b/neso/version.py
index d1a04b8..7184809 100644
--- a/neso/version.py
+++ b/neso/version.py
@@ -1,6 +1,6 @@
 #This file is part of Tryton.  The COPYRIGHT file at the top level of
 #this repository contains the full copyright notices and license terms.
 PACKAGE = "neso"
-VERSION = "3.0.0"
+VERSION = "3.0.1"
 LICENSE = "GPL-3"
 WEBSITE = "http://www.tryton.org/"
diff --git a/setup.py b/setup.py
index a0ce214..0cc78f2 100644
--- a/setup.py
+++ b/setup.py
@@ -85,6 +85,7 @@ if os.name == 'nt':
                 'polib',
                 'SimpleXMLRPCServer',
                 'SimpleHTTPServer',
+                'sql',
             ],
         }
     }
@@ -110,7 +111,7 @@ elif sys.platform == 'darwin':
                     'vobject, vatnumber, suds, email, cPickle, sha, '
                     'contextlib, gtk_osxapplication, ldap, simplejson'),
             'packages': ('xml, logging, lxml, genshi, DAV, pytz, email, '
-                    'relatorio'),
+                    'relatorio, sql'),
             'excludes': 'tryton, trytond',
             'frameworks': 'librsvg-2.2.dylib',
             'plist': {
-- 
tryton-neso



More information about the tryton-debian-vcs mailing list