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:   wiz
Date:           Tue Jul  1 19:31:43 UTC 2025

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

Log Message:
py-codestyle: update to 2.14.0.

* Add support for python 3.14.  PR #1283.
* Fix false positive for TypeVar defaults with more than one argument.
  PR #1286.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-codestyle/Makefile
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/devel/py-codestyle/Makefile:1.19
--- pkgsrc/devel/py-codestyle/Makefile:1.18     Sat Apr 12 08:21:18 2025
+++ pkgsrc/devel/py-codestyle/Makefile  Tue Jul  1 19:31:43 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.18 2025/04/12 08:21:18 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/07/01 19:31:43 wiz Exp $
 
-DISTNAME=      pycodestyle-2.13.0
+DISTNAME=      pycodestyle-2.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycodestyle/}
 
 MAINTAINER=    wenheping%gmail.com@localhost
-HOMEPAGE=      https://github.com/PyCQA/pycodestyle
+HOMEPAGE=      https://pycodestyle.pycqa.org/en/latest/
 COMMENT=       Python style guide checker
 LICENSE=       mit
 

Index: pkgsrc/devel/py-codestyle/distinfo
diff -u pkgsrc/devel/py-codestyle/distinfo:1.15 pkgsrc/devel/py-codestyle/distinfo:1.16
--- pkgsrc/devel/py-codestyle/distinfo:1.15     Sat Apr 12 08:21:18 2025
+++ pkgsrc/devel/py-codestyle/distinfo  Tue Jul  1 19:31:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/04/12 08:21:18 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/07/01 19:31:43 wiz Exp $
 
-BLAKE2s (pycodestyle-2.13.0.tar.gz) = 5311165546b42ad980d6a3fe5d068c3b200449ac1659a3b9a5c4a9c7d1cfab63
-SHA512 (pycodestyle-2.13.0.tar.gz) = eca00f19ac2036dfc7d78da7cbda7b57e8f2aea961be49ef88d03dbc7cc158e69a6953e03cf78e7d7ce5706ccaff6afc04d3cf550b997c00dfe18f5f18692f56
-Size (pycodestyle-2.13.0.tar.gz) = 39312 bytes
+BLAKE2s (pycodestyle-2.14.0.tar.gz) = 58c7e5b3e3fc9ffc1a213a47ef8ce71fede598284fe4f946c622f0b9e42236a7
+SHA512 (pycodestyle-2.14.0.tar.gz) = 0ab7547d0c950b3bdad4dfa85ed3ac3710dc6086fa79e8b965bccb980d63e44bf4fc2d06e62e11698db95300c3bb9b9e501e34f5991364bcd7f8e388aa8ec154
+Size (pycodestyle-2.14.0.tar.gz) = 39472 bytes



Home | Main Index | Thread Index | Old Index