pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-argcomplete Update devel/py-argcomplete to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a242049b9bc
branches:  trunk
changeset: 357420:9a242049b9bc
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Jan 20 09:38:57 2017 +0000

description:
Update devel/py-argcomplete to 1.8.0.

- Simplify nospace handling in global completion (#195)
- Specially handle all characters in COMP_WORDBREAKS (#187)
- Use setuptools tests-require directive, fixes #186
- Complete files using the specified interpreter (#192)
- Fix completion for scripts run via python (#191)
- Clarify argument to register-python-argcomplete (#190)
- Fix handling of commas and other special chars (#172); handle more
  special characters (#189)
- Fix handling of special characters in tcsh (#188)
- Update my_shlex to Python 3.6 version (#184)
- Fix additional trailing space in exact matches (#183)
- Adjust tests to handle development environments (#180)
- Fix tcsh tests on OSX (#177); Update bash on OSX (#176); Check output
  of test setup command (#179)
- Optionally disable duplicated flags (#143)
- Add default_completer option to CompletionFinder.call (#167)
- Let bash add or suppress trailing space (#159)

diffstat:

 devel/py-argcomplete/Makefile |   4 ++--
 devel/py-argcomplete/PLIST    |   3 ++-
 devel/py-argcomplete/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 590b87f78a31 -r 9a242049b9bc devel/py-argcomplete/Makefile
--- a/devel/py-argcomplete/Makefile     Fri Jan 20 00:44:49 2017 +0000
+++ b/devel/py-argcomplete/Makefile     Fri Jan 20 09:38:57 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2016/12/02 10:24:31 fhajny Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/20 09:38:57 fhajny Exp $
 
-DISTNAME=      argcomplete-1.7.0
+DISTNAME=      argcomplete-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/argcomplete/}
diff -r 590b87f78a31 -r 9a242049b9bc devel/py-argcomplete/PLIST
--- a/devel/py-argcomplete/PLIST        Fri Jan 20 00:44:49 2017 +0000
+++ b/devel/py-argcomplete/PLIST        Fri Jan 20 09:38:57 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2016/11/04 10:55:44 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.4 2017/01/20 09:38:57 fhajny Exp $
 bin/activate-global-python-argcomplete
 bin/python-argcomplete-check-easy-install-script
 bin/python-argcomplete-tcsh
@@ -7,6 +7,7 @@
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/argcomplete/__init__.py
 ${PYSITELIB}/argcomplete/__init__.pyc
diff -r 590b87f78a31 -r 9a242049b9bc devel/py-argcomplete/distinfo
--- a/devel/py-argcomplete/distinfo     Fri Jan 20 00:44:49 2017 +0000
+++ b/devel/py-argcomplete/distinfo     Fri Jan 20 09:38:57 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/12/02 10:24:31 fhajny Exp $
+$NetBSD: distinfo,v 1.11 2017/01/20 09:38:57 fhajny Exp $
 
-SHA1 (argcomplete-1.7.0.tar.gz) = 10328510d18e89cec40f16650fccbf6dfb4c8858
-RMD160 (argcomplete-1.7.0.tar.gz) = f98b71c4ff5bc36bede178f0e9063a659b054127
-SHA512 (argcomplete-1.7.0.tar.gz) = 151a38c4e7d49e91b9c06fb87365da97140b912a50a9e9d7725155302120d1529e5869e30c2648ee9eb55505bc2b3de6280a55e9616a78695b326a380578f497
-Size (argcomplete-1.7.0.tar.gz) = 50194 bytes
+SHA1 (argcomplete-1.8.0.tar.gz) = 1cd9716f2a00fa40bd84f37ed0bf7904dc6fec1a
+RMD160 (argcomplete-1.8.0.tar.gz) = d36e051c9f5e52ba8b9500557ab6a049b4ae43f6
+SHA512 (argcomplete-1.8.0.tar.gz) = 9d42a170fc7548755987f38766c0264e35b2c6109922d11d68b75a4e0294b2945c77274724a64864e67734a3571a3fa24ef9d082855eb383478248c1f55a0cb3
+Size (argcomplete-1.8.0.tar.gz) = 53222 bytes



Home | Main Index | Thread Index | Old Index