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:           Fri Feb  1 09:22:33 UTC 2019

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

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

1.0.4
- Support flake8 3.7+ by checking existence of "app.make_notifier";
- More fixes for Travis CI -- properly specify Python versions, in
  particular for pypy (and fix a typo)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/py-test-flake8/Makefile:1.7
--- pkgsrc/devel/py-test-flake8/Makefile:1.6    Tue Jan 15 10:27:33 2019
+++ pkgsrc/devel/py-test-flake8/Makefile        Fri Feb  1 09:22:33 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/01/15 10:27:33 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/02/01 09:22:33 adam Exp $
 
-DISTNAME=      pytest-flake8-1.0.3
+DISTNAME=      pytest-flake8-1.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.6 pkgsrc/devel/py-test-flake8/distinfo:1.7
--- pkgsrc/devel/py-test-flake8/distinfo:1.6    Tue Jan 15 10:27:33 2019
+++ pkgsrc/devel/py-test-flake8/distinfo        Fri Feb  1 09:22:33 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/01/15 10:27:33 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/02/01 09:22:33 adam Exp $
 
-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
+SHA1 (pytest-flake8-1.0.4.tar.gz) = 9bc6d19f4e36ab7b66f8c3aaf91d73382ba3db14
+RMD160 (pytest-flake8-1.0.4.tar.gz) = 75904d16ca22415e09f7b728920479035bd96e68
+SHA512 (pytest-flake8-1.0.4.tar.gz) = 39ac19f3216386dc33b7c3c7c12a026751bb636d140340eb9585e161292d74f587c3a032125380bd12834e841172bf47652c19036bd06d493abd11cefe428429
+Size (pytest-flake8-1.0.4.tar.gz) = 8183 bytes



Home | Main Index | Thread Index | Old Index