[tryton-debian-vcs] tryton-modules-company branch debian-stretch-3.8 updated. debian/3.8.0-2-5-g7b818af

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Sep 4 16:57:13 UTC 2016


The following commit has been merged in the debian-stretch-3.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-company.git;a=commitdiff;h=debian/3.8.0-2-5-g7b818af

commit 7b818afc38b26d4a60ad2f8c8e9871c4ed6a77f4
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:38:27 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index cc2ceb0..afe2611 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-company (3.8.1-1) unstable; urgency=medium
+
+  * Updating signing-key.asc with the actual upstream maintainer keys.
+  * Setting the branch in the watch file to the fixed version 3.8.
+  * Merging upstream version 3.8.1.
+  * Updating copyright file.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sat, 03 Sep 2016 20:38:27 +0200
+
 tryton-modules-company (3.8.0-2) unstable; urgency=medium
 
   * Updating to standards version 3.9.7, no changes needed.
commit f9a96d5aa5ffa9bff29da72b4ce201bc7a4b0493
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:38:26 2016 +0200

    Updating copyright file.

diff --git a/debian/copyright b/debian/copyright
index 46caba0..f73770a 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-2015 Cédric Krier
+Copyright: 2008-2016 Cédric Krier
            2008-2013 Bertrand Chenal
-           2008-2015 B2CK SPRL
+           2008-2016 B2CK SPRL
 License: GPL-3+
 
 Files: debian/*
commit b16af906087ffcfe16be1fd2cc10b49a73544c1a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Sep 3 20:38:26 2016 +0200

    Merging upstream version 3.8.1.

diff --git a/CHANGELOG b/CHANGELOG
index ad653a4..d79387e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.1 - 2016-09-03
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.0 - 2015-11-02
 * Bug fixes (see mercurial logs for details)
 * Remove header_A4.odt style
diff --git a/COPYRIGHT b/COPYRIGHT
index 4c7ddcd..fcc5eeb 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2015 Cédric Krier.
+Copyright (C) 2008-2016 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2015 B2CK SPRL.
+Copyright (C) 2008-2016 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 b5909a8..887a3d5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_company
-Version: 3.8.0
+Version: 3.8.1
 Summary: Tryton module with companies and employees
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/company.py b/company.py
index 4fb2278..20a1d68 100644
--- a/company.py
+++ b/company.py
@@ -379,4 +379,5 @@ class Rule:
         key = super(Rule, cls)._get_cache_key()
         # XXX Use company from context instead of browse to prevent infinite
         # loop, but the cache is cleared when User is written.
-        return key + (Transaction().context.get('company'),)
+        return key + (Transaction().context.get('company'),
+            Transaction().context.get('employee'))
diff --git a/tryton.cfg b/tryton.cfg
index 42852b6..8c9b6bf 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.8.0
+version=3.8.1
 depends:
     currency
     ir
diff --git a/trytond_company.egg-info/PKG-INFO b/trytond_company.egg-info/PKG-INFO
index a534e8e..93f7ddf 100644
--- a/trytond_company.egg-info/PKG-INFO
+++ b/trytond_company.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-company
-Version: 3.8.0
+Version: 3.8.1
 Summary: Tryton module with companies and employees
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_company.egg-info/requires.txt b/trytond_company.egg-info/requires.txt
index d3be367..f622228 100644
--- a/trytond_company.egg-info/requires.txt
+++ b/trytond_company.egg-info/requires.txt
@@ -3,4 +3,4 @@ trytond_party >= 3.8, < 3.9
 trytond >= 3.8, < 3.9
 
 [timezone]
-pytz
\ No newline at end of file
+pytz
-- 
tryton-modules-company



More information about the tryton-debian-vcs mailing list