[tryton-debian-vcs] tryton-modules-project branch debian-stretch-4.0 updated. debian/4.0.2-1-5-gc95ff76

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Aug 17 12:37:19 UTC 2017


The following commit has been merged in the debian-stretch-4.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-project.git;a=commitdiff;h=debian/4.0.2-1-5-gc95ff76

commit c95ff765e9aa9e9e4ad3d8c2ac6b73fbd4cd2135
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Aug 17 12:26:11 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 64acb42..d0349d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-project (4.0.3-1) unstable; urgency=medium
+
+  * Setting the branch in the watch file to the fixed version 4.0.
+  * Add the actual upstream maintainer key to signing-key.asc.
+  * Merging upstream version 4.0.3.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 17 Aug 2017 12:26:11 +0200
+
 tryton-modules-project (4.0.2-1) unstable; urgency=medium
 
   * Updating to Standards-Version: 3.9.8, no changes needed.
commit 61eaffefa7cfaf2ccb00b42d2783ebc571731cb2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Aug 17 12:26:11 2017 +0200

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index cb051af..6d3e548 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: 2008-2016 Cédric Krier
-           2008-2016 B2CK SPRL
+Copyright: 2008-2017 Cédric Krier
+           2008-2017 B2CK SPRL
            2009-2013 Bertrand Chenal
 License: GPL-3+
 
commit edbea8fe66e17a5ca117010a04eff96d4be57616
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Aug 17 12:26:11 2017 +0200

    Merging upstream version 4.0.3.

diff --git a/CHANGELOG b/CHANGELOG
index 6713b9c..de80851 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.0.3 - 2017-08-08
+* Bug fixes (see mercurial logs for details)
+
 Version 4.0.2 - 2016-10-02
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index 60f26e4..30adae7 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2008-2016 Cédric Krier.
-Copyright (C) 2008-2016 B2CK SPRL.
+Copyright (C) 2008-2017 Cédric Krier.
+Copyright (C) 2008-2017 B2CK SPRL.
 Copyright (C) 2009-2013 Bertrand Chenal.
 
 This program is free software: you can redistribute it and/or modify
diff --git a/PKG-INFO b/PKG-INFO
index 0f45e77..782d047 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_project
-Version: 4.0.2
+Version: 4.0.3
 Summary: Tryton module with projects
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff --git a/tryton.cfg b/tryton.cfg
index 1a98418..bf7c202 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.0.2
+version=4.0.3
 depends:
     company_work_time
     ir
diff --git a/trytond_project.egg-info/PKG-INFO b/trytond_project.egg-info/PKG-INFO
index 31c4be5..c6d16d7 100644
--- a/trytond_project.egg-info/PKG-INFO
+++ b/trytond_project.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-project
-Version: 4.0.2
+Version: 4.0.3
 Summary: Tryton module with projects
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/work.py b/work.py
index 05ac8f0..8ab9d7d 100644
--- a/work.py
+++ b/work.py
@@ -223,6 +223,7 @@ class Work(ModelSQL, ModelView):
     @classmethod
     def validate(cls, works):
         super(Work, cls).validate(works)
+        cls.check_recursion(works, rec_name='name')
         for work in works:
             work.check_state()
 
-- 
tryton-modules-project



More information about the tryton-debian-vcs mailing list