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:           Tue Jan 15 10:27:33 UTC 2019

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

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

1.0.3
- Don't use long deprecated functions from pytest, broke with pytest 4.1.0
- Fix typo that caused some tests to not run as expected
- Run Travis CI tests against Python 3.7, and fix some issues with current tox


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/devel/py-test-flake8/Makefile:1.6
--- pkgsrc/devel/py-test-flake8/Makefile:1.5    Thu Aug  2 15:36:55 2018
+++ pkgsrc/devel/py-test-flake8/Makefile        Tue Jan 15 10:27:33 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/08/02 15:36:55 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/01/15 10:27:33 adam Exp $
 
-DISTNAME=      pytest-flake8-1.0.2
+DISTNAME=      pytest-flake8-1.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
@@ -11,7 +11,7 @@ COMMENT=      Plugin plugin to check FLAKE8 r
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-flake8>=3.5:../../devel/py-flake8
-DEPENDS+=      ${PYPKGPREFIX}-test>=3.2:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test>=3.5:../../devel/py-test
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.5 pkgsrc/devel/py-test-flake8/distinfo:1.6
--- pkgsrc/devel/py-test-flake8/distinfo:1.5    Thu Aug  2 15:36:55 2018
+++ pkgsrc/devel/py-test-flake8/distinfo        Tue Jan 15 10:27:33 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/08/02 15:36:55 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/01/15 10:27:33 adam Exp $
 
-SHA1 (pytest-flake8-1.0.2.tar.gz) = 6c3174ade6e6e6b5669cbf70de963c9666930c53
-RMD160 (pytest-flake8-1.0.2.tar.gz) = 0431877907339dff589c8b0dad621981e427b404
-SHA512 (pytest-flake8-1.0.2.tar.gz) = 5a3994577111661be4512839b20fa0a72c3d02659a69bca20a3658b3191cbc8c1f8416f53f7e2a541f772110be4684c267449d01aec7345e22632bfbf5d4d257
-Size (pytest-flake8-1.0.2.tar.gz) = 7974 bytes
+SHA1 (pytest-flake8-1.0.3.tar.gz) = 6bc22b26e718355f41f0514d201ea7a0ebe9972b
+RMD160 (pytest-flake8-1.0.3.tar.gz) = 27427390a3afb8b3d880a54c74fec434acd40644
+SHA512 (pytest-flake8-1.0.3.tar.gz) = 4985ea34cecde9a960cffdc305df4be2e106ed8938e459bc69077afda0bd1bad848a9f133ac374777f02ce3628c2acbaf002d4451717a85f2c62f50789d7235f
+Size (pytest-flake8-1.0.3.tar.gz) = 8070 bytes



Home | Main Index | Thread Index | Old Index