pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-flake8



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 26 17:17:49 UTC 2017

Modified Files:
        pkgsrc/devel/py-test-flake8: Makefile distinfo

Log Message:
py-test-flake8: updated to 0.9.1

0.9.1
Do continuous integration with Travis
Declare compatibility with Python 3.6


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-flake8/Makefile \
    pkgsrc/devel/py-test-flake8/distinfo

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-test-flake8/Makefile
diff -u pkgsrc/devel/py-test-flake8/Makefile:1.1 pkgsrc/devel/py-test-flake8/Makefile:1.2
--- pkgsrc/devel/py-test-flake8/Makefile:1.1    Mon Aug 21 15:35:11 2017
+++ pkgsrc/devel/py-test-flake8/Makefile        Sun Nov 26 17:17:49 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/08/21 15:35:11 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/26 17:17:49 adam Exp $
 
-DISTNAME=      pytest-flake8-0.8.1
+DISTNAME=      pytest-flake8-0.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/tholo/pytes
 COMMENT=       Plugin plugin to check FLAKE8 requirements
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-flake8>=3.0:../../devel/py-flake8
-DEPENDS+=      ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-flake8>=3.5:../../devel/py-flake8
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.2:../../devel/py-test
 
 USE_LANGUAGES=         # none
 
Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.1 pkgsrc/devel/py-test-flake8/distinfo:1.2
--- pkgsrc/devel/py-test-flake8/distinfo:1.1    Mon Aug 21 15:35:11 2017
+++ pkgsrc/devel/py-test-flake8/distinfo        Sun Nov 26 17:17:49 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/08/21 15:35:11 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/11/26 17:17:49 adam Exp $
 
-SHA1 (pytest-flake8-0.8.1.tar.gz) = f48ae360823c17c30e7cc6e3a749a9a960889042
-RMD160 (pytest-flake8-0.8.1.tar.gz) = 4b08c67fc29be1f5a7a18a43eec2bc4a6118630c
-SHA512 (pytest-flake8-0.8.1.tar.gz) = b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89
-Size (pytest-flake8-0.8.1.tar.gz) = 7359 bytes
+SHA1 (pytest-flake8-0.9.1.tar.gz) = 93f1cc871b5a28c7410e6d6a80fb709be426a263
+RMD160 (pytest-flake8-0.9.1.tar.gz) = 4fc46cf0a8a97f6e4d13ff47b84e10bf34016d4c
+SHA512 (pytest-flake8-0.9.1.tar.gz) = eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1
+Size (pytest-flake8-0.9.1.tar.gz) = 7959 bytes



Home | Main Index | Thread Index | Old Index