[tryton-debian-vcs] tryton-modules-purchase-shipment-cost branch debian updated. debian/4.2.0-1-2-gfc5ca02

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Jun 7 13:35:10 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-purchase-shipment-cost.git;a=commitdiff;h=debian/4.2.0-1-2-gfc5ca02

commit fc5ca028d341b77919ff021bbe6973cac05370f7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Jun 7 15:26:54 2017 +0200

    Merging upstream version 4.4.0.

diff --git a/CHANGELOG b/CHANGELOG
index 9890162..d67976d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.0 - 2017-05-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.2.0 - 2016-11-28
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 08226b5..e075057 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,7 +1,7 @@
-Copyright (C) 2011-2016 Cédric Krier.
+Copyright (C) 2011-2017 Cédric Krier.
 Copyright (C) 2011-2012 Bertrand Chenal.
-Copyright (C) 2011-2016 Nicolas Évrard.
-Copyright (C) 2011-2016 B2CK SPRL.
+Copyright (C) 2011-2017 Nicolas Évrard.
+Copyright (C) 2011-2017 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 0f92241..9b3e397 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_purchase_shipment_cost
-Version: 4.2.0
+Version: 4.4.0
 Summary: Tryton module for purchase shipment cost
 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.2/
+Download-URL: http://downloads.tryton.org/4.4/
 Description: trytond_purchase_shipment_cost
         ==============================
         
@@ -52,7 +52,7 @@ Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Financial and Insurance Industry
 Classifier: Intended Audience :: Legal Industry
 Classifier: Intended Audience :: Manufacturing
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
 Classifier: Natural Language :: Bulgarian
 Classifier: Natural Language :: Catalan
 Classifier: Natural Language :: Chinese (Simplified)
diff --git a/locale/lo.po b/locale/lo.po
index 426102f..51b500a 100644
--- a/locale/lo.po
+++ b/locale/lo.po
@@ -4,28 +4,28 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "field:carrier,carrier_cost_allocation_method:"
 msgid "Carrier Cost Allocation Method"
-msgstr ""
+msgstr "ວິທີການຈັດສັນຕົ້ນທຶນຂອງຜູ້ບໍລິການ"
 
 msgctxt "field:stock.move,unit_shipment_cost:"
 msgid "Unit Shipment Cost"
-msgstr ""
+msgstr "ຫົວໜ່ວຍລາຄາຄ່າຈັດສົ່ງ"
 
 msgctxt "field:stock.shipment.in,carrier:"
 msgid "Carrier"
-msgstr ""
+msgstr "ຜູ້ບໍລິການ"
 
 msgctxt "field:stock.shipment.in,cost:"
 msgid "Cost"
-msgstr ""
+msgstr "ລາຄາ"
 
 msgctxt "field:stock.shipment.in,cost_currency:"
 msgid "Cost Currency"
-msgstr ""
+msgstr "ມູນຄ່າສະກຸນເງິນ"
 
 msgctxt "field:stock.shipment.in,cost_currency_digits:"
 msgid "Cost Currency Digits"
-msgstr ""
+msgstr "ມູນຄ່າເສດສ່ວນ"
 
 msgctxt "selection:carrier,carrier_cost_allocation_method:"
 msgid "By Value"
-msgstr ""
+msgstr "ດ້ວຍມູນຄ່າ"
diff --git a/setup.py b/setup.py
index 6572ad3..56d7838 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,8 @@ for dep in info.get('extras_depend', []):
 tests_require = [get_require_version('proteus'),
     'mock',  # For account_stock_anglo_saxon tests tools
     get_require_version('trytond_account_stock_continental'),
-    get_require_version('trytond_account_stock_anglo_saxon')]
+    get_require_version('trytond_account_stock_anglo_saxon'),
+    get_require_version('trytond_purchase')]
 dependency_links = []
 if minor_version % 2:
     # Add development index for testing with proteus
@@ -93,7 +94,7 @@ setup(name=name,
         'Intended Audience :: Financial and Insurance Industry',
         'Intended Audience :: Legal Industry',
         'Intended Audience :: Manufacturing',
-        'License :: OSI Approved :: GNU General Public License (GPL)',
+        'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
         'Natural Language :: Bulgarian',
         'Natural Language :: Catalan',
         'Natural Language :: Chinese (Simplified)',
diff --git a/tryton.cfg b/tryton.cfg
index dcb4ff6..4b8e7ad 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.2.0
+version=4.4.0
 depends:
     carrier
     currency
diff --git a/trytond_purchase_shipment_cost.egg-info/PKG-INFO b/trytond_purchase_shipment_cost.egg-info/PKG-INFO
index 35bce8c..a870555 100644
--- a/trytond_purchase_shipment_cost.egg-info/PKG-INFO
+++ b/trytond_purchase_shipment_cost.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-purchase-shipment-cost
-Version: 4.2.0
+Version: 4.4.0
 Summary: Tryton module for purchase shipment cost
 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.2/
+Download-URL: http://downloads.tryton.org/4.4/
 Description: trytond_purchase_shipment_cost
         ==============================
         
@@ -52,7 +52,7 @@ Classifier: Intended Audience :: Developers
 Classifier: Intended Audience :: Financial and Insurance Industry
 Classifier: Intended Audience :: Legal Industry
 Classifier: Intended Audience :: Manufacturing
-Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
 Classifier: Natural Language :: Bulgarian
 Classifier: Natural Language :: Catalan
 Classifier: Natural Language :: Chinese (Simplified)
diff --git a/trytond_purchase_shipment_cost.egg-info/requires.txt b/trytond_purchase_shipment_cost.egg-info/requires.txt
index 7c0fff5..04610c5 100644
--- a/trytond_purchase_shipment_cost.egg-info/requires.txt
+++ b/trytond_purchase_shipment_cost.egg-info/requires.txt
@@ -1,13 +1,13 @@
-trytond_carrier >= 4.2, < 4.3
-trytond_currency >= 4.2, < 4.3
-trytond_stock >= 4.2, < 4.3
-trytond >= 4.2, < 4.3
+trytond_carrier >= 4.4, < 4.5
+trytond_currency >= 4.4, < 4.5
+trytond_stock >= 4.4, < 4.5
+trytond >= 4.4, < 4.5
 
 [account_product]
-trytond_account_product >= 4.2, < 4.3
+trytond_account_product >= 4.4, < 4.5
 
 [account_stock_anglo_saxon]
-trytond_account_stock_anglo_saxon >= 4.2, < 4.3
+trytond_account_stock_anglo_saxon >= 4.4, < 4.5
 
 [account_stock_continental]
-trytond_account_stock_continental >= 4.2, < 4.3
+trytond_account_stock_continental >= 4.4, < 4.5
-- 
tryton-modules-purchase-shipment-cost



More information about the tryton-debian-vcs mailing list