[tryton-debian-vcs] tryton-modules-company-work-time branch upstream updated. upstream/2.8.0-1-g8c9c6e5

git repository hosting tryton-debian-vcs at m9s.biz
Mon Nov 25 19:34:07 UTC 2013


The following commit has been merged in the upstream branch:
http://debian.tryton.org/gitweb/?p=packages/tryton-modules-company-work-time.git;a=commitdiff;h=upstream/2.8.0-1-g8c9c6e5

commit 8c9c6e5c87edebe7f1d065f23b9effe3553cf3ba
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 17:26:59 2013 +0100

    Adding upstream version 3.0.0.

diff --git a/CHANGELOG b/CHANGELOG
index f55732b..46280a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.0 - 2013-10-21
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.0 - 2013-04-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 8ccebe9..d634d49 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_company_work_time
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to add work time on company
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: trytond_company_work_time
         =========================
         
@@ -60,6 +60,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/locale/fr_FR.po b/locale/fr_FR.po
index c0d3cca..b957183 100644
--- a/locale/fr_FR.po
+++ b/locale/fr_FR.po
@@ -21,7 +21,3 @@ msgstr "Heures par année de travail"
 msgctxt "view:company.company:"
 msgid "Work Time"
 msgstr "Temps de travail"
-
-msgctxt "view:company.company:"
-msgid "Work Time"
-msgstr "Temps de travail"
diff --git a/locale/fr_FR.po b/locale/sl_SI.po
similarity index 63%
copy from locale/fr_FR.po
copy to locale/sl_SI.po
index c0d3cca..b939cf5 100644
--- a/locale/fr_FR.po
+++ b/locale/sl_SI.po
@@ -4,24 +4,20 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:company.company,hours_per_work_day:"
 msgid "Hours per Work Day"
-msgstr "Heures par journée de travail"
+msgstr "Ure na delovni dan"
 
 msgctxt "field:company.company,hours_per_work_month:"
 msgid "Hours per Work Month"
-msgstr "Heures par mois de travail"
+msgstr "Ure na delovni mesec"
 
 msgctxt "field:company.company,hours_per_work_week:"
 msgid "Hours per Work Week"
-msgstr "Heures par semaine de travail"
+msgstr "Ure na delovni teden"
 
 msgctxt "field:company.company,hours_per_work_year:"
 msgid "Hours per Work Year"
-msgstr "Heures par année de travail"
+msgstr "Ure na delovno leto"
 
 msgctxt "view:company.company:"
 msgid "Work Time"
-msgstr "Temps de travail"
-
-msgctxt "view:company.company:"
-msgid "Work Time"
-msgstr "Temps de travail"
+msgstr "Delovni čas"
diff --git a/setup.py b/setup.py
index 61f3939..1f0b65f 100644
--- a/setup.py
+++ b/setup.py
@@ -63,6 +63,7 @@ setup(name='trytond_company_work_time',
         'Natural Language :: French',
         'Natural Language :: German',
         'Natural Language :: Russian',
+        'Natural Language :: Slovenian',
         'Natural Language :: Spanish',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 2.6',
diff --git a/tests/__init__.py b/tests/__init__.py
index ad29fa8..a2eb4f5 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -2,3 +2,5 @@
 #this repository contains the full copyright notices and license terms.
 
 from .test_company_work_time import suite
+
+__all__ = ['suite']
diff --git a/tryton.cfg b/tryton.cfg
index 97bcda9..96bd8a0 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.0
+version=3.0.0
 depends:
     company
     ir
diff --git a/trytond_company_work_time.egg-info/PKG-INFO b/trytond_company_work_time.egg-info/PKG-INFO
index a3e8658..fdc22d5 100644
--- a/trytond_company_work_time.egg-info/PKG-INFO
+++ b/trytond_company_work_time.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-company-work-time
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to add work time on company
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: trytond_company_work_time
         =========================
         
@@ -60,6 +60,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/trytond_company_work_time.egg-info/SOURCES.txt b/trytond_company_work_time.egg-info/SOURCES.txt
index 849af7d..0932723 100644
--- a/trytond_company_work_time.egg-info/SOURCES.txt
+++ b/trytond_company_work_time.egg-info/SOURCES.txt
@@ -23,6 +23,7 @@ locale/es_ES.po
 locale/fr_FR.po
 locale/nl_NL.po
 locale/ru_RU.po
+locale/sl_SI.po
 trytond_company_work_time.egg-info/PKG-INFO
 trytond_company_work_time.egg-info/SOURCES.txt
 trytond_company_work_time.egg-info/dependency_links.txt
diff --git a/trytond_company_work_time.egg-info/requires.txt b/trytond_company_work_time.egg-info/requires.txt
index f513636..d73da32 100644
--- a/trytond_company_work_time.egg-info/requires.txt
+++ b/trytond_company_work_time.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_company >= 2.8, < 2.9
-trytond >= 2.8, < 2.9
\ No newline at end of file
+trytond_company >= 3.0, < 3.1
+trytond >= 3.0, < 3.1
\ No newline at end of file
-- 
tryton-modules-company-work-time



More information about the tryton-debian-vcs mailing list