[tryton-debian-vcs] tryton-modules-timesheet-cost branch debian updated. debian/4.4.1-1-4-g7952ba4
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Nov 10 12:24:23 UTC 2017
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-timesheet-cost.git;a=commitdiff;h=debian/4.4.1-1-4-g7952ba4
commit 7952ba4cd11ae3c75b9b632e0e9dc47aa49e8bd1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Nov 7 16:25:05 2017 +0100
Releasing debian version 4.6.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 310569f..c9fce28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-timesheet-cost (4.6.0-1) unstable; urgency=medium
+
+ * Bump the Standards-Version to 4.1.1, no changes needed.
+ * Merging upstream version 4.6.0.
+ * Use https in the watch file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 07 Nov 2017 10:20:47 +0100
+
tryton-modules-timesheet-cost (4.4.1-1) unstable; urgency=medium
* Bump the Standards-Version to 4.1.0, no changes needed.
commit 76beec01116200277a6be925f32ef90f4cd5e606
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Nov 7 10:16:46 2017 +0100
Use https in the watch file.
diff --git a/debian/watch b/debian/watch
index 5fa9369..303dab9 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-opts=pgpsigurlmangle=s/$/.asc/ http://downloads.tryton.org/current/ .*trytond_timesheet_cost-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
+opts=pgpsigurlmangle=s/$/.asc/ https://downloads.tryton.org/current/ .*trytond_timesheet_cost-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))
commit f3296f46ac5a4995e6a8f2d38c9f4ba4d90796c0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Mon Nov 6 14:41:33 2017 +0100
Merging upstream version 4.6.0.
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 9d3af8c..29f4beb 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 58fdf00..59d0d86 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_timesheet_cost
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module to add cost on timesheet
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_timesheet_cost
======================
@@ -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 0c54494..87e991f 100644
--- a/locale/bg.po
+++ b/locale/bg.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Име"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/ca.po b/locale/ca.po
index 2efbace..73cfddd 100644
--- a/locale/ca.po
+++ b/locale/ca.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom del registre"
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/cs.po b/locale/cs.po
index 187a4ab..91820b0 100644
--- a/locale/cs.po
+++ b/locale/cs.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -38,10 +38,9 @@ msgctxt "field:company.employee_cost_price,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/de.po b/locale/de.po
index 22e56e5..f2f36b1 100644
--- a/locale/de.po
+++ b/locale/de.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -41,8 +41,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Name"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/es.po b/locale/es.po
index 5cc89e3..13e991f 100644
--- a/locale/es.po
+++ b/locale/es.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Nombre"
+msgid "Record Name"
+msgstr "Nombre del registro"
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/es_419.po b/locale/es_419.po
index ebb4e4f..b755f53 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"
@@ -39,7 +39,7 @@ msgid "ID"
msgstr ""
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
diff --git a/locale/fr.po b/locale/fr.po
index 46f4b87..262ba34 100644
--- a/locale/fr.po
+++ b/locale/fr.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Nom"
+msgid "Record Name"
+msgstr "Nom de l'enregistrement"
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 073bbe7..49e73a8 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"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Név"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/it_IT.po b/locale/it_IT.po
index 11e8e16..5051111 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"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/ja_JP.po b/locale/ja_JP.po
index a05fba9..91820b0 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"
@@ -39,7 +39,7 @@ msgid "ID"
msgstr ""
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
+msgid "Record Name"
msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
diff --git a/locale/lo.po b/locale/lo.po
index 2212ac7..30e4821 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ເລກລຳດັບ"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "ຊື່"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/lt.po b/locale/lt.po
index 187a4ab..91820b0 100644
--- a/locale/lt.po
+++ b/locale/lt.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -38,10 +38,9 @@ msgctxt "field:company.employee_cost_price,id:"
msgid "ID"
msgstr ""
-#, fuzzy
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Namu"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/nl.po b/locale/nl.po
index ef326c3..ba2edb8 100644
--- a/locale/nl.po
+++ b/locale/nl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -46,10 +46,9 @@ msgctxt "field:company.employee_cost_price,id:"
msgid "ID"
msgstr "ID"
-#, fuzzy
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Naam bijlage"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:company.employee_cost_price,write_date:"
diff --git a/locale/pl.po b/locale/pl.po
index 33da3f4..4c635dc 100644
--- a/locale/pl.po
+++ b/locale/pl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -8,15 +8,15 @@ msgstr ""
msgctxt "field:company.employee,cost_price:"
msgid "Cost Price"
-msgstr ""
+msgstr "Cena kosztów"
msgctxt "field:company.employee,cost_prices:"
msgid "Cost Prices"
-msgstr ""
+msgstr "Ceny kosztów"
msgctxt "field:company.employee_cost_price,cost_price:"
msgid "Cost Price"
-msgstr ""
+msgstr "Cena kosztów"
msgctxt "field:company.employee_cost_price,create_date:"
msgid "Create Date"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Nazwa"
+msgid "Record Name"
+msgstr "Nazwa rekordu"
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
@@ -52,7 +52,7 @@ msgstr "Zapisał"
msgctxt "field:timesheet.line,cost_price:"
msgid "Cost Price"
-msgstr ""
+msgstr "Cena kosztów"
msgctxt "help:company.employee,cost_price:"
msgid "Hourly cost price for this Employee"
@@ -64,12 +64,12 @@ msgstr ""
msgctxt "help:company.employee_cost_price,cost_price:"
msgid "Hourly cost price"
-msgstr ""
+msgstr "Godzinowa cena kosztów"
msgctxt "model:company.employee_cost_price,name:"
msgid "Employee Cost Price"
-msgstr ""
+msgstr "Robocza cena kosztów"
msgctxt "view:company.employee:"
msgid "Cost"
-msgstr ""
+msgstr "Koszt"
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index e45187f..9e47f02 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"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Nome"
+msgid "Record Name"
+msgstr "Nome do Registro"
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/ru.po b/locale/ru.po
index 4b0c5b1..474f91b 100644
--- a/locale/ru.po
+++ b/locale/ru.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Наименование"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/sl.po b/locale/sl.po
index 6045e4d..52b7273 100644
--- a/locale/sl.po
+++ b/locale/sl.po
@@ -1,4 +1,4 @@
-#
+#
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
@@ -39,8 +39,8 @@ msgid "ID"
msgstr "ID"
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "Ime"
+msgid "Record Name"
+msgstr ""
msgctxt "field:company.employee_cost_price,write_date:"
msgid "Write Date"
diff --git a/locale/zh_CN.po b/locale/zh_CN.po
index 7124565..6019457 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"
@@ -42,10 +42,9 @@ msgctxt "field:company.employee_cost_price,id:"
msgid "ID"
msgstr "编号"
-#, fuzzy
msgctxt "field:company.employee_cost_price,rec_name:"
-msgid "Name"
-msgstr "纳木"
+msgid "Record Name"
+msgstr ""
#, fuzzy
msgctxt "field:company.employee_cost_price,write_date:"
diff --git a/setup.py b/setup.py
index 9b30b26..2fadd2d 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 4c327f6..86e3a3e 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.1
+version=4.6.0
depends:
ir
company
diff --git a/trytond_timesheet_cost.egg-info/PKG-INFO b/trytond_timesheet_cost.egg-info/PKG-INFO
index b683f9b..923547d 100644
--- a/trytond_timesheet_cost.egg-info/PKG-INFO
+++ b/trytond_timesheet_cost.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-timesheet-cost
-Version: 4.4.1
+Version: 4.6.0
Summary: Tryton module to add cost on timesheet
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_timesheet_cost
======================
@@ -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_timesheet_cost.egg-info/SOURCES.txt b/trytond_timesheet_cost.egg-info/SOURCES.txt
index 2a49dfe..60f55db 100644
--- a/trytond_timesheet_cost.egg-info/SOURCES.txt
+++ b/trytond_timesheet_cost.egg-info/SOURCES.txt
@@ -1,12 +1,18 @@
+.drone.yml
+.hgtags
CHANGELOG
COPYRIGHT
INSTALL
LICENSE
MANIFEST.in
README
+__init__.py
+company.py
company.xml
setup.py
+timesheet.py
timesheet.xml
+tox.ini
tryton.cfg
./__init__.py
./company.py
@@ -55,6 +61,8 @@ locale/pt_BR.po
locale/ru.po
locale/sl.po
locale/zh_CN.po
+tests/__init__.py
+tests/test_timesheet_cost.py
trytond_timesheet_cost.egg-info/PKG-INFO
trytond_timesheet_cost.egg-info/SOURCES.txt
trytond_timesheet_cost.egg-info/dependency_links.txt
diff --git a/trytond_timesheet_cost.egg-info/requires.txt b/trytond_timesheet_cost.egg-info/requires.txt
index d9ededd..8d5b3b4 100644
--- a/trytond_timesheet_cost.egg-info/requires.txt
+++ b/trytond_timesheet_cost.egg-info/requires.txt
@@ -1,5 +1,5 @@
python-sql >= 0.4
-trytond_company >= 4.4, < 4.5
-trytond_party >= 4.4, < 4.5
-trytond_timesheet >= 4.4, < 4.5
-trytond >= 4.4, < 4.5
+trytond_company >= 4.6, < 4.7
+trytond_party >= 4.6, < 4.7
+trytond_timesheet >= 4.6, < 4.7
+trytond >= 4.6, < 4.7
--
tryton-modules-timesheet-cost
More information about the tryton-debian-vcs
mailing list