pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-argcomplete



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Jan 20 09:38:58 UTC 2017

Modified Files:
        pkgsrc/devel/py-argcomplete: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-argcomplete/Makefile \
    pkgsrc/devel/py-argcomplete/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-argcomplete/PLIST

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

Modified files:

Index: pkgsrc/devel/py-argcomplete/Makefile
diff -u pkgsrc/devel/py-argcomplete/Makefile:1.10 pkgsrc/devel/py-argcomplete/Makefile:1.11
--- pkgsrc/devel/py-argcomplete/Makefile:1.10   Fri Dec  2 10:24:31 2016
+++ pkgsrc/devel/py-argcomplete/Makefile        Fri Jan 20 09:38:57 2017
@@ -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/}
Index: pkgsrc/devel/py-argcomplete/distinfo
diff -u pkgsrc/devel/py-argcomplete/distinfo:1.10 pkgsrc/devel/py-argcomplete/distinfo:1.11
--- pkgsrc/devel/py-argcomplete/distinfo:1.10   Fri Dec  2 10:24:31 2016
+++ pkgsrc/devel/py-argcomplete/distinfo        Fri Jan 20 09:38:57 2017
@@ -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

Index: pkgsrc/devel/py-argcomplete/PLIST
diff -u pkgsrc/devel/py-argcomplete/PLIST:1.3 pkgsrc/devel/py-argcomplete/PLIST:1.4
--- pkgsrc/devel/py-argcomplete/PLIST:1.3       Fri Nov  4 10:55:44 2016
+++ pkgsrc/devel/py-argcomplete/PLIST   Fri Jan 20 09:38:57 2017
@@ -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}/PKG-INFO
 ${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



Home | Main Index | Thread Index | Old Index