[tryton-debian-vcs] tryton-modules-sale-opportunity branch debian updated. debian/3.6.0-1-5-gf77dd73
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Mon Sep 21 12:32:20 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-sale-opportunity.git;a=commitdiff;h=debian/3.6.0-1-5-gf77dd73
commit f77dd73ab27e12ad4df97902af1a8499d8f71680
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 19:53:28 2015 +0200
Releasing debian version 3.6.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index c77fe09..5c705f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+tryton-modules-sale-opportunity (3.6.1-1) unstable; urgency=medium
+
+ * Updating year of debian copyright.
+ * Adapting section naming in gbp.conf to current git-buildpackage.
+ * Improving description why we can not run the module test suites.
+ * Merging upstream version 3.6.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 20 Sep 2015 19:53:28 +0200
+
tryton-modules-sale-opportunity (3.6.0-1) unstable; urgency=medium
* Wrapping and sorting control files (wrap-and-sort -bts).
commit 39faa123a40fc17b6e449c0da9ec32eff2255ff3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Sep 20 19:53:27 2015 +0200
Merging upstream version 3.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 68df714..a6476c9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+Version 3.6.1 - 2015-09-13
+* Bug fixes (see mercurial logs for details)
+* Fix origin migration from 3.4
+
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index 52f21e3..97e4518 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_opportunity
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module with leads and opportunities
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/opportunity.py b/opportunity.py
index 4a2e911..0f21186 100644
--- a/opportunity.py
+++ b/opportunity.py
@@ -135,7 +135,7 @@ class SaleOpportunity(Workflow, ModelSQL, ModelView):
for id_, sale_id in cursor.fetchall():
cursor.execute(*sale.update(
columns=[sale.origin],
- values=['%s,%s' % (Sale.__name__, sale_id)],
+ values=['%s,%s' % (cls.__name__, id_)],
where=sale.id == sale_id))
table.drop_column('sale', exception=True)
diff --git a/tryton.cfg b/tryton.cfg
index 979e798..a5f325f 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.6.1
depends:
account
company
diff --git a/trytond_sale_opportunity.egg-info/PKG-INFO b/trytond_sale_opportunity.egg-info/PKG-INFO
index 0bc1735..4753715 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.6.0
+Version: 3.6.1
Summary: Tryton module with leads and opportunities
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_sale_opportunity.egg-info/SOURCES.txt b/trytond_sale_opportunity.egg-info/SOURCES.txt
index f2e8da1..c236593 100644
--- a/trytond_sale_opportunity.egg-info/SOURCES.txt
+++ b/trytond_sale_opportunity.egg-info/SOURCES.txt
@@ -61,10 +61,8 @@ locale/nl_NL.po
locale/ru_RU.po
locale/sl_SI.po
tests/__init__.py
-tests/__init__.pyc
tests/scenario_sale_opportunity.rst
tests/test_sale_opportunity.py
-tests/test_sale_opportunity.pyc
trytond_sale_opportunity.egg-info/PKG-INFO
trytond_sale_opportunity.egg-info/SOURCES.txt
trytond_sale_opportunity.egg-info/dependency_links.txt
--
tryton-modules-sale-opportunity
More information about the tryton-debian-vcs
mailing list