On Wed, Feb 19, 2020 at 11:49:01AM +0100, Paco Esteban wrote: > Hi ports@,
> This is an update for devel/py-babel from 2.7.0 to 2.8.0 > Changelog reads: > Improvements > * CLDR: Upgrade to CLDR 36.0 - Aarni Koskela (#679) > * Messages: Don't even open files with the "ignore" extraction method > - @sebleblanc (#678) > Bugfixes > * Numbers: Fix formatting very small decimals when quantization is > disabled - Lev Lybin, @miluChen (#662) > * Messages: Attempt to sort all messages – Mario Frasca (#651, #606) > Docs > * Add years to changelog - Romuald Brunet > * Note that installation requires pytz - Steve (Gadget) Barnes > No big changes on the port. > All tests pass on amd64 for py2 and py3. You missed a small PLIST change. A new ga_GB.dat file. Otherwise, tests also all pass on sparc64. Fix that PLIST change and ok kmos --Kurt > This one has some consumers. Their regression tests behave exactly the > same before and after the upgrade. Here are those results for > reference (as they are not that good): > > * devel/bpython > 2 tests fail for py2 > 4 tests fail for py3 > * textproc/py-sphinx > docutils library (and others) cannot be found. Maybe test_depends > should include run_depends ?? > py-alabaster is missing as a dep for tests > 2 test fail on py2 > 3 tests fail on py3 > * textproc/py-sphinx-intl > NO_TEST = Yes > * www/odoo > xlwt dependency missing and PRIVSEP prevents pip install, so no > tests. > * www/trac > 2 test fail > > comments ? ok ? > > Index: Makefile > =================================================================== > RCS file: /home/cvs/ports/devel/py-babel/Makefile,v > retrieving revision 1.29 > diff -u -p -r1.29 Makefile > --- Makefile 21 Aug 2019 14:21:51 -0000 1.29 > +++ Makefile 19 Feb 2020 09:08:08 -0000 > @@ -2,7 +2,7 @@ > > COMMENT= I18N/L10N tools for Python > > -MODPY_EGG_VERSION= 2.7.0 > +MODPY_EGG_VERSION= 2.8.0 > DISTNAME= Babel-${MODPY_EGG_VERSION} > PKGNAME= py-${DISTNAME:L} > CATEGORIES= devel > Index: distinfo > =================================================================== > RCS file: /home/cvs/ports/devel/py-babel/distinfo,v > retrieving revision 1.9 > diff -u -p -r1.9 distinfo > --- distinfo 21 Aug 2019 14:21:51 -0000 1.9 > +++ distinfo 19 Feb 2020 09:08:44 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Babel-2.7.0.tar.gz) = 6GE1rhAeMeLI7CCk4MUiD07tEkh9XPP3i+fpjTpX/Cg= > -SIZE (Babel-2.7.0.tar.gz) = 8244870 > +SHA256 (Babel-2.8.0.tar.gz) = Gqwq4tDY6jaPqQkGVn9cCEY9mK3hVcDEv+3WoPcWDjg= > +SIZE (Babel-2.8.0.tar.gz) = 8444381 > > -- > Paco Esteban. > 5818130B8A6DBC03 >