[tryton-commits] changeset in modules/web_user:default Append CI build number to ...

2019-11-25 Thread Cédric Krier
changeset 584ac1657db1 in modules/web_user:default
details: https://hg.tryton.org/modules/web_user?cmd=changeset;node=584ac1657db1
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d1f5eb1a651a -r 584ac1657db1 setup.py
--- a/setup.py  Fri Nov 22 00:24:49 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in tryton:default Append CI build number to package ve...

2019-11-25 Thread Cédric Krier
changeset 6c7740440f84 in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset;node=6c7740440f84
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 28c690e2b22d -r 6c7740440f84 setup.py
--- a/setup.py  Thu Nov 21 15:39:56 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -73,6 +73,12 @@
 version = '%s.%s.dev0' % (major_version, minor_version)
 download_url = 'hg+http://hg.tryton.org/%s#egg=%s-%s' % (
 name, name, version)
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 dist = setup(name=name,
 version=version,



[tryton-commits] changeset in modules/web_shortener:default Append CI build numbe...

2019-11-25 Thread Cédric Krier
changeset e5fa76bc077c in modules/web_shortener:default
details: 
https://hg.tryton.org/modules/web_shortener?cmd=changeset;node=e5fa76bc077c
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r e16e2bb233e0 -r e5fa76bc077c setup.py
--- a/setup.py  Mon Nov 04 13:15:41 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in trytond-gis:default Append CI build number to packa...

2019-11-25 Thread Cédric Krier
changeset b6e12c34bf8a in trytond-gis:default
details: https://hg.tryton.org/trytond-gis?cmd=changeset;node=b6e12c34bf8a
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d94f9215e10d -r b6e12c34bf8a setup.py
--- a/setup.py  Mon Nov 04 12:45:50 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -40,6 +40,12 @@
 version = '%s.%s.dev0' % (major_version, minor_version)
 download_url = 'hg+http://hg.tryton.org/%s#egg=%s-%s' % (
 name, name, version)
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['geomet', get_require_version('trytond'), 'psycopg2 >= 2.0.14']
 



[tryton-commits] changeset in trytond:default Append CI build number to package v...

2019-11-25 Thread Cédric Krier
changeset 25b9d87265b5 in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset;node=25b9d87265b5
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 953fa4029dc3 -r 25b9d87265b5 setup.py
--- a/setup.py  Mon Nov 25 14:50:33 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -53,6 +53,12 @@
 version = '%s.%s.dev0' % (major_version, minor_version)
 download_url = 'hg+http://hg.tryton.org/%s#egg=%s-%s' % (
 name, name, version)
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 if platform.python_implementation() == 'PyPy':
 pg_require = ['psycopg2cffi >= 2.5.4']



[tryton-commits] changeset in proteus:default Append CI build number to package v...

2019-11-25 Thread Cédric Krier
changeset 35844a1bf81c in proteus:default
details: https://hg.tryton.org/proteus?cmd=changeset;node=35844a1bf81c
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r ebacaf3b0452 -r 35844a1bf81c setup.py
--- a/setup.py  Sat Nov 16 12:46:43 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -40,6 +40,12 @@
 version = '%s.%s.dev0' % (major_version, minor_version)
 download_url = 'hg+http://hg.tryton.org/%s#egg=%s-%s' % (
 name, name, version)
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 dependency_links = []
 if minor_version % 2:



[tryton-commits] changeset in modules/stock_product_location:default Append CI bu...

2019-11-25 Thread Cédric Krier
changeset 11cc901cd0fc in modules/stock_product_location:default
details: 
https://hg.tryton.org/modules/stock_product_location?cmd=changeset;node=11cc901cd0fc
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 88b92a386517 -r 11cc901cd0fc setup.py
--- a/setup.py  Mon Nov 04 13:13:38 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_split:default Append CI build number ...

2019-11-25 Thread Cédric Krier
changeset c30744afcc5b in modules/stock_split:default
details: 
https://hg.tryton.org/modules/stock_split?cmd=changeset;node=c30744afcc5b
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 83f3dcaae0f4 -r c30744afcc5b setup.py
--- a/setup.py  Mon Nov 04 13:14:11 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_supply_production:default Append CI b...

2019-11-25 Thread Cédric Krier
changeset 79f79c59dee5 in modules/stock_supply_production:default
details: 
https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=79f79c59dee5
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r e6b40927acaf -r 79f79c59dee5 setup.py
--- a/setup.py  Mon Nov 04 13:14:56 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_secondary_unit:default Append CI buil...

2019-11-25 Thread Cédric Krier
changeset 0bf767a0e620 in modules/stock_secondary_unit:default
details: 
https://hg.tryton.org/modules/stock_secondary_unit?cmd=changeset;node=0bf767a0e620
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 1d05f901a024 -r 0bf767a0e620 setup.py
--- a/setup.py  Mon Nov 04 13:13:49 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_shipment_measurements:default Append ...

2019-11-25 Thread Cédric Krier
changeset 6cf7834b5278 in modules/stock_shipment_measurements:default
details: 
https://hg.tryton.org/modules/stock_shipment_measurements?cmd=changeset;node=6cf7834b5278
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 3c0a3c159686 -r 6cf7834b5278 setup.py
--- a/setup.py  Mon Nov 04 13:14:00 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_supply_forecast:default Append CI bui...

2019-11-25 Thread Cédric Krier
changeset ff434b77b602 in modules/stock_supply_forecast:default
details: 
https://hg.tryton.org/modules/stock_supply_forecast?cmd=changeset;node=ff434b77b602
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 68bd0518150e -r ff434b77b602 setup.py
--- a/setup.py  Mon Nov 04 13:14:45 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_supply_day:default Append CI build nu...

2019-11-25 Thread Cédric Krier
changeset 1e2af9e3f819 in modules/stock_supply_day:default
details: 
https://hg.tryton.org/modules/stock_supply_day?cmd=changeset;node=1e2af9e3f819
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r dd555b81280f -r 1e2af9e3f819 setup.py
--- a/setup.py  Mon Nov 04 13:14:34 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/timesheet:default Append CI build number to...

2019-11-25 Thread Cédric Krier
changeset f2a51432ac1f in modules/timesheet:default
details: https://hg.tryton.org/modules/timesheet?cmd=changeset;node=f2a51432ac1f
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 06608662762b -r f2a51432ac1f setup.py
--- a/setup.py  Mon Nov 04 13:15:08 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -47,6 +47,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/user_role:default Append CI build number to...

2019-11-25 Thread Cédric Krier
changeset 3f726973e238 in modules/user_role:default
details: https://hg.tryton.org/modules/user_role?cmd=changeset;node=3f726973e238
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 732eaddb5bb2 -r 3f726973e238 setup.py
--- a/setup.py  Mon Nov 04 13:15:31 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_package_shipping_dpd:default Append C...

2019-11-25 Thread Cédric Krier
changeset 9a8dc69344aa in modules/stock_package_shipping_dpd:default
details: 
https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset;node=9a8dc69344aa
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d84e6e4192cf -r 9a8dc69344aa setup.py
--- a/setup.py  Mon Nov 04 13:13:15 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['zeep >= 0.12', 'PyPDF2']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/timesheet_cost:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset afec594bd06c in modules/timesheet_cost:default
details: 
https://hg.tryton.org/modules/timesheet_cost?cmd=changeset;node=afec594bd06c
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 97ba57b1627a -r afec594bd06c setup.py
--- a/setup.py  Mon Nov 04 13:15:20 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_lot_unit:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset ad90a2f9c688 in modules/stock_lot_unit:default
details: 
https://hg.tryton.org/modules/stock_lot_unit?cmd=changeset;node=ad90a2f9c688
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r a96c2be505d2 -r ad90a2f9c688 setup.py
--- a/setup.py  Mon Nov 04 13:12:42 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_supply:default Append CI build number...

2019-11-25 Thread Cédric Krier
changeset 5fb42faca459 in modules/stock_supply:default
details: 
https://hg.tryton.org/modules/stock_supply?cmd=changeset;node=5fb42faca459
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r a1da90498bbe -r 5fb42faca459 setup.py
--- a/setup.py  Mon Nov 04 13:14:23 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_package_shipping_ups:default Append C...

2019-11-25 Thread Cédric Krier
changeset c2873f154fa9 in modules/stock_package_shipping_ups:default
details: 
https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset;node=c2873f154fa9
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r b17abb2bb918 -r c2873f154fa9 setup.py
--- a/setup.py  Mon Nov 04 13:13:27 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['requests']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_package_shipping:default Append CI bu...

2019-11-25 Thread Cédric Krier
changeset fddc375657c8 in modules/stock_package_shipping:default
details: 
https://hg.tryton.org/modules/stock_package_shipping?cmd=changeset;node=fddc375657c8
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 6c1c7d69efa1 -r fddc375657c8 setup.py
--- a/setup.py  Mon Nov 04 13:13:04 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_package:default Append CI build numbe...

2019-11-25 Thread Cédric Krier
changeset 30850257cc20 in modules/stock_package:default
details: 
https://hg.tryton.org/modules/stock_package?cmd=changeset;node=30850257cc20
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f450523ba6fc -r 30850257cc20 setup.py
--- a/setup.py  Mon Nov 04 13:12:53 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:22 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_lot_sled:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset af0c10435450 in modules/stock_lot_sled:default
details: 
https://hg.tryton.org/modules/stock_lot_sled?cmd=changeset;node=af0c10435450
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 459e6902c228 -r af0c10435450 setup.py
--- a/setup.py  Mon Nov 04 13:12:31 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.5']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_lot:default Append CI build number to...

2019-11-25 Thread Cédric Krier
changeset 929a73527739 in modules/stock_lot:default
details: https://hg.tryton.org/modules/stock_lot?cmd=changeset;node=929a73527739
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r a81965666e64 -r 929a73527739 setup.py
--- a/setup.py  Mon Nov 04 13:12:20 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_consignment:default Append CI build n...

2019-11-25 Thread Cédric Krier
changeset fe5167982d52 in modules/stock_consignment:default
details: 
https://hg.tryton.org/modules/stock_consignment?cmd=changeset;node=fe5167982d52
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 39a90188353e -r fe5167982d52 setup.py
--- a/setup.py  Mon Nov 04 13:11:25 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_location_sequence:default Append CI b...

2019-11-25 Thread Cédric Krier
changeset 15ca8f65fc10 in modules/stock_location_sequence:default
details: 
https://hg.tryton.org/modules/stock_location_sequence?cmd=changeset;node=15ca8f65fc10
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r fb54488ec74a -r 15ca8f65fc10 setup.py
--- a/setup.py  Mon Nov 04 13:12:09 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock:default Append CI build number to pac...

2019-11-25 Thread Cédric Krier
changeset eb8d4bdbbf1b in modules/stock:default
details: https://hg.tryton.org/modules/stock?cmd=changeset;node=eb8d4bdbbf1b
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r b4592940cbb5 -r eb8d4bdbbf1b setup.py
--- a/setup.py  Thu Nov 07 15:52:35 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_subscription_asset:default Append CI b...

2019-11-25 Thread Cédric Krier
changeset 3045da4a1d66 in modules/sale_subscription_asset:default
details: 
https://hg.tryton.org/modules/sale_subscription_asset?cmd=changeset;node=3045da4a1d66
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 1c15f3c34cd9 -r 3045da4a1d66 setup.py
--- a/setup.py  Mon Nov 04 13:10:35 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_forecast:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset 06ac6c4dfad6 in modules/stock_forecast:default
details: 
https://hg.tryton.org/modules/stock_forecast?cmd=changeset;node=06ac6c4dfad6
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d7d6afd981e8 -r 06ac6c4dfad6 setup.py
--- a/setup.py  Mon Nov 04 13:11:37 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-dateutil', 'python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/stock_inventory_location:default Append CI ...

2019-11-25 Thread Cédric Krier
changeset bdd7329f2f09 in modules/stock_inventory_location:default
details: 
https://hg.tryton.org/modules/stock_inventory_location?cmd=changeset;node=bdd7329f2f09
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 6bbb1fa70d20 -r bdd7329f2f09 setup.py
--- a/setup.py  Mon Nov 04 13:11:48 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_supply_drop_shipment:default Append CI...

2019-11-25 Thread Cédric Krier
changeset 92bdbac3a3a2 in modules/sale_supply_drop_shipment:default
details: 
https://hg.tryton.org/modules/sale_supply_drop_shipment?cmd=changeset;node=92bdbac3a3a2
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r bd363d06eb8b -r 92bdbac3a3a2 setup.py
--- a/setup.py  Mon Nov 04 13:10:58 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_supply:default Append CI build number ...

2019-11-25 Thread Cédric Krier
changeset 2724675c3d40 in modules/sale_supply:default
details: 
https://hg.tryton.org/modules/sale_supply?cmd=changeset;node=2724675c3d40
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 8c54dfff8b36 -r 2724675c3d40 setup.py
--- a/setup.py  Mon Nov 04 13:10:46 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_subscription:default Append CI build n...

2019-11-25 Thread Cédric Krier
changeset b82d2e3c5186 in modules/sale_subscription:default
details: 
https://hg.tryton.org/modules/sale_subscription?cmd=changeset;node=b82d2e3c5186
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 828184c59d0b -r b82d2e3c5186 setup.py
--- a/setup.py  Mon Nov 04 13:10:25 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-dateutil']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_stock_quantity:default Append CI build...

2019-11-25 Thread Cédric Krier
changeset a6e8656d799e in modules/sale_stock_quantity:default
details: 
https://hg.tryton.org/modules/sale_stock_quantity?cmd=changeset;node=a6e8656d799e
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 8d95fabb3ab4 -r a6e8656d799e setup.py
--- a/setup.py  Mon Nov 04 13:10:13 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_shipment_cost:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset cff5cbd7966c in modules/sale_shipment_cost:default
details: 
https://hg.tryton.org/modules/sale_shipment_cost?cmd=changeset;node=cff5cbd7966c
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 1bf54fb0c935 -r cff5cbd7966c setup.py
--- a/setup.py  Mon Nov 04 13:09:40 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_promotion:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset c8c231146864 in modules/sale_promotion:default
details: 
https://hg.tryton.org/modules/sale_promotion?cmd=changeset;node=c8c231146864
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 9adefadfca2a -r c8c231146864 setup.py
--- a/setup.py  Mon Nov 04 13:09:06 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['simpleeval']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_shipment_grouping:default Append CI bu...

2019-11-25 Thread Cédric Krier
changeset ea5c31c29385 in modules/sale_shipment_grouping:default
details: 
https://hg.tryton.org/modules/sale_shipment_grouping?cmd=changeset;node=ea5c31c29385
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  11 +--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1aadbca1dd6f -r ea5c31c29385 setup.py
--- a/setup.py  Mon Nov 04 13:09:51 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -41,8 +41,15 @@
 major_version, minor_version)
 if minor_version % 2:
 version = '%s.%s.dev0' % (major_version, minor_version)
-download_url = 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
-name[8:], name, version)
+download_url = (
+'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
+name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_shipment_tolerance:default Append CI b...

2019-11-25 Thread Cédric Krier
changeset 6014d621017b in modules/sale_shipment_tolerance:default
details: 
https://hg.tryton.org/modules/sale_shipment_tolerance?cmd=changeset;node=6014d621017b
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 18b81fdbf14c -r 6014d621017b setup.py
--- a/setup.py  Sat Nov 16 12:43:11 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_promotion_coupon:default Append CI bui...

2019-11-25 Thread Cédric Krier
changeset 383081c9f30b in modules/sale_promotion_coupon:default
details: 
https://hg.tryton.org/modules/sale_promotion_coupon?cmd=changeset;node=383081c9f30b
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r fe9307ca4f2d -r 383081c9f30b setup.py
--- a/setup.py  Mon Nov 04 13:09:17 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_secondary_unit:default Append CI build...

2019-11-25 Thread Cédric Krier
changeset 6f8d7a9151fb in modules/sale_secondary_unit:default
details: 
https://hg.tryton.org/modules/sale_secondary_unit?cmd=changeset;node=6f8d7a9151fb
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 62b52db69c13 -r 6f8d7a9151fb setup.py
--- a/setup.py  Mon Nov 04 13:09:28 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_history:default Append CI build number...

2019-11-25 Thread Cédric Krier
changeset be70e4cca35e in modules/sale_history:default
details: 
https://hg.tryton.org/modules/sale_history?cmd=changeset;node=be70e4cca35e
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 7287fa32b6b4 -r be70e4cca35e setup.py
--- a/setup.py  Mon Nov 04 13:08:00 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_amendment:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset e1b67b430469 in modules/sale_amendment:default
details: 
https://hg.tryton.org/modules/sale_amendment?cmd=changeset;node=e1b67b430469
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 4d1560758d71 -r e1b67b430469 setup.py
--- a/setup.py  Sun Nov 10 22:00:15 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_advance_payment:default Append CI buil...

2019-11-25 Thread Cédric Krier
changeset 6c7921d51062 in modules/sale_advance_payment:default
details: 
https://hg.tryton.org/modules/sale_advance_payment?cmd=changeset;node=6c7921d51062
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r fce7f8432f74 -r 6c7921d51062 setup.py
--- a/setup.py  Mon Nov 04 13:07:04 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['simpleeval']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_credit_limit:default Append CI build n...

2019-11-25 Thread Cédric Krier
changeset 4e06e086f9a3 in modules/sale_credit_limit:default
details: 
https://hg.tryton.org/modules/sale_credit_limit?cmd=changeset;node=4e06e086f9a3
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 436f5112a339 -r 4e06e086f9a3 setup.py
--- a/setup.py  Mon Nov 04 13:07:38 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale:default Append CI build number to pack...

2019-11-25 Thread Cédric Krier
changeset dfbc29210ddb in modules/sale:default
details: https://hg.tryton.org/modules/sale?cmd=changeset;node=dfbc29210ddb
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f047dde4498d -r dfbc29210ddb setup.py
--- a/setup.py  Sun Nov 17 17:15:35 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4', 'python-dateutil']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_product_customer:default Append CI bui...

2019-11-25 Thread Cédric Krier
changeset d83cee105892 in modules/sale_product_customer:default
details: 
https://hg.tryton.org/modules/sale_product_customer?cmd=changeset;node=d83cee105892
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 0bf7731bdf53 -r d83cee105892 setup.py
--- a/setup.py  Mon Nov 04 13:08:55 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_payment:default Append CI build number...

2019-11-25 Thread Cédric Krier
changeset d2ae97701ba9 in modules/sale_payment:default
details: 
https://hg.tryton.org/modules/sale_payment?cmd=changeset;node=d2ae97701ba9
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 540f2b50aa21 -r d2ae97701ba9 setup.py
--- a/setup.py  Mon Nov 04 13:08:33 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_opportunity:default Append CI build nu...

2019-11-25 Thread Cédric Krier
changeset 77b389f23c9a in modules/sale_opportunity:default
details: 
https://hg.tryton.org/modules/sale_opportunity?cmd=changeset;node=77b389f23c9a
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 6591757e2f7e -r 77b389f23c9a setup.py
--- a/setup.py  Mon Nov 04 13:08:23 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_complaint:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset e1ac1b50f7a3 in modules/sale_complaint:default
details: 
https://hg.tryton.org/modules/sale_complaint?cmd=changeset;node=e1ac1b50f7a3
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r dd9c6d307e00 -r e1ac1b50f7a3 setup.py
--- a/setup.py  Mon Nov 04 13:07:27 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_shipment_cost:default Append CI bu...

2019-11-25 Thread Cédric Krier
changeset 765c3a2802fe in modules/purchase_shipment_cost:default
details: 
https://hg.tryton.org/modules/purchase_shipment_cost?cmd=changeset;node=765c3a2802fe
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 55dc521c796b -r 765c3a2802fe setup.py
--- a/setup.py  Mon Nov 04 13:06:40 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_invoice_grouping:default Append CI bui...

2019-11-25 Thread Cédric Krier
changeset 5c791d32f9d4 in modules/sale_invoice_grouping:default
details: 
https://hg.tryton.org/modules/sale_invoice_grouping?cmd=changeset;node=5c791d32f9d4
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r dd502a1cea78 -r 5c791d32f9d4 setup.py
--- a/setup.py  Mon Nov 04 13:08:11 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_extra:default Append CI build number t...

2019-11-25 Thread Cédric Krier
changeset 9e6675f1ef04 in modules/sale_extra:default
details: 
https://hg.tryton.org/modules/sale_extra?cmd=changeset;node=9e6675f1ef04
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f7c4d47e25ba -r 9e6675f1ef04 setup.py
--- a/setup.py  Mon Nov 04 13:07:49 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/sale_price_list:default Append CI build num...

2019-11-25 Thread Cédric Krier
changeset f3595e4a845f in modules/sale_price_list:default
details: 
https://hg.tryton.org/modules/sale_price_list?cmd=changeset;node=f3595e4a845f
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 096b6f9917a4 -r f3595e4a845f setup.py
--- a/setup.py  Mon Nov 04 13:08:45 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_requisition:default Append CI buil...

2019-11-25 Thread Cédric Krier
changeset eb68af5481b2 in modules/purchase_requisition:default
details: 
https://hg.tryton.org/modules/purchase_requisition?cmd=changeset;node=eb68af5481b2
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r ec454b213584 -r eb68af5481b2 setup.py
--- a/setup.py  Mon Nov 04 13:06:16 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_request:default Append CI build nu...

2019-11-25 Thread Cédric Krier
changeset daf3621343ef in modules/purchase_request:default
details: 
https://hg.tryton.org/modules/purchase_request?cmd=changeset;node=daf3621343ef
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r c7d5aa233e2a -r daf3621343ef setup.py
--- a/setup.py  Mon Nov 04 13:05:53 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_secondary_unit:default Append CI b...

2019-11-25 Thread Cédric Krier
changeset 7cddb71aabd1 in modules/purchase_secondary_unit:default
details: 
https://hg.tryton.org/modules/purchase_secondary_unit?cmd=changeset;node=7cddb71aabd1
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d28cec24077c -r 7cddb71aabd1 setup.py
--- a/setup.py  Mon Nov 04 13:06:28 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_request_quotation:default Append C...

2019-11-25 Thread Cédric Krier
changeset 66118e1043b7 in modules/purchase_request_quotation:default
details: 
https://hg.tryton.org/modules/purchase_request_quotation?cmd=changeset;node=66118e1043b7
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d7a0cb29f29e -r 66118e1043b7 setup.py
--- a/setup.py  Mon Nov 04 13:06:04 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_history:default Append CI build nu...

2019-11-25 Thread Cédric Krier
changeset 23e5cc87a677 in modules/purchase_history:default
details: 
https://hg.tryton.org/modules/purchase_history?cmd=changeset;node=23e5cc87a677
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 8be7ad0d8111 -r 23e5cc87a677 setup.py
--- a/setup.py  Mon Nov 04 13:05:31 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_amendment:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset 8e0956c8c51b in modules/purchase_amendment:default
details: 
https://hg.tryton.org/modules/purchase_amendment?cmd=changeset;node=8e0956c8c51b
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 9ff949791797 -r 8e0956c8c51b setup.py
--- a/setup.py  Sun Nov 10 22:00:15 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/project_plan:default Append CI build number...

2019-11-25 Thread Cédric Krier
changeset aeaad7422cd4 in modules/project_plan:default
details: 
https://hg.tryton.org/modules/project_plan?cmd=changeset;node=aeaad7422cd4
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r f2494c3247dd -r aeaad7422cd4 setup.py
--- a/setup.py  Mon Nov 04 13:04:44 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/production_work_timesheet:default Append CI...

2019-11-25 Thread Cédric Krier
changeset c80ba77abb28 in modules/production_work_timesheet:default
details: 
https://hg.tryton.org/modules/production_work_timesheet?cmd=changeset;node=c80ba77abb28
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 42908959f9d1 -r c80ba77abb28 setup.py
--- a/setup.py  Mon Nov 04 13:03:24 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/project_invoice:default Append CI build num...

2019-11-25 Thread Cédric Krier
changeset e50bc896238a in modules/project_invoice:default
details: 
https://hg.tryton.org/modules/project_invoice?cmd=changeset;node=e50bc896238a
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r ca88098258bf -r e50bc896238a setup.py
--- a/setup.py  Mon Nov 04 13:04:32 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/project_revenue:default Append CI build num...

2019-11-25 Thread Cédric Krier
changeset d944da83a589 in modules/project_revenue:default
details: 
https://hg.tryton.org/modules/project_revenue?cmd=changeset;node=d944da83a589
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r bb9151826270 -r d944da83a589 setup.py
--- a/setup.py  Mon Nov 04 13:04:55 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/project:default Append CI build number to p...

2019-11-25 Thread Cédric Krier
changeset f54fbff70601 in modules/project:default
details: https://hg.tryton.org/modules/project?cmd=changeset;node=f54fbff70601
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r cfd197f5418d -r f54fbff70601 setup.py
--- a/setup.py  Mon Nov 04 13:04:20 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase_invoice_line_standalone:default Ap...

2019-11-25 Thread Cédric Krier
changeset 1df6f4d7be7f in modules/purchase_invoice_line_standalone:default
details: 
https://hg.tryton.org/modules/purchase_invoice_line_standalone?cmd=changeset;node=1df6f4d7be7f
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r c0c943bbea25 -r 1df6f4d7be7f setup.py
--- a/setup.py  Mon Nov 04 13:05:42 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/purchase:default Append CI build number to ...

2019-11-25 Thread Cédric Krier
changeset fe924f7947ef in modules/purchase:default
details: https://hg.tryton.org/modules/purchase?cmd=changeset;node=fe924f7947ef
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 2d04f1142655 -r fe924f7947ef setup.py
--- a/setup.py  Mon Nov 04 13:05:08 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/production_work:default Append CI build num...

2019-11-25 Thread Cédric Krier
changeset b41b8d25f089 in modules/production_work:default
details: 
https://hg.tryton.org/modules/production_work?cmd=changeset;node=b41b8d25f089
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 68503cf72725 -r b41b8d25f089 setup.py
--- a/setup.py  Mon Nov 04 13:03:14 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/production_split:default Append CI build nu...

2019-11-25 Thread Cédric Krier
changeset f46426115017 in modules/production_split:default
details: 
https://hg.tryton.org/modules/production_split?cmd=changeset;node=f46426115017
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r e63f9028beb6 -r f46426115017 setup.py
--- a/setup.py  Mon Nov 04 13:03:03 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/production_outsourcing:default Append CI bu...

2019-11-25 Thread Cédric Krier
changeset 4a2e39867377 in modules/production_outsourcing:default
details: 
https://hg.tryton.org/modules/production_outsourcing?cmd=changeset;node=4a2e39867377
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 4286122a1f44 -r 4a2e39867377 setup.py
--- a/setup.py  Mon Nov 04 13:02:41 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_price_list:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset 9d672a195974 in modules/product_price_list:default
details: 
https://hg.tryton.org/modules/product_price_list?cmd=changeset;node=9d672a195974
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 2c5564a13271 -r 9d672a195974 setup.py
--- a/setup.py  Mon Nov 04 13:03:47 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['simpleeval', 'python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_cost_fifo:default Append CI build n...

2019-11-25 Thread Cédric Krier
changeset f096502129de in modules/product_cost_fifo:default
details: 
https://hg.tryton.org/modules/product_cost_fifo?cmd=changeset;node=f096502129de
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r e1088c3b7624 -r f096502129de setup.py
--- a/setup.py  Mon Nov 04 13:02:08 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_attribute:default Append CI build n...

2019-11-25 Thread Cédric Krier
changeset d935d8c98c5a in modules/product_attribute:default
details: 
https://hg.tryton.org/modules/product_attribute?cmd=changeset;node=d935d8c98c5a
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r de5ed0366ea1 -r d935d8c98c5a setup.py
--- a/setup.py  Mon Nov 04 13:01:36 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/production:default Append CI build number t...

2019-11-25 Thread Cédric Krier
changeset 87061712af5d in modules/production:default
details: 
https://hg.tryton.org/modules/production?cmd=changeset;node=87061712af5d
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 7dcf84fc1332 -r 87061712af5d setup.py
--- a/setup.py  Mon Nov 04 13:02:30 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_measurements:default Append CI buil...

2019-11-25 Thread Cédric Krier
changeset 4337645c6552 in modules/product_measurements:default
details: 
https://hg.tryton.org/modules/product_measurements?cmd=changeset;node=4337645c6552
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 689d3c7712d6 -r 4337645c6552 setup.py
--- a/setup.py  Mon Nov 04 13:03:36 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/production_routing:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset f1d1b426e399 in modules/production_routing:default
details: 
https://hg.tryton.org/modules/production_routing?cmd=changeset;node=f1d1b426e399
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 6b6e34ff6f31 -r f1d1b426e399 setup.py
--- a/setup.py  Mon Nov 04 13:02:52 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_cost_history:default Append CI buil...

2019-11-25 Thread Cédric Krier
changeset bedfe7a01302 in modules/product_cost_history:default
details: 
https://hg.tryton.org/modules/product_cost_history?cmd=changeset;node=bedfe7a01302
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r b59d8be96949 -r bedfe7a01302 setup.py
--- a/setup.py  Mon Nov 04 13:02:19 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_classification:default Append CI bu...

2019-11-25 Thread Cédric Krier
changeset 3350c1ad4fc3 in modules/product_classification:default
details: 
https://hg.tryton.org/modules/product_classification?cmd=changeset;node=3350c1ad4fc3
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 69203b3eda83 -r 3350c1ad4fc3 setup.py
--- a/setup.py  Mon Nov 04 13:01:46 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_price_list_dates:default Append CI ...

2019-11-25 Thread Cédric Krier
changeset d4ee48ef5943 in modules/product_price_list_dates:default
details: 
https://hg.tryton.org/modules/product_price_list_dates?cmd=changeset;node=d4ee48ef5943
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 00e1d9250167 -r d4ee48ef5943 setup.py
--- a/setup.py  Mon Nov 04 13:03:58 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_classification_taxonomic:default Ap...

2019-11-25 Thread Cédric Krier
changeset 5980dfa85583 in modules/product_classification_taxonomic:default
details: 
https://hg.tryton.org/modules/product_classification_taxonomic?cmd=changeset;node=5980dfa85583
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 8a603aed52af -r 5980dfa85583 setup.py
--- a/setup.py  Mon Nov 04 13:01:57 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product_price_list_parent:default Append CI...

2019-11-25 Thread Cédric Krier
changeset 34113afcb4ed in modules/product_price_list_parent:default
details: 
https://hg.tryton.org/modules/product_price_list_parent?cmd=changeset;node=34113afcb4ed
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 5950a54a56eb -r 34113afcb4ed setup.py
--- a/setup.py  Mon Nov 04 13:04:09 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:21 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/product:default Append CI build number to p...

2019-11-25 Thread Cédric Krier
changeset 61e048c247e3 in modules/product:default
details: https://hg.tryton.org/modules/product?cmd=changeset;node=61e048c247e3
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 3485397b316a -r 61e048c247e3 setup.py
--- a/setup.py  Mon Nov 04 13:01:25 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql', 'python-stdnum']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/marketing:default Append CI build number to...

2019-11-25 Thread Cédric Krier
changeset 20dd8ee47370 in modules/marketing:default
details: https://hg.tryton.org/modules/marketing?cmd=changeset;node=20dd8ee47370
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 79b611f207e4 -r 20dd8ee47370 setup.py
--- a/setup.py  Mon Nov 04 13:00:15 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/edocument_uncefact:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset b55310a1649a in modules/edocument_uncefact:default
details: 
https://hg.tryton.org/modules/edocument_uncefact?cmd=changeset;node=b55310a1649a
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 6d2018932474 -r b55310a1649a setup.py
--- a/setup.py  Mon Nov 04 12:59:31 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['Genshi', 'cached-property']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/ldap_authentication:default Append CI build...

2019-11-25 Thread Cédric Krier
changeset 65f4571be63a in modules/ldap_authentication:default
details: 
https://hg.tryton.org/modules/ldap_authentication?cmd=changeset;node=65f4571be63a
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 788b7a48bfd3 -r 65f4571be63a setup.py
--- a/setup.py  Fri Nov 22 00:24:49 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['ldap3 >= 2.0.7']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/edocument_unece:default Append CI build num...

2019-11-25 Thread Cédric Krier
changeset 0427f0398120 in modules/edocument_unece:default
details: 
https://hg.tryton.org/modules/edocument_unece?cmd=changeset;node=0427f0398120
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 5c0c2c7a658b -r 0427f0398120 setup.py
--- a/setup.py  Mon Nov 04 12:59:42 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/customs:default Append CI build number to p...

2019-11-25 Thread Cédric Krier
changeset 1b0d774b6187 in modules/customs:default
details: https://hg.tryton.org/modules/customs?cmd=changeset;node=1b0d774b6187
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 8e7dd3dfe89e -r 1b0d774b6187 setup.py
--- a/setup.py  Mon Nov 04 12:59:08 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['simpleeval', 'python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/party_siret:default Append CI build number ...

2019-11-25 Thread Cédric Krier
changeset c9e3eae9cb02 in modules/party_siret:default
details: 
https://hg.tryton.org/modules/party_siret?cmd=changeset;node=c9e3eae9cb02
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 825f8334b53b -r c9e3eae9cb02 setup.py
--- a/setup.py  Mon Nov 04 13:01:13 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/notification_email:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset 019f8cbe93a1 in modules/notification_email:default
details: 
https://hg.tryton.org/modules/notification_email?cmd=changeset;node=019f8cbe93a1
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 40ec2a12106b -r 019f8cbe93a1 setup.py
--- a/setup.py  Fri Nov 22 09:36:11 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/marketing_automation:default Append CI buil...

2019-11-25 Thread Cédric Krier
changeset d4feb2b26fd7 in modules/marketing_automation:default
details: 
https://hg.tryton.org/modules/marketing_automation?cmd=changeset;node=d4feb2b26fd7
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r bdee1ee798a9 -r d4feb2b26fd7 setup.py
--- a/setup.py  Mon Nov 04 13:00:27 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/dashboard:default Append CI build number to...

2019-11-25 Thread Cédric Krier
changeset 34ffe8813814 in modules/dashboard:default
details: https://hg.tryton.org/modules/dashboard?cmd=changeset;node=34ffe8813814
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 294434c180f0 -r 34ffe8813814 setup.py
--- a/setup.py  Mon Nov 04 12:59:19 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['lxml', 'python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/company:default Append CI build number to p...

2019-11-25 Thread Cédric Krier
changeset 9f03794c7485 in modules/company:default
details: https://hg.tryton.org/modules/company?cmd=changeset;node=9f03794c7485
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 51744d7b781a -r 9f03794c7485 setup.py
--- a/setup.py  Mon Nov 04 12:58:23 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/currency:default Append CI build number to ...

2019-11-25 Thread Cédric Krier
changeset 33ce7682d8f9 in modules/currency:default
details: https://hg.tryton.org/modules/currency?cmd=changeset;node=33ce7682d8f9
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 77e61eb5f1e0 -r 33ce7682d8f9 setup.py
--- a/setup.py  Mon Nov 04 12:58:57 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.9']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/party_relationship:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset 08bdacce4330 in modules/party_relationship:default
details: 
https://hg.tryton.org/modules/party_relationship?cmd=changeset;node=08bdacce4330
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 622ad5b74977 -r 08bdacce4330 setup.py
--- a/setup.py  Mon Nov 04 13:01:01 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/google_maps:default Append CI build number ...

2019-11-25 Thread Cédric Krier
changeset 424400f92a69 in modules/google_maps:default
details: 
https://hg.tryton.org/modules/google_maps?cmd=changeset;node=424400f92a69
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r d677393519b8 -r 424400f92a69 setup.py
--- a/setup.py  Mon Nov 04 12:59:53 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/party:default Append CI build number to pac...

2019-11-25 Thread Cédric Krier
changeset 03ed5ba775cd in modules/party:default
details: https://hg.tryton.org/modules/party?cmd=changeset;node=03ed5ba775cd
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r e4d187eeff25 -r 03ed5ba775cd setup.py
--- a/setup.py  Mon Nov 04 13:00:50 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = ['python-sql >= 0.4', 'python-stdnum >= 1.8']
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/company_work_time:default Append CI build n...

2019-11-25 Thread Cédric Krier
changeset f1cf82bb69bd in modules/company_work_time:default
details: 
https://hg.tryton.org/modules/company_work_time?cmd=changeset;node=f1cf82bb69bd
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 201c6b7a139a -r f1cf82bb69bd setup.py
--- a/setup.py  Mon Nov 04 12:58:34 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/country:default Append CI build number to p...

2019-11-25 Thread Cédric Krier
changeset f6b67f26d618 in modules/country:default
details: https://hg.tryton.org/modules/country?cmd=changeset;node=f6b67f26d618
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r a6a39965d1f8 -r f6b67f26d618 setup.py
--- a/setup.py  Mon Nov 04 12:58:46 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/carrier_weight:default Append CI build numb...

2019-11-25 Thread Cédric Krier
changeset 5e160d70bfdc in modules/carrier_weight:default
details: 
https://hg.tryton.org/modules/carrier_weight?cmd=changeset;node=5e160d70bfdc
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 10c70ddb4e0b -r 5e160d70bfdc setup.py
--- a/setup.py  Mon Nov 04 12:57:49 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/commission_waiting:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset d15027094ce8 in modules/commission_waiting:default
details: 
https://hg.tryton.org/modules/commission_waiting?cmd=changeset;node=d15027094ce8
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 6c81694b69ce -r d15027094ce8 setup.py
--- a/setup.py  Mon Nov 04 12:58:11 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



[tryton-commits] changeset in modules/carrier_percentage:default Append CI build ...

2019-11-25 Thread Cédric Krier
changeset 821420903d5a in modules/carrier_percentage:default
details: 
https://hg.tryton.org/modules/carrier_percentage?cmd=changeset;node=821420903d5a
description:
Append CI build number to package version

This makes them unique and avoid collision with the shared cache.

issue8831
review254651002
diffstat:

 setup.py |  6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r 1b72ca7f5dd5 -r 821420903d5a setup.py
--- a/setup.py  Mon Nov 04 12:57:38 2019 +0100
+++ b/setup.py  Mon Nov 25 21:55:20 2019 +0100
@@ -44,6 +44,12 @@
 download_url = (
 'hg+http://hg.tryton.org/modules/%s#egg=%s-%s' % (
 name[8:], name, version))
+local_version = []
+for build in ['CI_BUILD_NUMBER', 'CI_JOB_NUMBER', 'CI_JOB_ID']:
+if os.environ.get(build):
+local_version.append(os.environ[build])
+if local_version:
+version += '+' + '.'.join(local_version)
 
 requires = []
 for dep in info.get('depends', []):



  1   2   >