pkgsrc-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.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/370cdc32b3cf
branches:  trunk
changeset: 310252:370cdc32b3cf
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 09 06:17:14 2018 +0000

description:
py-parsel: updated to 1.5.0

1.5.0:
* New Selector.attrib and SelectorList.attrib properties which make
  it easier to get attributes of HTML elements.
* CSS selectors became faster: compilation results are cached
  (LRU cache is used for css2xpath), so there is
  less overhead when the same CSS expression is used several times.
* .get() and .getall() selector methods are documented and recommended
  over .extract_first() and .extract().
* Various documentation tweaks and improvements.

diffstat:

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

diffs (38 lines):

diff -r ab106e7a28f1 -r 370cdc32b3cf www/py-parsel/Makefile
--- a/www/py-parsel/Makefile    Mon Jul 09 02:07:16 2018 +0000
+++ b/www/py-parsel/Makefile    Mon Jul 09 06:17:14 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/02/26 08:32:32 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/07/09 06:17:14 adam Exp $
 
-DISTNAME=      parsel-1.4.0
+DISTNAME=      parsel-1.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsel/}
@@ -14,9 +14,8 @@
 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
-# TEST_DEPENDS
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
diff -r ab106e7a28f1 -r 370cdc32b3cf www/py-parsel/distinfo
--- a/www/py-parsel/distinfo    Mon Jul 09 02:07:16 2018 +0000
+++ b/www/py-parsel/distinfo    Mon Jul 09 06:17:14 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/26 08:32:32 adam Exp $
+$NetBSD: distinfo,v 1.4 2018/07/09 06:17:14 adam Exp $
 
-SHA1 (parsel-1.4.0.tar.gz) = 9d3e844cc30255efee95ae84ca443eebc3c3e113
-RMD160 (parsel-1.4.0.tar.gz) = ce416b7984076472b7a2902504f9b35f9adf8712
-SHA512 (parsel-1.4.0.tar.gz) = de8602f2c5c2342f77199dfc97ecd98724efdd31304fcec7bcdefe291d8121284030fd9c706c89a0a9b89f848628df4e0465b61277642d5c5b0050f9bc460a8e
-Size (parsel-1.4.0.tar.gz) = 36480 bytes
+SHA1 (parsel-1.5.0.tar.gz) = 80f1e657cb633dfd3fa403b50384dfbebf27c6f0
+RMD160 (parsel-1.5.0.tar.gz) = 237e837913e569a88733d869a130ed519a7b775d
+SHA512 (parsel-1.5.0.tar.gz) = ca440d198eaa343aa4be9a04fbaa36a0ff7eda2e8b9ffb66c077715ac517edf1cee9554220981ab142da87d02e20be0a4f88dff446cb314a9a1bff6bd7c834f1
+Size (parsel-1.5.0.tar.gz) = 39370 bytes



Home | Main Index | Thread Index | Old Index