[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian-jessie-3.4 updated. debian/3.4.2-1-4-g8804d08

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:54:21 UTC 2015


The following commit has been merged in the debian-jessie-3.4 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-opportunity.git;a=commitdiff;h=debian/3.4.2-1-4-g8804d08

commit 8804d085636fad90c96dc8640001431797e42282
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:29:47 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index bbdfec4..ceace14 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-sale-opportunity (3.4.3-1) unstable; urgency=medium
+
+  * Wrapping and sorting control files (wrap-and-sort -bts).
+  * Setting the branch in the watch file to the fixed version 3.4.
+  * Merging upstream version 3.4.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Wed, 23 Dec 2015 14:29:47 +0100
+
 tryton-modules-sale-opportunity (3.4.2-1) unstable; urgency=medium
 
   * Adding actual upstream signing key.
commit 321d7b3d6a6b79a8a9b07884b4d3b93024857b1d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Dec 23 14:29:46 2015 +0100

    Merging upstream version 3.4.3.

diff --git a/CHANGELOG b/CHANGELOG
index d58035c..81b0c5d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.3 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
 Version 3.4.2 - 2015-02-21
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 3741640..74e5298 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_opportunity
-Version: 3.4.2
+Version: 3.4.3
 Summary: Tryton module with leads and opportunities
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/opportunity.py b/opportunity.py
index 02419e7..81c58f4 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -528,6 +528,7 @@ class SaleOpportunityHistory(ModelSQL, ModelView):
                         *time.strptime(values['date'],
                             '%Y-%m-%d %H:%M:%S.%f')[:6])
                 values['date'] = values['date'].replace(microsecond=0)
+                values['date'] += datetime.timedelta(seconds=1)
         return res
 
 
diff --git a/tryton.cfg b/tryton.cfg
index aeb7b7b..30ba437 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.4.2
+version=3.4.3
 depends:
     account
     company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index 298a72b..9ceac45 100644
--- a/trytond_sale_opportunity.egg-info/PKG-INFO
+++ b/trytond_sale_opportunity.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-opportunity
-Version: 3.4.2
+Version: 3.4.3
 Summary: Tryton module with leads and opportunities
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-sale-opportunity



More information about the tryton-debian-vcs mailing list