[tryton-debian-vcs] tryton-modules-analytic-account branch debian updated. debian/3.4.0-1-5-g4949a89
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Mar 4 00:31:22 UTC 2015
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-analytic-account.git;a=commitdiff;h=debian/3.4.0-1-5-g4949a89
commit 4949a8940a1356522816c965ddaaf8a8d325154b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Mar 3 21:25:51 2015 +0100
Releasing debian version 3.4.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 3492d77..b165500 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-analytic-account (3.4.1-1) unstable; urgency=medium
+
+ * Adding actual upstream signing key.
+ * Improving boilerplate in d/control (Closes: #771722).
+ * Merging upstream version 3.4.1.
+ * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 03 Mar 2015 21:25:50 +0100
+
tryton-modules-analytic-account (3.4.0-1) unstable; urgency=medium
* Adding actual upstream signing key.
commit 74d474ca772a1e7aa4d65b9aaa4e5968d4d7b1e0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Mar 3 21:25:50 2015 +0100
Updating copyright file.
diff --git a/debian/copyright b/debian/copyright
index 1585a99..5612f85 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,9 +1,9 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: *
-Copyright: 2008-2014 Cédric Krier
+Copyright: 2008-2015 Cédric Krier
2008-2013 Bertrand Chenal
- 2008-2014 B2CK SPRL
+ 2008-2015 B2CK SPRL
2004-2008 Tiny SPRL
License: GPL-3+
commit 0d79c396d59189262e1e1e6e40c5d558e4d0815e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Mar 3 21:25:49 2015 +0100
Merging upstream version 3.4.1.
diff --git a/CHANGELOG b/CHANGELOG
index 0e40e32..f459c37 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.1 - 2015-03-01
+* Bug fixes (see mercurial logs for details)
+
Version 3.4.0 - 2014-10-20
* Bug fixes (see mercurial logs for details)
diff --git a/COPYRIGHT b/COPYRIGHT
index 77715d8..3a28212 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2014 Cédric Krier.
+Copyright (C) 2008-2015 Cédric Krier.
Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2014 B2CK SPRL.
+Copyright (C) 2008-2015 B2CK SPRL.
Copyright (C) 2004-2008 Tiny SPRL.
This program is free software: you can redistribute it and/or modify
diff --git a/PKG-INFO b/PKG-INFO
index 65ac0d1..8041232 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_analytic_account
-Version: 3.4.0
+Version: 3.4.1
Summary: Tryton module for analytic accounting
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/tests/test_analytic_account.py b/tests/test_analytic_account.py
index e3b9bb4..061ea1e 100644
--- a/tests/test_analytic_account.py
+++ b/tests/test_analytic_account.py
@@ -1,6 +1,7 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
import unittest
+import doctest
from decimal import Decimal
import trytond.tests.test_tryton
from trytond.tests.test_tryton import test_view, test_depends
@@ -141,7 +142,7 @@ def suite():
suite = trytond.tests.test_tryton.suite()
from trytond.modules.account.tests import test_account
for test in test_account.suite():
- if test not in suite:
+ if test not in suite and not isinstance(test, doctest.DocTestCase):
suite.addTest(test)
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
AnalyticAccountTestCase))
diff --git a/tryton.cfg b/tryton.cfg
index 326c98e..9d7161d 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.4.0
+version=3.4.1
depends:
account
company
diff --git a/trytond_analytic_account.egg-info/PKG-INFO b/trytond_analytic_account.egg-info/PKG-INFO
index 8395f22..e476e9d 100644
--- a/trytond_analytic_account.egg-info/PKG-INFO
+++ b/trytond_analytic_account.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-analytic-account
-Version: 3.4.0
+Version: 3.4.1
Summary: Tryton module for analytic accounting
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-analytic-account
More information about the tryton-debian-vcs
mailing list