[tryton-debian-vcs] tryton-neso branch upstream updated. upstream/3.0.1-1-g1d60851
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Apr 22 13:11:55 UTC 2014
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.0.1-1-g1d60851
commit 1d60851a0719d532ece3b35daf6959dcb70f445a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Apr 22 14:24:14 2014 +0200
Adding upstream version 3.2.0.
diff --git a/CHANGELOG b/CHANGELOG
index efe7c53..3e1e3f8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,6 @@
-Version 3.0.1 - 2013-12-04
+Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
+* Drop support of Python 2.6
Version 3.0.0 - 2013-10-21
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 6e81425..d5217c2 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2009-2013 Cédric Krier.
+Copyright (C) 2009-2014 Cédric Krier.
Copyright (C) 2009 Bertrand Chenal.
-Copyright (C) 2009-2013 B2CK SPRL.
+Copyright (C) 2009-2014 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/INSTALL b/INSTALL
index 9adbe89..c79fd6f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,9 +4,9 @@ Installing neso
Prerequisites
-------------
- * Python 2.5 or later (http://www.python.org/)
- * tryton 1.4 or later (http://www.tryton.org/)
- * trytond 1.4 or later (http://www.tryton.org/)
+ * Python 2.7 or later (http://www.python.org/)
+ * tryton (http://www.tryton.org/)
+ * trytond (http://www.tryton.org/)
Installation
------------
diff --git a/PKG-INFO b/PKG-INFO
index b49bd6a..49bad7d 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,14 +1,60 @@
Metadata-Version: 1.1
Name: neso
-Version: 3.0.1
+Version: 3.2.0
Summary: Standalone Client/Server for the Tryton Application Platform
Home-page: http://www.tryton.org/
Author: Tryton
-Author-email: UNKNOWN
+Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.0/
-Description: UNKNOWN
-Platform: UNKNOWN
+Download-URL: http://downloads.tryton.org/3.2/
+Description: neso
+ ====
+
+ The client/server of the Tryton application platform.
+ A three-tiers high-level general purpose application platform
+ written in Python and use SQLite as database engine.
+ It is the core base of an Open Source ERP.
+ It provides modularity, scalability and security.
+
+ Installing
+ ----------
+
+ See INSTALL
+
+ Package Contents
+ ----------------
+
+ bin/
+ Script for startup.
+
+ Support
+ -------
+
+ If you encounter any problems with Tryton, please don't hesitate to ask
+ questions on the Tryton bug tracker, mailing list, wiki or IRC channel:
+
+ http://bugs.tryton.org/
+ http://groups.tryton.org/
+ http://wiki.tryton.org/
+ irc://irc.freenode.net/tryton
+
+ License
+ -------
+
+ See LICENSE
+
+ Copyright
+ ---------
+
+ See COPYRIGHT
+
+
+ For more information please visit the Tryton web site:
+
+ http://www.tryton.org/
+
+Keywords: business application ERP
+Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Framework :: Tryton
@@ -27,6 +73,5 @@ Classifier: Natural Language :: Slovak
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Japanese
Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business
diff --git a/neso.egg-info/PKG-INFO b/neso.egg-info/PKG-INFO
index b49bd6a..49bad7d 100644
--- a/neso.egg-info/PKG-INFO
+++ b/neso.egg-info/PKG-INFO
@@ -1,14 +1,60 @@
Metadata-Version: 1.1
Name: neso
-Version: 3.0.1
+Version: 3.2.0
Summary: Standalone Client/Server for the Tryton Application Platform
Home-page: http://www.tryton.org/
Author: Tryton
-Author-email: UNKNOWN
+Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.0/
-Description: UNKNOWN
-Platform: UNKNOWN
+Download-URL: http://downloads.tryton.org/3.2/
+Description: neso
+ ====
+
+ The client/server of the Tryton application platform.
+ A three-tiers high-level general purpose application platform
+ written in Python and use SQLite as database engine.
+ It is the core base of an Open Source ERP.
+ It provides modularity, scalability and security.
+
+ Installing
+ ----------
+
+ See INSTALL
+
+ Package Contents
+ ----------------
+
+ bin/
+ Script for startup.
+
+ Support
+ -------
+
+ If you encounter any problems with Tryton, please don't hesitate to ask
+ questions on the Tryton bug tracker, mailing list, wiki or IRC channel:
+
+ http://bugs.tryton.org/
+ http://groups.tryton.org/
+ http://wiki.tryton.org/
+ irc://irc.freenode.net/tryton
+
+ License
+ -------
+
+ See LICENSE
+
+ Copyright
+ ---------
+
+ See COPYRIGHT
+
+
+ For more information please visit the Tryton web site:
+
+ http://www.tryton.org/
+
+Keywords: business application ERP
+Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Framework :: Tryton
@@ -27,6 +73,5 @@ Classifier: Natural Language :: Slovak
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Japanese
Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business
diff --git a/neso.egg-info/SOURCES.txt b/neso.egg-info/SOURCES.txt
index 760a721..d840113 100644
--- a/neso.egg-info/SOURCES.txt
+++ b/neso.egg-info/SOURCES.txt
@@ -19,6 +19,7 @@ neso/version.py
neso.egg-info/PKG-INFO
neso.egg-info/SOURCES.txt
neso.egg-info/dependency_links.txt
+neso.egg-info/not-zip-safe
neso.egg-info/requires.txt
neso.egg-info/top_level.txt
share/pixmaps/neso/neso-icon.svg
diff --git a/neso.egg-info/not-zip-safe b/neso.egg-info/not-zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/neso.egg-info/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/neso.egg-info/requires.txt b/neso.egg-info/requires.txt
index 0352f99..72fabf9 100644
--- a/neso.egg-info/requires.txt
+++ b/neso.egg-info/requires.txt
@@ -1,2 +1,2 @@
-tryton >= 3.0, < 3.0
-trytond >= 3.0, < 3.1
\ No newline at end of file
+tryton >= 3.2, < 3.3
+trytond >= 3.2, < 3.3
\ No newline at end of file
diff --git a/neso/version.py b/neso/version.py
index 7184809..45d0584 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.1"
+VERSION = "3.2.0"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
diff --git a/setup.py b/setup.py
index 0cc78f2..f58303d 100644
--- a/setup.py
+++ b/setup.py
@@ -123,18 +123,39 @@ elif sys.platform == 'darwin':
},
}
+
+def get_require_version(name):
+ if minor_version % 2:
+ require = '%s >= %s.%s.dev0, < %s.%s'
+ else:
+ require = '%s >= %s.%s, < %s.%s'
+ require %= (name, major_version, minor_version,
+ major_version, minor_version + 1)
+ return require
+
+PACKAGE, VERSION, LICENSE, WEBSITE = None, None, None, None
execfile(os.path.join('neso', 'version.py'))
-major_version, minor_version, _ = VERSION.split('.', 2)
+version = VERSION
+major_version, minor_version, _ = version.split('.', 2)
major_version = int(major_version)
minor_version = int(minor_version)
+download_url = 'http://downloads.tryton.org/%s.%s/' % (
+ major_version, minor_version)
+if minor_version % 2:
+ version = '%s.%s.dev0' % (major_version, minor_version)
+ download_url = 'hg+http://hg.tryton.org/%s#egg=%s-%s' % (
+ PACKAGE, PACKAGE, version)
+
dist = setup(name=PACKAGE,
- version=VERSION,
+ version=version,
description='Standalone Client/Server for the Tryton Application Platform',
+ long_description=read('README'),
author='Tryton',
+ author_email='issue_tracker at tryton.org',
url=WEBSITE,
- download_url=('http://downloads.tryton.org/' +
- VERSION.rsplit('.', 1)[0] + '/'),
+ download_url=download_url,
+ keywords='business application ERP',
packages=find_packages(),
data_files=data_files,
scripts=['bin/neso'],
@@ -157,17 +178,16 @@ dist = setup(name=PACKAGE,
'Natural Language :: Slovenian',
'Natural Language :: Japanese',
'Operating System :: OS Independent',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Office/Business',
],
+ platforms='any',
license='GPL-3',
install_requires=[
- 'tryton >= %s.%s, < %s.%s' % (major_version, minor_version,
- major_version, minor_version),
- 'trytond >= %s.%s, < %s.%s' % (major_version, minor_version,
- major_version, minor_version + 1),
- ],
+ get_require_version('tryton'),
+ get_require_version('trytond'),
+ ],
+ zip_safe=False,
**args
)
--
tryton-neso
More information about the tryton-debian-vcs
mailing list