[tryton-debian-vcs] tryton-modules-stock-split branch upstream updated. upstream/2.8.0-1-gd6665d5

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


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

commit d6665d51e02b72fe4e8eec55642845ceaf022c55
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 17:28:29 2013 +0100

    Adding upstream version 3.0.0.

diff --git a/CHANGELOG b/CHANGELOG
index 3ac4e21..a162b66 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 6f92569..9066628 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_stock_split
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to split stock move
 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_stock_split
         ===================
         
@@ -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 4870616..d4d36c0 100644
--- a/locale/fr_FR.po
+++ b/locale/fr_FR.po
@@ -32,11 +32,11 @@ msgstr "Le nombre limit de mouvements"
 
 msgctxt "model:ir.action,name:wizard_split_move"
 msgid "Split Move"
-msgstr "Division du mouvement"
+msgstr "Diviser le mouvement"
 
 msgctxt "model:stock.move.split.start,name:"
 msgid "Split Move"
-msgstr "Division du mouvement"
+msgstr "Diviser le mouvement"
 
 msgctxt "view:stock.move.split.start:"
 msgid "Split Move"
@@ -44,7 +44,7 @@ msgstr "Diviser le mouvement"
 
 msgctxt "view:stock.move:"
 msgid "Split"
-msgstr "diviser"
+msgstr "Diviser"
 
 msgctxt "wizard_button:stock.move.split,start,end:"
 msgid "Cancel"
diff --git a/locale/fr_FR.po b/locale/sl_SI.po
similarity index 74%
copy from locale/fr_FR.po
copy to locale/sl_SI.po
index 4870616..7f9532b 100644
--- a/locale/fr_FR.po
+++ b/locale/sl_SI.po
@@ -4,7 +4,7 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:stock.move.split.start,count:"
 msgid "Counts"
-msgstr "Décompte"
+msgstr "Število"
 
 msgctxt "field:stock.move.split.start,id:"
 msgid "ID"
@@ -12,44 +12,44 @@ msgstr "ID"
 
 msgctxt "field:stock.move.split.start,quantity:"
 msgid "Quantity"
-msgstr "Quantité"
+msgstr "Količina"
 
 msgctxt "field:stock.move.split.start,unit_digits:"
 msgid "Unit Digits"
-msgstr "Décimales de l'unité"
+msgstr "Decimalke"
 
 msgctxt "field:stock.move.split.start,uom:"
 msgid "Uom"
-msgstr "Unité de mesure"
+msgstr "ME"
 
 msgctxt "field:stock.move.split.start,uom_category:"
 msgid "Uom Category"
-msgstr "Catégorie d'unité de mesure"
+msgstr "Kategorija ME"
 
 msgctxt "help:stock.move.split.start,count:"
 msgid "The limit number of moves"
-msgstr "Le nombre limit de mouvements"
+msgstr "Omejitev števila prenosov"
 
 msgctxt "model:ir.action,name:wizard_split_move"
 msgid "Split Move"
-msgstr "Division du mouvement"
+msgstr "Delitev prometa"
 
 msgctxt "model:stock.move.split.start,name:"
 msgid "Split Move"
-msgstr "Division du mouvement"
+msgstr "Delitev prometa"
 
 msgctxt "view:stock.move.split.start:"
 msgid "Split Move"
-msgstr "Diviser le mouvement"
+msgstr "Delitev prometa"
 
 msgctxt "view:stock.move:"
 msgid "Split"
-msgstr "diviser"
+msgstr "Delitev"
 
 msgctxt "wizard_button:stock.move.split,start,end:"
 msgid "Cancel"
-msgstr "Annuler"
+msgstr "Prekliči"
 
 msgctxt "wizard_button:stock.move.split,start,split:"
 msgid "Split"
-msgstr "Diviser"
+msgstr "Delitev"
diff --git a/setup.py b/setup.py
index 25b6175..d68d09c 100644
--- a/setup.py
+++ b/setup.py
@@ -66,6 +66,7 @@ setup(name='trytond_stock_split',
         '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 2a975fa..47c1e5c 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_stock_split import suite
+
+__all__ = ['suite']
diff --git a/tryton.cfg b/tryton.cfg
index 0f74f32..fb9279e 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.0
+version=3.0.0
 depends:
     ir
     stock
diff --git a/trytond_stock_split.egg-info/PKG-INFO b/trytond_stock_split.egg-info/PKG-INFO
index f918780..7262d35 100644
--- a/trytond_stock_split.egg-info/PKG-INFO
+++ b/trytond_stock_split.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-stock-split
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to split stock move
 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_stock_split
         ===================
         
@@ -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_stock_split.egg-info/SOURCES.txt b/trytond_stock_split.egg-info/SOURCES.txt
index bea2a9c..b8c8f97 100644
--- a/trytond_stock_split.egg-info/SOURCES.txt
+++ b/trytond_stock_split.egg-info/SOURCES.txt
@@ -22,6 +22,7 @@ locale/es_ES.po
 locale/fr_FR.po
 locale/nl_NL.po
 locale/ru_RU.po
+locale/sl_SI.po
 trytond_stock_split.egg-info/PKG-INFO
 trytond_stock_split.egg-info/SOURCES.txt
 trytond_stock_split.egg-info/dependency_links.txt
diff --git a/trytond_stock_split.egg-info/requires.txt b/trytond_stock_split.egg-info/requires.txt
index bd880d2..bfa8717 100644
--- a/trytond_stock_split.egg-info/requires.txt
+++ b/trytond_stock_split.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_stock >= 2.8, < 2.9
-trytond >= 2.8, < 2.9
\ No newline at end of file
+trytond_stock >= 3.0, < 3.1
+trytond >= 3.0, < 3.1
\ No newline at end of file
-- 
tryton-modules-stock-split



More information about the tryton-debian-vcs mailing list