pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-trytond



Module Name:    pkgsrc
Committed By:   richard
Date:           Thu Sep 17 14:28:02 UTC 2015

Modified Files:
        pkgsrc/devel/py-trytond: Makefile.common distinfo

Log Message:
update trytond 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@localhost>

        * CHANGELOG:
        Prepare release 3.6.3
        [8a2f9afeb713] [3.6.3] <3.6>

2015-07-14  Cédric Krier  <ced%b2ck.com@localhost>

        * trytond/model/modelsql.py:
        Get all eligible records when writting many values

        The call to trigger_write_get_eligibles must be done with all the
        records and not only the first set.

        issue4863 review23311002 (grafted from
        e87ffbe12522d4abe7565bb44f2ca0add34e171e)
        [674cb62177cc] <3.6>

        * trytond/model/modelview.py:
        Always test field presence in initial value when computed changed
        values

        The value could be None which is also the default value returned by
        dict.get. So it will fail to detect change in such case.

        issue4839 review23281002 (grafted from
        e54306367a05a86e94020c325529e91911393488)
        [54a9317d3ede] <3.6>

2015-07-13  Cédric Krier  <ced%b2ck.com@localhost>

        * trytond/__init__.py:
        Increase version number
        [485c13d4e861] <3.6>

        * .hgtags:
        Added tag 3.6.2 for changeset 95f7272b4410
        [2ce2d2ece951] <3.6>

        * CHANGELOG:
        Prepare release 3.6.2
        [95f7272b4410] [3.6.2] <3.6>


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-trytond/Makefile.common \
    pkgsrc/devel/py-trytond/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index