[tryton-debian-vcs] tryton-modules-project branch debian updated. debian/3.0.1-2-4-gdd90fac

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Mar 26 19:49:48 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-project.git;a=commitdiff;h=debian/3.0.1-2-4-gdd90fac

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

    Releasing debian version 3.0.2-1.

diff --git a/debian/changelog b/debian/changelog
index fec9a02..7f3dc32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-project (3.0.2-1) unstable; urgency=medium
+
+  * Removing  LC_ALL=C.UTF-8 as build environment.
+  * Merging upstream version 3.0.2.
+  * Updating copyright.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 26 Mar 2014 18:49:45 +0100
+
 tryton-modules-project (3.0.1-2) unstable; urgency=medium
 
   * Updating year in debian copyright.
commit 6b48734442df3909aef73c3492a830d866b0d56e
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 ea3a3bc..a65bedd 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-2013 Cédric Krier
-           2008-2013 B2CK SPRL
+Copyright: 2008-2014 Cédric Krier
+           2008-2014 B2CK SPRL
            2009-2013 Bertrand Chenal
 License: GPL-3+
 
commit 64fdaaf5be1ef31fcaa29b8f52c1d4f8b9042e0c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Mar 26 18:44:52 2014 +0100

    Merging upstream version 3.0.2.

diff --git a/CHANGELOG b/CHANGELOG
index 2143ef9..3981baf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.2 - 2014-03-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.0.1 - 2013-12-04
 * Bug fixes (see mercurial logs for details)
 
diff --git a/COPYRIGHT b/COPYRIGHT
index a75d528..d64c61a 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
-Copyright (C) 2008-2013 Cédric Krier.
-Copyright (C) 2008-2013 B2CK SPRL.
+Copyright (C) 2008-2014 Cédric Krier.
+Copyright (C) 2008-2014 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 44aceba..0b982c4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_project
-Version: 3.0.1
+Version: 3.0.2
 Summary: Tryton module with projects
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/tryton.cfg b/tryton.cfg
index ee212c5..5e64596 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.0.1
+version=3.0.2
 depends:
     company_work_time
     ir
diff --git a/trytond_project.egg-info/PKG-INFO b/trytond_project.egg-info/PKG-INFO
index 9bbe356..61274ad 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: 3.0.1
+Version: 3.0.2
 Summary: Tryton module with projects
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/work.py b/work.py
index a62df95..ca16599 100644
--- a/work.py
+++ b/work.py
@@ -283,7 +283,7 @@ class Work(ModelSQL, ModelView):
             if parent:
                 parents[work.id] = parent.id
         works = set((w.id for w in works))
-        leafs = works - set(parents)
+        leafs = works - set(parents.itervalues())
         while leafs:
             for work in leafs:
                 works.remove(work)
-- 
tryton-modules-project



More information about the tryton-debian-vcs mailing list