[tryton-debian-vcs] tryton-modules-stock-supply-day branch upstream updated. upstream/4.4.1-1-g8aaf4a7
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:23:20 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-stock-supply-day.git;a=commitdiff;h=upstream/4.4.1-1-g8aaf4a7
commit 8aaf4a7565677c571487d4b70e8d6feebfb33b04
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:41:30 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 5ad55b6..68861ed 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 4.4.1 - 2017-09-04
+Version 4.6.0 - 2017-10-30
* Bug fixes (see mercurial logs for details)
Version 4.4.0 - 2017-05-01
diff --git a/PKG-INFO b/PKG-INFO
index 844f208..c3bc02f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_stock_supply_day
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module to add supply weekdays
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_stock_supply_day
========================
@@ -69,9 +69,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 d5cb31b..3ffaf19 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Доставчик"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/ca.po b/locale/ca.po
index 39f04d8..6397e17 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Proveïdor"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/cs.po b/locale/cs.po
index 171b3f4..323f611 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -22,10 +22,9 @@ msgctxt "field:purchase.product_supplier.day,product_supplier:"
msgid "Supplier"
msgstr ""
-#, fuzzy
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/de.po b/locale/de.po
index 8ecb5d9..57c96b4 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Lieferant"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/es.po b/locale/es.po
index 53ee9d8..c35f4f1 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Proveedor"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/es_419.po b/locale/es_419.po
index edd5cc5..c307536 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"
@@ -23,7 +23,7 @@ msgid "Supplier"
msgstr ""
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
diff --git a/locale/fr.po b/locale/fr.po
index 2f7df68..192e328 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Fournisseur"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 39ab604..0abfea0 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"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Beszállítók"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 8c7c894..0be9a78 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"
@@ -26,10 +26,9 @@ msgctxt "field:purchase.product_supplier.day,product_supplier:"
msgid "Supplier"
msgstr "Fornitore"
-#, fuzzy
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index 1c9dae7..323f611 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"
@@ -23,7 +23,7 @@ msgid "Supplier"
msgstr ""
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
diff --git a/locale/lo.po b/locale/lo.po
index 7634cfd..f8c3e5f 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "ຜູ້ສະໜອງ"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/lt.po b/locale/lt.po
index 171b3f4..323f611 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -22,10 +22,9 @@ msgctxt "field:purchase.product_supplier.day,product_supplier:"
msgid "Supplier"
msgstr ""
-#, fuzzy
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/nl.po b/locale/nl.po
index 3240a4a..87bb335 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -26,10 +26,9 @@ msgctxt "field:purchase.product_supplier.day,product_supplier:"
msgid "Supplier"
msgstr "Leverancier"
-#, fuzzy
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/pl.po b/locale/pl.po
index 1c9dae7..5ee42de 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,42 +1,42 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:purchase.product_supplier,weekdays:"
msgid "Week Days"
-msgstr ""
+msgstr "Dni tygodnia"
msgctxt "field:purchase.product_supplier.day,create_date:"
msgid "Create Date"
-msgstr ""
+msgstr "Data utworzenia"
msgctxt "field:purchase.product_supplier.day,create_uid:"
msgid "Create User"
-msgstr ""
+msgstr "Utworzył"
msgctxt "field:purchase.product_supplier.day,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:purchase.product_supplier.day,product_supplier:"
msgid "Supplier"
-msgstr ""
+msgstr "Dostawca"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr ""
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
-msgstr ""
+msgstr "Dzień tygodnia"
msgctxt "field:purchase.product_supplier.day,write_date:"
msgid "Write Date"
-msgstr ""
+msgstr "Data zapisu"
msgctxt "field:purchase.product_supplier.day,write_uid:"
msgid "Write User"
-msgstr ""
+msgstr "Zapisał"
msgctxt "model:purchase.product_supplier.day,name:"
msgid "Product Supplier Day"
@@ -44,28 +44,28 @@ msgstr ""
msgctxt "selection:purchase.product_supplier.day,weekday:"
msgid "Friday"
-msgstr ""
+msgstr "Piątek"
msgctxt "selection:purchase.product_supplier.day,weekday:"
msgid "Monday"
-msgstr ""
+msgstr "Poniedziałek"
msgctxt "selection:purchase.product_supplier.day,weekday:"
msgid "Saturday"
-msgstr ""
+msgstr "Sobota"
msgctxt "selection:purchase.product_supplier.day,weekday:"
msgid "Sunday"
-msgstr ""
+msgstr "Niedziela"
msgctxt "selection:purchase.product_supplier.day,weekday:"
msgid "Thursday"
-msgstr ""
+msgstr "Czwartek"
msgctxt "selection:purchase.product_supplier.day,weekday:"
msgid "Tuesday"
-msgstr ""
+msgstr "Wtorek"
msgctxt "selection:purchase.product_supplier.day,weekday:"
msgid "Wednesday"
-msgstr ""
+msgstr "Środa"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 9fce5df..f99ae65 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"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Fornecedor"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/ru.po b/locale/ru.po
index 7b7ed79..9db8e03 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -27,10 +27,9 @@ msgctxt "field:purchase.product_supplier.day,product_supplier:"
msgid "Supplier"
msgstr "Поставщик"
-#, fuzzy
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:purchase.product_supplier.day,weekday:"
diff --git a/locale/sl.po b/locale/sl.po
index c5127c1..8b7dbeb 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -23,8 +23,8 @@ msgid "Supplier"
msgstr "Dobavitelj"
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index 10ee7ed..e673e71 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"
@@ -25,10 +25,9 @@ msgctxt "field:purchase.product_supplier.day,product_supplier:"
msgid "Supplier"
msgstr ""
-#, fuzzy
msgctxt "field:purchase.product_supplier.day,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
msgctxt "field:purchase.product_supplier.day,weekday:"
msgid "Week Day"
diff --git a/setup.py b/setup.py
index de4ca20..ea28b63 100644
--- a/setup.py
+++ b/setup.py
@@ -96,9 +96,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/tests/test_stock_supply_day.py b/tests/test_stock_supply_day.py
index cf1dd15..1d42f09 100644
--- a/tests/test_stock_supply_day.py
+++ b/tests/test_stock_supply_day.py
@@ -117,7 +117,6 @@ class StockSupplyDayTestCase(ModuleTestCase):
'name': 'ProductTest',
'default_uom': uom.id,
'list_price': Decimal(0),
- 'cost_price': Decimal(0),
}])
product, = Product.create([{
'template': template.id,
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 38e5bc3..5314fc5 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.1
+version=4.6.0
depends:
ir
purchase
diff --git a/trytond_stock_supply_day.egg-info/PKG-INFO b/trytond_stock_supply_day.egg-info/PKG-INFO
index 3e57d8a..6a00780 100644
--- a/trytond_stock_supply_day.egg-info/PKG-INFO
+++ b/trytond_stock_supply_day.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-stock-supply-day
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module to add supply weekdays
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_stock_supply_day
========================
@@ -69,9 +69,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_stock_supply_day.egg-info/SOURCES.txt b/trytond_stock_supply_day.egg-info/SOURCES.txt
index bc413c4..65b0d1d 100644
--- a/trytond_stock_supply_day.egg-info/SOURCES.txt
+++ b/trytond_stock_supply_day.egg-info/SOURCES.txt
@@ -1,11 +1,16 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+purchase.py
purchase.xml
setup.py
+tox.ini
tryton.cfg
./__init__.py
./purchase.py
@@ -54,6 +59,8 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
+tests/test_stock_supply_day.py
trytond_stock_supply_day.egg-info/PKG-INFO
trytond_stock_supply_day.egg-info/SOURCES.txt
trytond_stock_supply_day.egg-info/dependency_links.txt
diff --git a/trytond_stock_supply_day.egg-info/requires.txt b/trytond_stock_supply_day.egg-info/requires.txt
index afbeb1a..2ea60e8 100644
--- a/trytond_stock_supply_day.egg-info/requires.txt
+++ b/trytond_stock_supply_day.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_purchase >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_purchase >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-stock-supply-day
More information about the tryton-debian-vcs
mailing list