Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-parsel py-parsel: updated to 1.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8f79dd48f53
branches:  trunk
changeset: 431963:b8f79dd48f53
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 17 20:37:20 2020 +0000

description:
py-parsel: updated to 1.6.0

1.6.0:
* Python 3.4 is no longer supported
* New ``Selector.remove()`` and ``SelectorList.remove()`` methods to remove
  selected elements from the parsed document tree
* Improvements to error reporting, test coverage and documentation, and code
  cleanup

diffstat:

 www/py-parsel/Makefile |  14 +++++++++-----
 www/py-parsel/distinfo |  10 +++++-----
 2 files changed, 14 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r a9e1f429371e -r b8f79dd48f53 www/py-parsel/Makefile
--- a/www/py-parsel/Makefile    Sun May 17 20:26:52 2020 +0000
+++ b/www/py-parsel/Makefile    Sun May 17 20:37:20 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/08/12 20:04:22 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/05/17 20:37:20 adam Exp $
 
-DISTNAME=      parsel-1.5.2
+DISTNAME=      parsel-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsel/}
@@ -12,10 +12,14 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-cssselect>=0.9:../../textproc/py-cssselect
 DEPENDS+=      ${PYPKGPREFIX}-lxml>=2.3:../../textproc/py-lxml
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-w3lib>=1.8.0:../../www/py-w3lib
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.6.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-w3lib>=1.19.0:../../www/py-w3lib
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+=      ${PYPKGPREFIX}-functools32-[0-9]*:../../devel/py-functools32
+.endif
 
 USE_LANGUAGES= # none
 
diff -r a9e1f429371e -r b8f79dd48f53 www/py-parsel/distinfo
--- a/www/py-parsel/distinfo    Sun May 17 20:26:52 2020 +0000
+++ b/www/py-parsel/distinfo    Sun May 17 20:37:20 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/12 20:04:22 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/05/17 20:37:20 adam Exp $
 
-SHA1 (parsel-1.5.2.tar.gz) = 415b615392502ec5b506ef839f71e7cc10df69f6
-RMD160 (parsel-1.5.2.tar.gz) = 5f3ca0605494490c30670b49d9fe0ab0230f2b61
-SHA512 (parsel-1.5.2.tar.gz) = f7b8a0b2d522e90e69b389c881175ae8478a6dc49eb03432b68707fbea54987b176a45565ff6787958b66f299d0d82c5862c199f8b7721f311b783b71a04a4e6
-Size (parsel-1.5.2.tar.gz) = 41134 bytes
+SHA1 (parsel-1.6.0.tar.gz) = a62a474ef7625f80b9fb6b10183d896438377ffa
+RMD160 (parsel-1.6.0.tar.gz) = c3764edd48eb37987f1d11eab740e420e4452092
+SHA512 (parsel-1.6.0.tar.gz) = 1e1fd8ae059253a89f694dd56dd6366965222d34053db6809f0cde97af349ff39bcecbb9c8f4c8c2da5f7e8264e041c2562a4429758869b81f36a24dd8005f22
+Size (parsel-1.6.0.tar.gz) = 41812 bytes



Home | Main Index | Thread Index | Old Index