[tryton-debian-vcs] tryton-modules-account-stock-anglo-saxon branch debian updated. debian/3.0.0-3-4-gc58df1d

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Mar 26 19:49:43 UTC 2014


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-stock-anglo-saxon.git;a=commitdiff;h=debian/3.0.0-3-4-gc58df1d

commit c58df1dfaf3dd0857acae660c5737c6b874f1202
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Mar 26 20:49:08 2014 +0100

    Releasing debian version 3.0.1-1.

diff --git a/debian/changelog b/debian/changelog
index 655fd6d..5960b02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-stock-anglo-saxon (3.0.1-1) unstable; urgency=medium
+
+  * Removing  LC_ALL=C.UTF-8 as build environment.
+  * Merging upstream version 3.0.1.
+  * Updating copyright.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 26 Mar 2014 18:49:27 +0100
+
 tryton-modules-account-stock-anglo-saxon (3.0.0-3) unstable; urgency=medium
 
   * Updating year in debian copyright.
commit 2875da0454a437d4c819904c216e14f4b6a47d50
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Mar 26 18:47:16 2014 +0100

    Updating copyright.

diff --git a/debian/copyright b/debian/copyright
index 74e0c39..80be536 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
 Files: *
-Copyright: 2010-2013 Cédric Krier
-           2010-2013 B2CK SPRL
+Copyright: 2010-2014 Cédric Krier
+           2010-2014 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
commit acb72afabb515d255eebb1bd8c627294950bfae0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Mar 26 18:45:25 2014 +0100

    Merging upstream version 3.0.1.

diff --git a/CHANGELOG b/CHANGELOG
index f2c0d71..cdb9c54 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2014-03-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.0 - 2013-10-21
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 7e8c156..c655746 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2010-2013 Cédric Krier.
-Copyright (C) 2010-2013 B2CK SPRL.
+Copyright (C) 2010-2014 Cédric Krier.
+Copyright (C) 2010-2014 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 1b476bd..454618b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_stock_anglo_saxon
-Version: 3.0.0
+Version: 3.0.1
 Summary: Tryton module for anglo-saxon real-time stock valuation
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/stock.py b/stock.py
index b2e11a9..1cc988d 100644
--- a/stock.py
+++ b/stock.py
@@ -30,7 +30,8 @@ class Move:
     @classmethod
     def __setup__(cls):
         super(Move, cls).__setup__()
-        cls._allow_modify_closed_period.add('anglo_saxon_quantity')
+        cls._allow_modify_closed_period.update(['in_anglo_saxon_quantity',
+                'out_anglo_saxon_quantity'])
         cls._sql_constraints += [
             ('check_in_anglo_saxon_quantity',
                 'CHECK(quantity >= in_anglo_saxon_quantity)',
diff --git a/tryton.cfg b/tryton.cfg
index 1522184..320fba7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.0
+version=3.0.1
 depends:
     account
     account_invoice
diff --git a/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO b/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
index 18d1408..1d80134 100644
--- a/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
+++ b/trytond_account_stock_anglo_saxon.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account-stock-anglo-saxon
-Version: 3.0.0
+Version: 3.0.1
 Summary: Tryton module for anglo-saxon real-time stock valuation
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-account-stock-anglo-saxon



More information about the tryton-debian-vcs mailing list