pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-pyquery py-pyquery: update to 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f76e0fd1d078
branches:  trunk
changeset: 370668:f76e0fd1d078
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 22 20:39:23 2017 +0000

description:
py-pyquery: update to 1.3.0

1.3.0:
Remove some unmaintained modules: pyquery.ajax and pyquery.rules
Code cleanup. No longer use ugly hacks required by python2.6/python3.2.
Run tests with python3.6 on CI
Add a method argument to .outer_html()

diffstat:

 textproc/py-pyquery/Makefile |   4 ++--
 textproc/py-pyquery/PLIST    |   8 +-------
 textproc/py-pyquery/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 14 deletions(-)

diffs (53 lines):

diff -r 5ac57bbff576 -r f76e0fd1d078 textproc/py-pyquery/Makefile
--- a/textproc/py-pyquery/Makefile      Sun Oct 22 20:36:31 2017 +0000
+++ b/textproc/py-pyquery/Makefile      Sun Oct 22 20:39:23 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:20 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/10/22 20:39:23 adam Exp $
 
-DISTNAME=      pyquery-1.2.17
+DISTNAME=      pyquery-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python textproc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyquery/}
diff -r 5ac57bbff576 -r f76e0fd1d078 textproc/py-pyquery/PLIST
--- a/textproc/py-pyquery/PLIST Sun Oct 22 20:36:31 2017 +0000
+++ b/textproc/py-pyquery/PLIST Sun Oct 22 20:39:23 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/16 01:06:29 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/22 20:39:23 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -9,9 +9,6 @@
 ${PYSITELIB}/pyquery/__init__.py
 ${PYSITELIB}/pyquery/__init__.pyc
 ${PYSITELIB}/pyquery/__init__.pyo
-${PYSITELIB}/pyquery/ajax.py
-${PYSITELIB}/pyquery/ajax.pyc
-${PYSITELIB}/pyquery/ajax.pyo
 ${PYSITELIB}/pyquery/cssselectpatch.py
 ${PYSITELIB}/pyquery/cssselectpatch.pyc
 ${PYSITELIB}/pyquery/cssselectpatch.pyo
@@ -21,6 +18,3 @@
 ${PYSITELIB}/pyquery/pyquery.py
 ${PYSITELIB}/pyquery/pyquery.pyc
 ${PYSITELIB}/pyquery/pyquery.pyo
-${PYSITELIB}/pyquery/rules.py
-${PYSITELIB}/pyquery/rules.pyc
-${PYSITELIB}/pyquery/rules.pyo
diff -r 5ac57bbff576 -r f76e0fd1d078 textproc/py-pyquery/distinfo
--- a/textproc/py-pyquery/distinfo      Sun Oct 22 20:36:31 2017 +0000
+++ b/textproc/py-pyquery/distinfo      Sun Oct 22 20:39:23 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/07/11 08:18:43 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/10/22 20:39:23 adam Exp $
 
-SHA1 (pyquery-1.2.17.tar.gz) = 1891d6d3f3f71d55c5096cc15cc2e2f5d1f192bb
-RMD160 (pyquery-1.2.17.tar.gz) = c65008e69b0109fbc86fb37aba4f0b96525f1d31
-SHA512 (pyquery-1.2.17.tar.gz) = 517e085e0788ab7e9c6e9d17bb0ca82c44b5ddb16cd8a315bce1ce11d4149bde818e177f0a78fbbed6280374375339ea438c72c5dbf29aa88b9c85977e0a1bba
-Size (pyquery-1.2.17.tar.gz) = 45949 bytes
+SHA1 (pyquery-1.3.0.tar.gz) = c9186483b3a7aa1d75fc9178c8ea4577eea9373c
+RMD160 (pyquery-1.3.0.tar.gz) = db3bca0c3ea22e01f32fc7b5220dfd45183acf3f
+SHA512 (pyquery-1.3.0.tar.gz) = 7c8ae552e6fa140a1fb3360fe8cd2125adc912054109b96d5822d0bd95a1f53a9992e2dda4ec0b78d6ff30379614e57d9b3cb6482157e24acecc1aa2c623108a
+Size (pyquery-1.3.0.tar.gz) = 41272 bytes



Home | Main Index | Thread Index | Old Index