2011/11/28 Stuart Henderson <[email protected]>: > In most of your submissions, you do not say if you have tested any > of the dependencies.
Actually I did not test all of the dependencies but some of it. The dependencies you listed all run_depends on py-lxml so it is difficult to test if the port has no regress test. Some of your listed ports failed regress but it is not caused by update of py-lxml, for example, www/py-werkzeug, failed regress with lxml-2.3.2 but failed with 2.3.1 too. wen > > From the changelog: > > "Note that this breaks the usage of some of > the generated XPath expressions as XSLT location paths that > previously worked in 2.3.1." > > So I would say this is worth testing. > > $ sqlite3 /usr/local/share/sqlports 'select * from depends where > dependspath="textproc/py-lxml";' > graphics/inkscape|textproc/py-lxml|||textproc/py-lxml|R > misc/py-imdb|textproc/py-lxml|||textproc/py-lxml|R > print/py-relatorio|textproc/py-lxml|||textproc/py-lxml|Regress > print/py-relatorio|textproc/py-lxml|||textproc/py-lxml|R > productivity/tryton/trytond|textproc/py-lxml|||textproc/py-lxml|Regress > productivity/tryton/trytond|textproc/py-lxml|||textproc/py-lxml|R > textproc/calibre|STEM->=2.2.8:textproc/py-lxml|STEM->=2.2.8||textproc/py-lxml|B > textproc/calibre|STEM->=2.2.8:textproc/py-lxml|STEM->=2.2.8||textproc/py-lxml|R > www/py-werkzeug|textproc/py-lxml|||textproc/py-lxml|Regress > www/py-zine|textproc/py-lxml|||textproc/py-lxml|B > www/py-zine|textproc/py-lxml|||textproc/py-lxml|R > x11/nagstamon|textproc/py-lxml|||textproc/py-lxml|R > > > > On 2011-11-27, wen heping <[email protected]> wrote: >> Hi, >> >> Here is an update of textproc/py-lxml to 2.3.2. >> >> Tested and regress both OK on Loongson. >> >> Comments? OK? >> >> wen >> >> >> >> >> >> >> cvs server: Diffing py-lxml >> Index: py-lxml/Makefile >>=================================================================== >> RCS file: /cvs/ports/textproc/py-lxml/Makefile,v >> retrieving revision 1.13 >> diff -u -r1.13 Makefile >> --- py-lxml/Makefile 1 Oct 2011 08:41:26 -0000 1.13 >> +++ py-lxml/Makefile 27 Nov 2011 14:00:40 -0000 >> @@ -2,7 +2,7 @@ >> >> COMMENT= Python binding for the libxml2 and libxslt libraries >> >> -MODPY_EGG_VERSION= 2.3.1 >> +MODPY_EGG_VERSION= 2.3.2 >> DISTNAME= lxml-${MODPY_EGG_VERSION} >> PKGNAME= py-lxml-${MODPY_EGG_VERSION} >> CATEGORIES= textproc devel >> Index: py-lxml/distinfo >>=================================================================== >> RCS file: /cvs/ports/textproc/py-lxml/distinfo,v >> retrieving revision 1.5 >> diff -u -r1.5 distinfo >> --- py-lxml/distinfo 1 Oct 2011 08:41:26 -0000 1.5 >> +++ py-lxml/distinfo 27 Nov 2011 14:00:40 -0000 >> @@ -1,5 +1,5 @@ >> -MD5 (lxml-2.3.1.tgz) = h5MfvzXfYM1xz+dIS0s27Q== >> -RMD160 (lxml-2.3.1.tgz) = 1MktWCqk8mFf0c8wqaM9CdVTkRk= >> -SHA1 (lxml-2.3.1.tgz) = IKhzKjXMMkeV6qV8dUdBxQmCWSM= >> -SHA256 (lxml-2.3.1.tgz) = 1fyXvJ9NDQyKc9z8+2+y/iDU2mc+Qm7VlGcKg+FIXcU= >> -SIZE (lxml-2.3.1.tgz) = 3131805 >> +MD5 (lxml-2.3.2.tgz) = UO03BtpGZcQGAP1uKn0RWQ== >> +RMD160 (lxml-2.3.2.tgz) = 6F2eSsoj7YLp6RY2tFvKw5iKSbc= >> +SHA1 (lxml-2.3.2.tgz) = huXgu/zz20nQbOdMybDaNZVc8So= >> +SHA256 (lxml-2.3.2.tgz) = Mr9oigPRjKp0hAdkcn6PopuymVD3oZCguWkVCjhppqE= >> +SIZE (lxml-2.3.2.tgz) = 3134325 >> cvs server: Diffing py-lxml/pkg >> >> > >
