[tryton-debian-vcs] tryton-modules-carrier branch upstream updated. upstream/4.4.0-1-g5169fcd
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:09:32 UTC 2017
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-carrier.git;a=commitdiff;h=upstream/4.4.0-1-g5169fcd
commit 5169fcdd8961c926234ceadd8b506250604cf702
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:40:38 2017 +0100
Adding upstream version 4.6.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..e0bc2f7
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,51 @@
+clone:
+ hg:
+ image: plugins/hg
+
+pipeline:
+ tox:
+ image: ${IMAGE}
+ environment:
+ - CFLAGS=-O0
+ - DB_CACHE=/cache
+ - TOX_TESTENV_PASSENV=CFLAGS DB_CACHE
+ - POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
+ commands:
+ - pip install tox
+ - tox -e "${TOXENV}-${DATABASE}"
+ volumes:
+ - cache:/root/.cache
+
+services:
+ postgresql:
+ image: postgres
+ when:
+ matrix:
+ DATABASE: postgresql
+
+matrix:
+ include:
+ - IMAGE: python:2.7
+ TOXENV: py27
+ DATABASE: sqlite
+ - IMAGE: python:2.7
+ TOXENV: py27
+ DATABASE: postgresql
+ - IMAGE: python:3.4
+ TOXENV: py34
+ DATABASE: sqlite
+ - IMAGE: python:3.4
+ TOXENV: py34
+ DATABASE: postgresql
+ - IMAGE: python:3.5
+ TOXENV: py35
+ DATABASE: sqlite
+ - IMAGE: python:3.5
+ TOXENV: py35
+ DATABASE: postgresql
+ - IMAGE: python:3.6
+ TOXENV: py36
+ DATABASE: sqlite
+ - IMAGE: python:3.6
+ TOXENV: py36
+ DATABASE: postgresql
diff --git a/CHANGELOG b/CHANGELOG
index 9803b32..552a989 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.6.0 - 2017-10-30
+* Bug fixes (see mercurial logs for details)
+
Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 4086e91..594dc79 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_carrier
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module with carriers
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.4/
+Download-URL: http://downloads.tryton.org/4.6/
Description: trytond_carrier
===============
@@ -70,9 +70,9 @@ Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff --git a/locale/bg.po b/locale/bg.po
index deb1050..90d046f 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Партньор"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Име на прикачен файл"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -67,10 +67,9 @@ msgctxt "field:carrier.selection,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Условие за плащане"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.selection,sequence:"
diff --git a/locale/ca.po b/locale/ca.po
index d251da3..bc8d241 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Tercer"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/cs.po b/locale/cs.po
index 126fffe..178db17 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -26,10 +26,9 @@ msgctxt "field:carrier,party:"
msgid "Party"
msgstr ""
-#, fuzzy
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,10 +62,9 @@ msgctxt "field:carrier.selection,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/de.po b/locale/de.po
index f4cda19..c938696 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Partei"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/es.po b/locale/es.po
index a4b388d..e8db765 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Tercero"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/es_419.po b/locale/es_419.po
index 160741b..fea73d6 100644
--- a/locale/es_419.po
+++ b/locale/es_419.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,7 +27,7 @@ msgid "Party"
msgstr ""
msgctxt "field:carrier,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:carrier,write_date:"
@@ -63,7 +63,7 @@ msgid "ID"
msgstr ""
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:carrier.selection,sequence:"
diff --git a/locale/fr.po b/locale/fr.po
index 1e5385b..34e8397 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Tiers"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 046fd18..9786f9d 100644
--- a/locale/hu_HU.po
+++ b/locale/hu_HU.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -30,10 +30,9 @@ msgctxt "field:carrier,party:"
msgid "Party"
msgstr "Partner"
-#, fuzzy
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier,write_date:"
@@ -73,10 +72,9 @@ msgctxt "field:carrier.selection,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.selection,sequence:"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 1b78707..388e022 100644
--- a/locale/it_IT.po
+++ b/locale/it_IT.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Controparte"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index bc80a65..6f74e9a 100644
--- a/locale/ja_JP.po
+++ b/locale/ja_JP.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,7 +27,7 @@ msgid "Party"
msgstr ""
msgctxt "field:carrier,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:carrier,write_date:"
@@ -64,7 +64,7 @@ msgid "ID"
msgstr ""
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:carrier.selection,sequence:"
diff --git a/locale/lo.po b/locale/lo.po
index 8f63b35..34a8457 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "ພາກສ່ວນ"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ເລກລຳດັບ"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/lt.po b/locale/lt.po
index 126fffe..178db17 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -26,10 +26,9 @@ msgctxt "field:carrier,party:"
msgid "Party"
msgstr ""
-#, fuzzy
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,10 +62,9 @@ msgctxt "field:carrier.selection,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/nl.po b/locale/nl.po
index a7fa60f..8f7c98c 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -30,10 +30,9 @@ msgctxt "field:carrier,party:"
msgid "Party"
msgstr "Relaties"
-#, fuzzy
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier,write_date:"
@@ -73,10 +72,9 @@ msgctxt "field:carrier.selection,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.selection,sequence:"
diff --git a/locale/pl.po b/locale/pl.po
index bc80a65..0bdb6c4 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -12,31 +12,31 @@ msgstr ""
msgctxt "field:carrier,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:carrier,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:carrier,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:carrier,party:"
msgid "Party"
-msgstr ""
+msgstr "Strona"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:carrier,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:carrier,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "field:carrier.selection,active:"
msgid "Active"
@@ -49,39 +49,39 @@ msgstr "Carrier"
msgctxt "field:carrier.selection,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:carrier.selection,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:carrier.selection,from_country:"
msgid "From Country"
-msgstr ""
+msgstr "Z kraju"
msgctxt "field:carrier.selection,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
-msgstr ""
+msgstr "Sekwencja"
msgctxt "field:carrier.selection,to_country:"
msgid "To Country"
-msgstr ""
+msgstr "Do kraju"
msgctxt "field:carrier.selection,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:carrier.selection,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "help:carrier,carrier_cost_method:"
msgid "Method to compute carrier cost"
@@ -99,32 +99,32 @@ msgstr "Carrier Selection"
msgctxt "model:ir.action,name:act_carrier_form"
msgid "Carriers"
-msgstr "Carriers"
+msgstr ""
msgctxt "model:ir.action,name:act_carrier_selection_form"
msgid "Carrier Selection"
-msgstr "Carrier Selection"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_carrier"
msgid "Carrier"
-msgstr "Carrier"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_carrier_form"
msgid "Carriers"
-msgstr "Carriers"
+msgstr ""
msgctxt "model:ir.ui.menu,name:menu_carrier_selection"
msgid "Carrier Selection"
-msgstr "Carrier Selection"
+msgstr ""
msgctxt "model:res.group,name:group_carrier_admin"
msgid "Carrier Administration"
-msgstr "Carrier Administration"
+msgstr ""
msgctxt "selection:carrier,carrier_cost_method:"
msgid "Product Price"
-msgstr ""
+msgstr "Cena produktu"
msgctxt "view:carrier.selection:"
msgid "Criteria"
-msgstr ""
+msgstr "Kryteria"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index b9adbae..1266df0 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Pessoa"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/ru.po b/locale/ru.po
index 2ce0097..161c11b 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -30,10 +30,9 @@ msgctxt "field:carrier,party:"
msgid "Party"
msgstr "Организации"
-#, fuzzy
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier,write_date:"
@@ -73,10 +72,9 @@ msgctxt "field:carrier.selection,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Правило оплаты"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.selection,sequence:"
diff --git a/locale/sl.po b/locale/sl.po
index 8a30b69..46329b6 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,8 +27,8 @@ msgid "Party"
msgstr "Partner"
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier,write_date:"
msgid "Write Date"
@@ -63,8 +63,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:carrier.selection,sequence:"
msgid "Sequence"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index 6293ee4..dffd93d 100644
--- a/locale/zh_CN.po
+++ b/locale/zh_CN.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -29,10 +29,9 @@ msgctxt "field:carrier,party:"
msgid "Party"
msgstr ""
-#, fuzzy
msgctxt "field:carrier,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier,write_date:"
@@ -72,10 +71,9 @@ msgctxt "field:carrier.selection,id:"
msgid "ID"
msgstr "编号"
-#, fuzzy
msgctxt "field:carrier.selection,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:carrier.selection,sequence:"
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff --git a/setup.py b/setup.py
index d1050d8..cf9f98f 100644
--- a/setup.py
+++ b/setup.py
@@ -97,9 +97,9 @@ setup(name=name,
'Natural Language :: Spanish',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business',
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..527d859
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,18 @@
+[tox]
+envlist = {py27,py34,py35,py36}-{sqlite,postgresql,mysql},pypy-{sqlite,postgresql}
+
+[testenv]
+commands = {envpython} setup.py test
+deps =
+ {py27,py34,py35,py36}-postgresql: psycopg2 >= 2.5
+ pypy-postgresql: psycopg2cffi >= 2.5
+ mysql: MySQL-python
+ sqlite: sqlitebck
+setenv =
+ sqlite: TRYTOND_DATABASE_URI={env:SQLITE_URI:sqlite://}
+ postgresql: TRYTOND_DATABASE_URI={env:POSTGRESQL_URI:postgresql://}
+ mysql: TRYTOND_DATABASE_URI={env:MYSQL_URI:mysql://}
+ sqlite: DB_NAME={env:SQLITE_NAME::memory:}
+ postgresql: DB_NAME={env:POSTGRESQL_NAME:test}
+ mysql: DB_NAME={env:MYSQL_NAME:test}
+install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {opts} {packages}
diff --git a/tryton.cfg b/tryton.cfg
index 3d69ae6..e4b7040 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.0
+version=4.6.0
depends:
country
ir
diff --git a/trytond_carrier.egg-info/PKG-INFO b/trytond_carrier.egg-info/PKG-INFO
index 99c74ce..47f5df3 100644
--- a/trytond_carrier.egg-info/PKG-INFO
+++ b/trytond_carrier.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-carrier
-Version: 4.4.0
+Version: 4.6.0
Summary: Tryton module with carriers
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/4.4/
+Download-URL: http://downloads.tryton.org/4.6/
Description: trytond_carrier
===============
@@ -70,9 +70,9 @@ Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff --git a/trytond_carrier.egg-info/SOURCES.txt b/trytond_carrier.egg-info/SOURCES.txt
index 457093f..72ce803 100644
--- a/trytond_carrier.egg-info/SOURCES.txt
+++ b/trytond_carrier.egg-info/SOURCES.txt
@@ -1,11 +1,17 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+carrier.py
carrier.xml
+party.py
setup.py
+tox.ini
tryton.cfg
./__init__.py
./carrier.py
@@ -55,6 +61,8 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
+tests/test_carrier.py
trytond_carrier.egg-info/PKG-INFO
trytond_carrier.egg-info/SOURCES.txt
trytond_carrier.egg-info/dependency_links.txt
diff --git a/trytond_carrier.egg-info/requires.txt b/trytond_carrier.egg-info/requires.txt
index a936cbf..0b70b44 100644
--- a/trytond_carrier.egg-info/requires.txt
+++ b/trytond_carrier.egg-info/requires.txt
@@ -1,4 +1,4 @@
-trytond_country >= 4.4, < 4.5
-trytond_party >= 4.4, < 4.5
-trytond_product >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_country >= 4.6, < 4.7
+trytond_party >= 4.6, < 4.7
+trytond_product >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-carrier
More information about the tryton-debian-vcs
mailing list