pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pyquery



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 22 20:39:23 UTC 2017

Modified Files:
        pkgsrc/textproc/py-pyquery: Makefile PLIST distinfo

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-pyquery/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-pyquery/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-pyquery/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-pyquery/Makefile
diff -u pkgsrc/textproc/py-pyquery/Makefile:1.6 pkgsrc/textproc/py-pyquery/Makefile:1.7
--- pkgsrc/textproc/py-pyquery/Makefile:1.6     Sat Sep 16 19:27:20 2017
+++ pkgsrc/textproc/py-pyquery/Makefile Sun Oct 22 20:39:23 2017
@@ -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/}

Index: pkgsrc/textproc/py-pyquery/PLIST
diff -u pkgsrc/textproc/py-pyquery/PLIST:1.1 pkgsrc/textproc/py-pyquery/PLIST:1.2
--- pkgsrc/textproc/py-pyquery/PLIST:1.1        Fri May 16 01:06:29 2014
+++ pkgsrc/textproc/py-pyquery/PLIST    Sun Oct 22 20:39:23 2017
@@ -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}/${EGG_INFODIR}/top_level.tx
 ${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/openers.pyo
 ${PYSITELIB}/pyquery/pyquery.py
 ${PYSITELIB}/pyquery/pyquery.pyc
 ${PYSITELIB}/pyquery/pyquery.pyo
-${PYSITELIB}/pyquery/rules.py
-${PYSITELIB}/pyquery/rules.pyc
-${PYSITELIB}/pyquery/rules.pyo

Index: pkgsrc/textproc/py-pyquery/distinfo
diff -u pkgsrc/textproc/py-pyquery/distinfo:1.4 pkgsrc/textproc/py-pyquery/distinfo:1.5
--- pkgsrc/textproc/py-pyquery/distinfo:1.4     Tue Jul 11 08:18:43 2017
+++ pkgsrc/textproc/py-pyquery/distinfo Sun Oct 22 20:39:23 2017
@@ -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