[tryton-debian-vcs] tryton-modules-stock-inventory-location branch upstream updated. upstream/3.8.0-2-gf0b4ab5
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Jun 2 16:27:55 UTC 2016
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-inventory-location.git;a=commitdiff;h=upstream/3.8.0-2-gf0b4ab5
commit f0b4ab51d9372966e245b29d5432e34b9783eaa4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri May 27 18:35:32 2016 +0200
Adding upstream version 4.0.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 0501d13..44c8b07 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.1 - 2016-05-11
+* Bug fixes (see mercurial logs for details)
+
Version 4.0.0 - 2016-05-02
* Bug fixes (see mercurial logs for details)
* Add Python3 support
diff --git a/PKG-INFO b/PKG-INFO
index 7a22c5d..fe91197 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_inventory_location
-Version: 4.0.0
+Version: 4.0.1
Summary: Tryton module to create inventories by locations
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/locale/lo_LA.po b/locale/lo_LA.po
index 31ec074..dc15cf8 100644
--- a/locale/lo_LA.po
+++ b/locale/lo_LA.po
@@ -4,44 +4,44 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.inventory.create.start,company:"
msgid "Company"
-msgstr ""
+msgstr "ບໍລິສັດ"
msgctxt "field:stock.inventory.create.start,date:"
msgid "Date"
-msgstr ""
+msgstr "ວັນທີ"
msgctxt "field:stock.inventory.create.start,id:"
msgid "ID"
-msgstr ""
+msgstr "ເລກລໍາດັບ"
msgctxt "field:stock.inventory.create.start,locations:"
msgid "Locations"
-msgstr ""
+msgstr "ສະຖານທີ່"
msgctxt "field:stock.inventory.create.start,lost_found:"
msgid "Lost and Found"
-msgstr ""
+msgstr "ລໍຮັບຈ່າຍ"
msgctxt "model:ir.action,name:wizard_create_inventory"
msgid "Create Inventories"
-msgstr ""
+msgstr "ສ້າງການກວດນັບ"
msgctxt "model:ir.ui.menu,name:menu_create_inventory"
msgid "Create Inventories"
-msgstr ""
+msgstr "ສ້າງການກວດນັບ"
msgctxt "model:stock.inventory.create.start,name:"
msgid "Create Inventories"
-msgstr ""
+msgstr "ສ້າງການກວດນັບ"
msgctxt "view:stock.inventory.create.start:"
msgid "Create Inventories"
-msgstr ""
+msgstr "ສ້າງການກວດນັບ"
msgctxt "wizard_button:stock.inventory.create,start,create_:"
msgid "Create"
-msgstr ""
+msgstr "ສ້າງ"
msgctxt "wizard_button:stock.inventory.create,start,end:"
msgid "Cancel"
-msgstr ""
+msgstr "ຍົກເລີກ"
diff --git a/tryton.cfg b/tryton.cfg
index 00497a4..1f74617 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.0.0
+version=4.0.1
depends:
company
ir
diff --git a/trytond_stock_inventory_location.egg-info/PKG-INFO b/trytond_stock_inventory_location.egg-info/PKG-INFO
index 664f679..806276a 100644
--- a/trytond_stock_inventory_location.egg-info/PKG-INFO
+++ b/trytond_stock_inventory_location.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock-inventory-location
-Version: 4.0.0
+Version: 4.0.1
Summary: Tryton module to create inventories by locations
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_stock_inventory_location.egg-info/SOURCES.txt b/trytond_stock_inventory_location.egg-info/SOURCES.txt
index 771ead7..49dc08f 100644
--- a/trytond_stock_inventory_location.egg-info/SOURCES.txt
+++ b/trytond_stock_inventory_location.egg-info/SOURCES.txt
@@ -24,11 +24,13 @@ tryton.cfg
./locale/hu_HU.po
./locale/it_IT.po
./locale/ja_JP.po
+./locale/lo_LA.po
./locale/lt_LT.po
./locale/nl_NL.po
./locale/pt_BR.po
./locale/ru_RU.po
./locale/sl_SI.po
+./locale/zh_CN.po
./tests/__init__.py
./tests/test_stock_inventory_location.py
./view/inventory_create_start_form.xml
diff --git a/trytond_stock_inventory_location.egg-info/requires.txt b/trytond_stock_inventory_location.egg-info/requires.txt
index 4287566..c67d2cc 100644
--- a/trytond_stock_inventory_location.egg-info/requires.txt
+++ b/trytond_stock_inventory_location.egg-info/requires.txt
@@ -1,4 +1,4 @@
trytond_company >= 4.0, < 4.1
trytond_product >= 4.0, < 4.1
trytond_stock >= 4.0, < 4.1
-trytond >= 4.0, < 4.1
\ No newline at end of file
+trytond >= 4.0, < 4.1
commit 726af9849a2b6e916bc9eecc5efac1882623c968
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri May 27 18:26:20 2016 +0200
Adding upstream version 4.0.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index 35f4d5e..0501d13 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 4.0.0 - 2016-05-02
+* Bug fixes (see mercurial logs for details)
+* Add Python3 support
+
Version 3.8.0 - 2015-11-02
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 718e584..6f27a5e 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2009-2015 Cédric Krier.
+Copyright (C) 2009-2016 Cédric Krier.
Copyright (C) 2009-2012 Bertrand Chenal.
-Copyright (C) 2009-2015 B2CK SPRL.
+Copyright (C) 2009-2016 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/PKG-INFO b/PKG-INFO
index f5998e6..7a22c5d 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_stock_inventory_location
-Version: 3.8.0
+Version: 4.0.0
Summary: Tryton module to create inventories by locations
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.8/
+Download-URL: http://downloads.tryton.org/4.0/
Description: trytond_stock_inventory_location
================================
@@ -55,6 +55,7 @@ Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
+Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
@@ -68,6 +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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff --git a/locale/es_MX.po b/locale/es_MX.po
index d3a5c9c..27b5d26 100644
--- a/locale/es_MX.po
+++ b/locale/es_MX.po
@@ -34,9 +34,10 @@ msgctxt "model:stock.inventory.create.start,name:"
msgid "Create Inventories"
msgstr "Crear inventarios"
+#, fuzzy
msgctxt "view:stock.inventory.create.start:"
msgid "Create Inventories"
-msgstr ""
+msgstr "Crear inventarios"
msgctxt "wizard_button:stock.inventory.create,start,create_:"
msgid "Create"
diff --git a/locale/hu_HU.po b/locale/hu_HU.po
index 31ec074..05911e1 100644
--- a/locale/hu_HU.po
+++ b/locale/hu_HU.po
@@ -4,44 +4,44 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "field:stock.inventory.create.start,company:"
msgid "Company"
-msgstr ""
+msgstr "Társaság"
msgctxt "field:stock.inventory.create.start,date:"
msgid "Date"
-msgstr ""
+msgstr "Dátum"
msgctxt "field:stock.inventory.create.start,id:"
msgid "ID"
-msgstr ""
+msgstr "ID"
msgctxt "field:stock.inventory.create.start,locations:"
msgid "Locations"
-msgstr ""
+msgstr "Raktárhely"
msgctxt "field:stock.inventory.create.start,lost_found:"
msgid "Lost and Found"
-msgstr ""
+msgstr "Készlet különbség"
msgctxt "model:ir.action,name:wizard_create_inventory"
msgid "Create Inventories"
-msgstr ""
+msgstr "Raktárkészlet meghatározása"
msgctxt "model:ir.ui.menu,name:menu_create_inventory"
msgid "Create Inventories"
-msgstr ""
+msgstr "Raktárkészlet meghatározása"
msgctxt "model:stock.inventory.create.start,name:"
msgid "Create Inventories"
-msgstr ""
+msgstr "Raktárkészlet meghatározása"
msgctxt "view:stock.inventory.create.start:"
msgid "Create Inventories"
-msgstr ""
+msgstr "Raktárkészlet meghatározása"
msgctxt "wizard_button:stock.inventory.create,start,create_:"
msgid "Create"
-msgstr ""
+msgstr "Létrehozás"
msgctxt "wizard_button:stock.inventory.create,start,end:"
msgid "Cancel"
-msgstr ""
+msgstr "Mégse"
diff --git a/locale/hu_HU.po b/locale/lo_LA.po
similarity index 100%
copy from locale/hu_HU.po
copy to locale/lo_LA.po
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 987b4f6..411c754 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -36,7 +36,7 @@ msgstr "Criar inventários"
msgctxt "view:stock.inventory.create.start:"
msgid "Create Inventories"
-msgstr ""
+msgstr "Criar inventários"
msgctxt "wizard_button:stock.inventory.create,start,create_:"
msgid "Create"
diff --git a/locale/hu_HU.po b/locale/zh_CN.po
similarity index 100%
copy from locale/hu_HU.po
copy to locale/zh_CN.po
diff --git a/setup.py b/setup.py
index 1c4ce3d..7321cf9 100644
--- a/setup.py
+++ b/setup.py
@@ -5,11 +5,17 @@
from setuptools import setup
import re
import os
-import ConfigParser
+import io
+try:
+ from configparser import ConfigParser
+except ImportError:
+ from ConfigParser import ConfigParser
def read(fname):
- return open(os.path.join(os.path.dirname(__file__), fname)).read()
+ return io.open(
+ os.path.join(os.path.dirname(__file__), fname),
+ 'r', encoding='utf-8').read()
def get_require_version(name):
@@ -21,7 +27,7 @@ def get_require_version(name):
major_version, minor_version + 1)
return require
-config = ConfigParser.ConfigParser()
+config = ConfigParser()
config.readfp(open('tryton.cfg'))
info = dict(config.items('tryton'))
for key in ('depends', 'extras_depend', 'xml'):
@@ -43,7 +49,7 @@ if minor_version % 2:
requires = []
for dep in info.get('depends', []):
- if not re.match(r'(ir|res|webdav)(\W|$)', dep):
+ if not re.match(r'(ir|res)(\W|$)', dep):
requires.append(get_require_version('trytond_%s' % dep))
requires.append(get_require_version('trytond'))
@@ -76,6 +82,7 @@ setup(name=name,
'License :: OSI Approved :: GNU General Public License (GPL)',
'Natural Language :: Bulgarian',
'Natural Language :: Catalan',
+ 'Natural Language :: Chinese (Simplified)',
'Natural Language :: Czech',
'Natural Language :: Dutch',
'Natural Language :: English',
@@ -89,6 +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 :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Office/Business',
@@ -102,4 +112,5 @@ setup(name=name,
""",
test_suite='tests',
test_loader='trytond.test_loader:Loader',
+ use_2to3=True,
)
diff --git a/tests/__init__.py b/tests/__init__.py
index ce9665f..1d6e6d2 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1,6 +1,9 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.
-from .test_stock_inventory_location import suite
+try:
+ from trytond.modules.stock_inventory_location.tests.test_stock_inventory_location import suite
+except ImportError:
+ from .test_stock_inventory_location import suite
__all__ = ['suite']
diff --git a/tryton.cfg b/tryton.cfg
index 287fc68..00497a4 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.8.0
+version=4.0.0
depends:
company
ir
diff --git a/trytond_stock_inventory_location.egg-info/PKG-INFO b/trytond_stock_inventory_location.egg-info/PKG-INFO
index 013f475..664f679 100644
--- a/trytond_stock_inventory_location.egg-info/PKG-INFO
+++ b/trytond_stock_inventory_location.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-stock-inventory-location
-Version: 3.8.0
+Version: 4.0.0
Summary: Tryton module to create inventories by locations
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.8/
+Download-URL: http://downloads.tryton.org/4.0/
Description: trytond_stock_inventory_location
================================
@@ -55,6 +55,7 @@ Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
+Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
@@ -68,6 +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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
diff --git a/trytond_stock_inventory_location.egg-info/SOURCES.txt b/trytond_stock_inventory_location.egg-info/SOURCES.txt
index 79b2396..771ead7 100644
--- a/trytond_stock_inventory_location.egg-info/SOURCES.txt
+++ b/trytond_stock_inventory_location.egg-info/SOURCES.txt
@@ -46,11 +46,13 @@ locale/fr_FR.po
locale/hu_HU.po
locale/it_IT.po
locale/ja_JP.po
+locale/lo_LA.po
locale/lt_LT.po
locale/nl_NL.po
locale/pt_BR.po
locale/ru_RU.po
locale/sl_SI.po
+locale/zh_CN.po
trytond_stock_inventory_location.egg-info/PKG-INFO
trytond_stock_inventory_location.egg-info/SOURCES.txt
trytond_stock_inventory_location.egg-info/dependency_links.txt
diff --git a/trytond_stock_inventory_location.egg-info/requires.txt b/trytond_stock_inventory_location.egg-info/requires.txt
index 694e216..4287566 100644
--- a/trytond_stock_inventory_location.egg-info/requires.txt
+++ b/trytond_stock_inventory_location.egg-info/requires.txt
@@ -1,4 +1,4 @@
-trytond_company >= 3.8, < 3.9
-trytond_product >= 3.8, < 3.9
-trytond_stock >= 3.8, < 3.9
-trytond >= 3.8, < 3.9
\ No newline at end of file
+trytond_company >= 4.0, < 4.1
+trytond_product >= 4.0, < 4.1
+trytond_stock >= 4.0, < 4.1
+trytond >= 4.0, < 4.1
\ No newline at end of file
--
tryton-modules-stock-inventory-location
More information about the tryton-debian-vcs
mailing list