Received: by mail.netbsd.org (Postfix, from userid 605) id CDC7784E65; Mon, 26 Feb 2018 08:24:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1ABE984E57 for ; Mon, 26 Feb 2018 08:24:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Q3nRZWolkKzY for ; Mon, 26 Feb 2018 08:24:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 64BE784D47 for ; Mon, 26 Feb 2018 08:24:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6242AFB40; Mon, 26 Feb 2018 08:24:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519633482172170" MIME-Version: 1.0 Date: Mon, 26 Feb 2018 08:24:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-html5lib To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180226082442.6242AFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519633482172170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 26 08:24:42 UTC 2018 Modified Files: pkgsrc/textproc/py-html5lib: Makefile PLIST distinfo Log Message: py-html5lib: updated to 1.0.1 1.0.1 Breaking changes: * Drop support for Python 2.6. * Remove utils/spider.py Features: * Improve documentation. * Add iframe seamless boolean attribute. * Add itemscope as a boolean attribute. * Support Python 3.6. * Add CI support for Windows using AppVeyor. * Improve testing and CI and add code coverage * Semver-compliant version number. Bug fixes: * Add support for setuptools < 18.5 to support environment markers. * Add explicit dependency for six >= 1.9. * Fix regexes to work with Python 3.7 regex adjustments. * Fix alphabeticalattributes filter namespace bug. * Include license file in generated wheel package. * Fix annotation-xml typo. * Allow uppercase hex chararcters in CSS colour check. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-html5lib/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-html5lib/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-html5lib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519633482172170 Content-Disposition: inline Content-Length: 3376 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-html5lib/Makefile diff -u pkgsrc/textproc/py-html5lib/Makefile:1.11 pkgsrc/textproc/py-html5lib/Makefile:1.12 --- pkgsrc/textproc/py-html5lib/Makefile:1.11 Sat Jan 14 23:04:16 2017 +++ pkgsrc/textproc/py-html5lib/Makefile Mon Feb 26 08:24:42 2018 @@ -1,21 +1,19 @@ -# $NetBSD: Makefile,v 1.11 2017/01/14 23:04:16 kleink Exp $ +# $NetBSD: Makefile,v 1.12 2018/02/26 08:24:42 adam Exp $ -H5LVER= 0.999999999 -DISTNAME= html5lib-python-${H5LVER} -PKGNAME= ${PYPKGPREFIX}-html5lib-${H5LVER} -PKGREVISION= 1 +DISTNAME= html5lib-1.0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc www python -MASTER_SITES= -https://github.com/html5lib/html5lib-python/archive/${H5LVER}${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5lib/} MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://github.com/html5lib/html5lib-python COMMENT= HTML5 parser and tokenizer LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings -EGG_NAME= html5lib-${PKGVERSION_NOREV} +USE_LANGUAGES= # none -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/py-html5lib/PLIST diff -u pkgsrc/textproc/py-html5lib/PLIST:1.7 pkgsrc/textproc/py-html5lib/PLIST:1.8 --- pkgsrc/textproc/py-html5lib/PLIST:1.7 Wed Jan 11 17:42:23 2017 +++ pkgsrc/textproc/py-html5lib/PLIST Mon Feb 26 08:24:42 2018 @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2017/01/11 17:42:23 kleink Exp $ -${PYSITELIB}/${EGG_FILE}/PKG-INFO -${PYSITELIB}/${EGG_FILE}/SOURCES.txt -${PYSITELIB}/${EGG_FILE}/dependency_links.txt -${PYSITELIB}/${EGG_FILE}/requires.txt -${PYSITELIB}/${EGG_FILE}/top_level.txt +@comment $NetBSD: PLIST,v 1.8 2018/02/26 08:24:42 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/html5lib/__init__.py ${PYSITELIB}/html5lib/__init__.pyc ${PYSITELIB}/html5lib/__init__.pyo Index: pkgsrc/textproc/py-html5lib/distinfo diff -u pkgsrc/textproc/py-html5lib/distinfo:1.8 pkgsrc/textproc/py-html5lib/distinfo:1.9 --- pkgsrc/textproc/py-html5lib/distinfo:1.8 Wed Jan 11 17:42:23 2017 +++ pkgsrc/textproc/py-html5lib/distinfo Mon Feb 26 08:24:42 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/01/11 17:42:23 kleink Exp $ +$NetBSD: distinfo,v 1.9 2018/02/26 08:24:42 adam Exp $ -SHA1 (html5lib-python-0.999999999.tar.gz) = 3a38a57f6e255a59bc8f41cc8163d502a09cc7ee -RMD160 (html5lib-python-0.999999999.tar.gz) = bc1528bd7dfa0813f5a48f9a005ff52687b8994f -SHA512 (html5lib-python-0.999999999.tar.gz) = 74205c25ea38a1a0690181d56bdf4560ef36cf0d39acbb1ab16e2199e3657f87636508ba128d522970876c9a0ba2ac8df877053ff0179403668a2f0300af7877 -Size (html5lib-python-0.999999999.tar.gz) = 143354 bytes +SHA1 (html5lib-1.0.1.tar.gz) = 5e1a2c7e18de7d1d0883e223f1733dc6dc796ee2 +RMD160 (html5lib-1.0.1.tar.gz) = aba1f653b8ac0f8748de4408343eeb80c3589f90 +SHA512 (html5lib-1.0.1.tar.gz) = 35939b4450893864da04e735ee5e0addacf1dd34bae6a6909c76572abf6bfded446a78a713dfde91c1485ba45867d7abeb6a45cf0545c16ea968707be7de5dd2 +Size (html5lib-1.0.1.tar.gz) = 252959 bytes --_----------=_1519633482172170--