Thu Sep 17 14:29:25 2015 UTC ()
update tryton client to 3.6.3
$ hg log --style changelog -b 3.6 -r 3.6.3:3.6.2
2015-09-08  C辿dric Krier  <ced@b2ck.com>

	* CHANGELOG:
	Prepare release 3.6.3
	[12ad2caf0b4a] [3.6.3] <3.6>

2015-07-28  C辿dric Krier  <ced@b2ck.com>

	* doc/usage.rst, tryton/gui/main.py:
	opt-in for Mac integration

	The Mac integration is not fully stable for now.

	issue4595 review19341002 (grafted from
	b00d6918cc6acee02921bb92e2c0ddbe1788c95c)
	[0a41df770987] <3.6>

	* tryton/config.py:
	Decode windows HOME using the file system encoding

	GTK requires to have string encoded in utf-8.

	issue4870 review16471002 (grafted from
	3a832b0ccf86fd80fb58f0e32f18647c4612b744)
	[d8b7956f1fe4] <3.6>

	* tryton/gui/window/view_form/model/record.py:
	Check if field is loaded before adding its timestamp

	issue4876 review20331003 (grafted from
	4adab6dc64fa312664c6dfadce62f38cc065dacd)
	[20357c8c7814] <3.6>

	* tryton/common/common.py:
	Don't decode file name from get_preview_filename

	The file name received from get_preview_filename is already encoded
	in utf-8.

	issue4871 review8251002 (grafted from
	19ac99adc0b71c99478f7510d10c8aab50fcbefd)
	[facaf37c52cb] <3.6>

2015-07-09  C辿dric Krier  <ced@b2ck.com>

	* tryton/common/domain_parser.py,
	tryton/gui/window/view_form/screen/screen.py:
	Add support of TimeDelta to DomainParser

	issue4851 review20321002 (grafted from
	6d3ea9bff014927d9073a892e1d02ce3eb5c5852)
	[0458be2d858c] <3.6>

2015-07-07  C辿dric Krier  <ced@b2ck.com>

	* doc/usage.rst:
	Remove Tabs Position documenation

	issue1014 (grafted from 97e4356ed90b91ff253ab30887c45a38c2b7f00f)
	[6fd0b418e185] <3.6>

2015-07-01  C辿dric Krier  <ced@b2ck.com>

	* tryton/common/datetime_.py,
	tryton/gui/window/view_form/view/list_gtk/editabletree.py:
	Call activate on Date, Time cell before getting value

	The focus-out event is not yet triggered when editing is done which
	result of the content of the cell not yet being parsed. So the
	parsing must be forced by calling activate.

	issue4826 review18341002 (grafted from
	1f55c2dbde245703ff89d3a68f0aa90a8a27db8c)
	[71e137fa3ddf] <3.6>

2015-07-01  David Harper  <google@unicode2013.org>

	* tryton/gui/window/view_form/model/field.py:
	Fix set_client of new datetime from editable tree

	issue4850 review20311002 (grafted from
	67d552d629c7ea2bfedd93d1c0bf22b6f33ef98a)
	[acf96fab06be] <3.6>

2015-07-01  C辿dric Krier  <ced@b2ck.com>

	* tryton/gui/window/form.py:
	Display date and microsecond in logs

	create and write dates should be formatted the same way as the
	revisions.

	issue4808 review18351002 (grafted from
	ad74340d5c82480adef6115ba08677be8457c500)
	[0b59dd061a53] <3.6>

2015-06-28  C辿dric Krier  <ced@b2ck.com>

	* tryton/gui/window/view_form/view/list.py:
	Fix behaviour of TreeModel when record is None

	issue4831 review16381002 (grafted from
	1c35fe52323832015370d4831f3b09bdacdb27ed)
	[39744a792077] <3.6>

2015-07-13  C辿dric Krier  <ced@b2ck.com>

	* tryton/__init__.py:
	Increase version number
	[f0042c7ffa0a] <3.6>

	* .hgtags:
	Added tag 3.6.2 for changeset 94c93cbb7dd4
	[4dbcf91f53fc] <3.6>

	* CHANGELOG:
	Prepare release 3.6.2
	[94c93cbb7dd4] [3.6.2] <3.6>


(richard)
diff -r1.11 -r1.12 pkgsrc/devel/py-tryton/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-tryton/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-tryton/distinfo 2015/08/24 14:49:41 1.11
+++ pkgsrc/devel/py-tryton/distinfo 2015/09/17 14:29:25 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2015/08/24 14:49:41 richard Exp $ 1$NetBSD: distinfo,v 1.12 2015/09/17 14:29:25 richard Exp $
2 2
3SHA1 (tryton-3.6/tryton-3.6.2.tar.gz) = e71f55fc180062265c6f1801e89df10193275e48 3SHA1 (tryton-3.6/tryton-3.6.3.tar.gz) = 99df05dbe2102c3a787be2788095ace49198617c
4RMD160 (tryton-3.6/tryton-3.6.2.tar.gz) = 2b217d2b0e1513da4955ff7fbd60e1e73c3ca125 4RMD160 (tryton-3.6/tryton-3.6.3.tar.gz) = 6bc06f4c914f37c70f87b33680afe28453dc1167
5Size (tryton-3.6/tryton-3.6.2.tar.gz) = 721576 bytes 5Size (tryton-3.6/tryton-3.6.3.tar.gz) = 721843 bytes