Wed Sep 10 14:35:05 2014 UTC ()
update devel/py-trytond to 3.2.2

Changelog as generated by Mercurial:
2014-08-03  C辿dric Krier  <ced@b2ck.com>

o  	* CHANGELOG:
|  	Prepare release 3.2.2
|  	[282f764285a6] [3.2.2] <3.2>
|
2014-07-20  C辿dric Krier  <ced@b2ck.com>

o  	* trytond/modules/__init__.py:
|  	'res' should be global in load_modules
|
|  	issue4045 (grafted from d1bf8bffed36b177685d2fa29dbe3608f85b5a79)
|  	[ee24fb8ffbb1] <3.2>
|
o  	* trytond/tests/run-tests.py:
|  	Exit run-tests with correct error code
|
|  	review7411002 (grafted from
|  	ec915931bf69a18cc004d208064e14d159276972)
|  	[bc4a4b150883] <3.2>
|
2014-06-13  C辿dric Krier  <ced@b2ck.com>

o  	* trytond/model/fields/numeric.py:
|  	Fix SQLite Numeric domain value for None
|
|  	issue3930 review11281002 (grafted from
|  	b7653d96ef050a23b8d600d0eaaa99745cd03b81)
|  	[ed07a28cdd64] <3.2>
|
o  	* trytond/protocols/xmlrpc.py:
|  	XML-RPC dumps None to nil instead of bool
|
|  	issue3981 review6351003 (grafted from
|  	851a0446f64dea53fcee27dce1ea16e6f06b7b46)
|  	[78e787cd5cfc] <3.2>
|
2014-06-08  C辿dric Krier  <ced@b2ck.com>

o  	* trytond/model/fields/many2many.py, trytond/model/fields/many2one.py:
|  	Ensure ids clause is a list for concatenation
|
|  	issue3949 review11281006 (grafted from
|  	4f0c0b43e6a70823126f76e8c814c4b60cdf2bb2)
|  	[1f165de2a802] <3.2>
|
2014-07-01  C辿dric Krier  <ced@b2ck.com>

o  	* trytond/version.py:
|  	Increase version number
|  	[3f5aa86ffab6] <3.2>
|
o  	* .hgtags:
|  	Added tag 3.2.1 for changeset f239ef8edd83
|  	[25bfbef89d0e] <3.2>
|
o  	* CHANGELOG:
|  	Prepare release 3.2.1
|  	[f239ef8edd83] [3.2.1] <3.2>
|
2014-06-06  Sergi Almacellas Abellana  <sergi@koolpi.com>

o  	* trytond/model/modelstorage.py:
|  	Fix KeyError when raising digits validation error.
|
|  	issue3970 review8411002 (grafted from
|  	8d071b3c5c7e8c0d62469c0d94ac8056da1db6fb)
|  	[5052bcaba02b] <3.2>
|
2014-05-17  C辿dric Krier  <ced@b2ck.com>

o  	* trytond/model/fields/field.py:
|  	Fix joins when ordering on ir.model.field
|
|  	issue3910 review10311002 (grafted from
|  	5754ea65653441eace71fd814b75f2174fad1e70)
|  	[e4c2d03b07e9] <3.2>
|
2014-05-09  C辿dric Krier  <ced@b2ck.com>

o  	* trytond/model/model.py:
|  	Set relation_field of one2many only when exists
|
|  	The client use this value if it exists for string concatenation, so
|  	having None fails. (grafted from
|  	070f4178a35b304b9e8f3e5e7f0a103621447dad)
|  	[70d2adcc4bfa] <3.2>
|
2014-04-21  C辿dric Krier  <ced@b2ck.com>

o  	* trytond/version.py:
|  	Increase version number
|  	[b3364dd3b39d] <3.2>
|
o  	* Create branch 3.2
|  	[736df7691a44] <3.2>
|


(richard)
diff -r1.8 -r1.9 pkgsrc/devel/py-trytond/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-trytond/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-trytond/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-trytond/Makefile 2014/06/25 06:00:39 1.8
+++ pkgsrc/devel/py-trytond/Makefile 2014/09/10 14:35:05 1.9
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.8 2014/06/25 06:00:39 richard Exp $ 1# $NetBSD: Makefile,v 1.9 2014/09/10 14:35:05 richard Exp $
2 2TRYTOND_MODULE_REVISION= 2
3.include "../../devel/py-trytond/Makefile.common" 3.include "../../devel/py-trytond/Makefile.common"
4DISTNAME= trytond-${TRYTOND_VERSION} 4DISTNAME= trytond-${TRYTOND_VERSION}
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
6CATEGORIES= devel python 6CATEGORIES= devel python
7MASTER_SITES= ${TRYTON_SITES} 7MASTER_SITES= ${TRYTON_SITES}
8 8
9MAINTAINER= rodent@NetBSD.org 9MAINTAINER= rodent@NetBSD.org
10HOMEPAGE= http://www.tryton.org/ 10HOMEPAGE= http://www.tryton.org/
11COMMENT= Server of the Tryton application platform 11COMMENT= Server of the Tryton application platform
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14DEPENDS+= ${PYPKGPREFIX}-python-sql>=0.2:../../databases/py-python-sql 14DEPENDS+= ${PYPKGPREFIX}-python-sql>=0.2:../../databases/py-python-sql
15DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib 15DEPENDS+= ${PYPKGPREFIX}-polib-[0-9]*:../../devel/py-polib

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-trytond/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-trytond/distinfo 2014/05/03 13:17:58 1.3
+++ pkgsrc/devel/py-trytond/distinfo 2014/09/10 14:35:05 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2014/05/03 13:17:58 rodent Exp $ 1$NetBSD: distinfo,v 1.4 2014/09/10 14:35:05 richard Exp $
2 2
3SHA1 (trytond-3.2.0.tar.gz) = b1ea43643487e19340e99d114ea0c26223dcd2ae 3SHA1 (trytond-3.2.2.tar.gz) = ac10bed622452d984339e1d685807999a4cbe99b
4RMD160 (trytond-3.2.0.tar.gz) = 4c0c2665c65d8fefe841d8a5b7426dc64aa1d625 4RMD160 (trytond-3.2.2.tar.gz) = c3bcc9ca785577c7cedc5504eb9127c80023d62f
5Size (trytond-3.2.0.tar.gz) = 474102 bytes 5Size (trytond-3.2.2.tar.gz) = 474050 bytes