[tryton-debian-vcs] tryton-modules-sale-supply branch debian-jessie-2.8 updated. debian/2.8.3-1-2-g2bb76b7

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:44:11 UTC 2014


The following commit has been merged in the debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-supply.git;a=commitdiff;h=debian/2.8.3-1-2-g2bb76b7

commit 2bb76b7349727fea4f9da59c095e27bba461c3cd
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:19:11 2014 +0100

    Releasing debian version 2.8.4-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index 31708f0..ed4fec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-sale-supply (2.8.4-1) unstable; urgency=medium
+
+  * Merging upstream version 2.8.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 04 Dec 2014 19:19:11 +0100
+
 tryton-modules-sale-supply (2.8.3-1) unstable; urgency=medium
 
   * Merging upstream version 2.8.3.
commit e3c48c48ca825e4cccf6604cb95674f2e2c68837
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Dec 4 19:19:11 2014 +0100

    Merging upstream version 2.8.4.

diff --git a/CHANGELOG b/CHANGELOG
index 2651b07..af1b133 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.4 - 2014-11-06
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.3 - 2014-03-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 1542e77..a983c2a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_supply
-Version: 2.8.3
+Version: 2.8.4
 Summary: Tryton module for sale supply
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/tests/scenario_sale_supply.rst b/tests/scenario_sale_supply.rst
index ca07232..7559bc6 100644
--- a/tests/scenario_sale_supply.rst
+++ b/tests/scenario_sale_supply.rst
@@ -17,6 +17,7 @@ Imports::
 Create database::
 
     >>> config = config.set_trytond()
+    >>> config.pool.test = True
 
 Install sale_supply, sale, purchase::
 
diff --git a/tryton.cfg b/tryton.cfg
index 1c2d032..bbdb447 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.3
+version=2.8.4
 depends:
     ir
     purchase
diff --git a/trytond_sale_supply.egg-info/PKG-INFO b/trytond_sale_supply.egg-info/PKG-INFO
index 34b0c4a..02ab679 100644
--- a/trytond_sale_supply.egg-info/PKG-INFO
+++ b/trytond_sale_supply.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-supply
-Version: 2.8.3
+Version: 2.8.4
 Summary: Tryton module for sale supply
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_sale_supply.egg-info/SOURCES.txt b/trytond_sale_supply.egg-info/SOURCES.txt
index fe710e3..8838af3 100644
--- a/trytond_sale_supply.egg-info/SOURCES.txt
+++ b/trytond_sale_supply.egg-info/SOURCES.txt
@@ -10,11 +10,22 @@ setup.py
 tryton.cfg
 ./__init__.py
 ./product.py
+./product.xml
 ./purchase.py
 ./sale.py
+./sale.xml
 ./stock.py
+./tryton.cfg
+./locale/ca_ES.po
+./locale/de_DE.po
+./locale/es_AR.po
+./locale/es_ES.po
+./locale/fr_FR.po
 ./tests/__init__.py
+./tests/scenario_sale_supply.rst
 ./tests/test_sale_supply.py
+./view/sale_line_form.xml
+./view/template_form.xml
 doc/index.rst
 locale/ca_ES.po
 locale/de_DE.po
-- 
tryton-modules-sale-supply



More information about the tryton-debian-vcs mailing list