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:           Mon Jul 22 04:04:07 UTC 2024

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

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

v1.2.2

Bugfixes
- Pin to flake8<6 as it's incompatible.
- Remove reference to py.builtin in tests.
- Disabled the 'enabler' plugin when running tests.

v1.2.1

Bugfixes
- Declare minimum flake8 as v5.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-flake8/Makefile
cvs rdiff -u -r1.14 -r1.15 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.16 pkgsrc/devel/py-test-flake8/Makefile:1.17
--- pkgsrc/devel/py-test-flake8/Makefile:1.16   Sat Jul 20 06:07:44 2024
+++ pkgsrc/devel/py-test-flake8/Makefile        Mon Jul 22 04:04:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/07/20 06:07:44 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/07/22 04:04:07 adam Exp $
 
-DISTNAME=      pytest_flake8-1.2.0
+DISTNAME=      pytest_flake8-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-flake8/}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-flake8>=4.0:../../devel/py-flake8
+DEPENDS+=      ${PYPKGPREFIX}-flake8>=5:../../devel/py-flake8
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-test-flake8/distinfo
diff -u pkgsrc/devel/py-test-flake8/distinfo:1.14 pkgsrc/devel/py-test-flake8/distinfo:1.15
--- pkgsrc/devel/py-test-flake8/distinfo:1.14   Sat Jul 20 06:07:44 2024
+++ pkgsrc/devel/py-test-flake8/distinfo        Mon Jul 22 04:04:07 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/07/20 06:07:44 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/07/22 04:04:07 adam Exp $
 
-BLAKE2s (pytest_flake8-1.2.0.tar.gz) = 728a2c2c12e9a8237d2de6152f38f0331629c6fed19c6818dfe621252172ce8d
-SHA512 (pytest_flake8-1.2.0.tar.gz) = 735158737920e619b4f5d54ab102bda288082c56432fcd71d88cba551f0f42fc0eb0465a2291bdfff84620bcabd8469b8536df43084c63333079ecaf31dbf945
-Size (pytest_flake8-1.2.0.tar.gz) = 12689 bytes
+BLAKE2s (pytest_flake8-1.2.2.tar.gz) = 735ad46077e8f8140811fc9ab15603e1200a1d2ac28ba9aa0aff2e5198db85ff
+SHA512 (pytest_flake8-1.2.2.tar.gz) = d377106b13719524c8f5d930fdf9e39efee8508c0eb81ad857404cf14651fe9944cf201f119ecc8610b70d5a112649ddb4333f01ca4b191167011c6079990271
+Size (pytest_flake8-1.2.2.tar.gz) = 12808 bytes



Home | Main Index | Thread Index | Old Index