pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-parsel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 12 20:04:22 UTC 2019

Modified Files:
        pkgsrc/www/py-parsel: Makefile distinfo

Log Message:
py-parsel: updated to 1.5.2

1.5.2:
* Selector.remove_namespaces received a significant performance improvement
* The value of data within the printable representation of a selector
  (repr(selector)) now ends in ... when truncated, to make the
  truncation obvious.
* Minor documentation improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-parsel/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-parsel/distinfo

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

Modified files:

Index: pkgsrc/www/py-parsel/Makefile
diff -u pkgsrc/www/py-parsel/Makefile:1.7 pkgsrc/www/py-parsel/Makefile:1.8
--- pkgsrc/www/py-parsel/Makefile:1.7   Thu Nov 15 09:53:33 2018
+++ pkgsrc/www/py-parsel/Makefile       Mon Aug 12 20:04:22 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/11/15 09:53:33 adam Exp $
+# $NetBSD: Makefile,v 1.8 2019/08/12 20:04:22 adam Exp $
 
-DISTNAME=      parsel-1.5.1
+DISTNAME=      parsel-1.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsel/}

Index: pkgsrc/www/py-parsel/distinfo
diff -u pkgsrc/www/py-parsel/distinfo:1.5 pkgsrc/www/py-parsel/distinfo:1.6
--- pkgsrc/www/py-parsel/distinfo:1.5   Thu Nov 15 09:53:33 2018
+++ pkgsrc/www/py-parsel/distinfo       Mon Aug 12 20:04:22 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/11/15 09:53:33 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/08/12 20:04:22 adam Exp $
 
-SHA1 (parsel-1.5.1.tar.gz) = 1eeb15923381ddf8e8e3e6ccbc4c33a0ac4d080e
-RMD160 (parsel-1.5.1.tar.gz) = ba21b4d5c1127dd0bd04da97e512e4862d5bc5be
-SHA512 (parsel-1.5.1.tar.gz) = 0e7ffcaecf2f3867ce899ed8ae4093c20f6da3e32f4e5cff90f13352421d4ca37f3375c018e7d45747c508138cfbcdaa86528706e8c36892ac6c0ccccb59f7c5
-Size (parsel-1.5.1.tar.gz) = 40613 bytes
+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



Home | Main Index | Thread Index | Old Index