On Sun, Dec 09, 2018 at 02:27:56PM +0100, Sebastien Marie wrote: > Hi, > > Now tryton is linked in tree, portroach told me I missed one module in > the previous maintenance update. > > So here a diff to update account_invoice module. > > All tests still passes. > > OK or comments ?
OK > -- > Sebastien Marie > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/productivity/tryton/5.0/account_invoice/Makefile,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 Makefile > --- Makefile 3 Dec 2018 12:28:17 -0000 1.1.1.1 > +++ Makefile 9 Dec 2018 10:52:35 -0000 > @@ -1,6 +1,6 @@ > # $OpenBSD: Makefile,v 1.1.1.1 2018/12/03 12:28:17 semarie Exp $ > > -MODPY_EGG_VERSION = 5.0.0 > +MODPY_EGG_VERSION = 5.0.1 > TRYTON_MODULE = account_invoice > > TRYTON_DEPENDS += account \ > Index: distinfo > =================================================================== > RCS file: /cvs/ports/productivity/tryton/5.0/account_invoice/distinfo,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 distinfo > --- distinfo 3 Dec 2018 12:28:17 -0000 1.1.1.1 > +++ distinfo 9 Dec 2018 10:52:40 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (tryton/trytond_account_invoice-5.0.0.tar.gz) = > GZMtCiB6QgE02X4Ez1kqq6KzpPcO/OmoGAsb2dxzxxU= > -SIZE (tryton/trytond_account_invoice-5.0.0.tar.gz) = 163181 > +SHA256 (tryton/trytond_account_invoice-5.0.1.tar.gz) = > yJzIgMgwooVzIT78dGHRucu/pRMT6JUKj4awB327hlU= > +SIZE (tryton/trytond_account_invoice-5.0.1.tar.gz) = 163137 > -- Antoine