pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-codestyle



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul 31 07:26:08 UTC 2023

Modified Files:
        pkgsrc/devel/py-codestyle: Makefile distinfo

Log Message:
py-codestyle: updated to 2.11.0

2.11.0 (2023-07-29)
-------------------

Changes:

* Drop EOL python 3.6 / 3.7.
* Add support for python 3.12.
* E721: adjust handling of type comparison. Allowed forms are now
  ``isinstance(x, t)`` or ``type(x) is t``.
* Remove handling of python 2 ``<>`` operator.
* W606: removed.  ``async`` / ``await`` are always keywords.
* Internal: move tests to pytest.
* Remove handling of python 2 ``ur''`` strings.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-codestyle/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-codestyle/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-codestyle/Makefile
diff -u pkgsrc/devel/py-codestyle/Makefile:1.12 pkgsrc/devel/py-codestyle/Makefile:1.13
--- pkgsrc/devel/py-codestyle/Makefile:1.12     Sun Apr 30 14:36:13 2023
+++ pkgsrc/devel/py-codestyle/Makefile  Mon Jul 31 07:26:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/04/30 14:36:13 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2023/07/31 07:26:08 adam Exp $
 
-DISTNAME=      pycodestyle-2.10.0
+DISTNAME=      pycodestyle-2.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycodestyle/}
@@ -20,8 +20,5 @@ post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} pycodestyle pycodestyle-${PYVERSSUFFIX} || ${TRUE}
 
-do-test:
-       cd ${WRKSRC} && ${PYTHONBIN} -m unittest -v
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-codestyle/distinfo
diff -u pkgsrc/devel/py-codestyle/distinfo:1.10 pkgsrc/devel/py-codestyle/distinfo:1.11
--- pkgsrc/devel/py-codestyle/distinfo:1.10     Sun Apr 30 14:36:13 2023
+++ pkgsrc/devel/py-codestyle/distinfo  Mon Jul 31 07:26:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2023/04/30 14:36:13 wiz Exp $
+$NetBSD: distinfo,v 1.11 2023/07/31 07:26:08 adam Exp $
 
-BLAKE2s (pycodestyle-2.10.0.tar.gz) = 0fa0519c091f7932f8fd64f00a0bd959804e4c5bc5b6f25230567f501d5519c4
-SHA512 (pycodestyle-2.10.0.tar.gz) = b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
-Size (pycodestyle-2.10.0.tar.gz) = 101916 bytes
+BLAKE2s (pycodestyle-2.11.0.tar.gz) = a0f4c3b22d3def7a0e3625c614e6e91c090a92c98288a3e8029de1a0f1c0c205
+SHA512 (pycodestyle-2.11.0.tar.gz) = 6e8a53dbf3e290b4aded3ef8b31c5905b5638c898969230ac8801cd1efe41c410d1165b3b0181d6a7a812af49501f73723528f2d081e53b94c6bb379df0d6d9f
+Size (pycodestyle-2.11.0.tar.gz) = 38949 bytes



Home | Main Index | Thread Index | Old Index