pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-astroid



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 11 13:50:45 UTC 2025

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

Log Message:
py-astroid: updated to 4.0.2

4.0.2

Handle FunctionDef blockstart_tolineno edge cases correctly.
Add HTTPMethod enum support to brain module for Python 3.11+.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/devel/py-astroid/Makefile
cvs rdiff -u -r1.93 -r1.94 pkgsrc/devel/py-astroid/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-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.105 pkgsrc/devel/py-astroid/Makefile:1.106
--- pkgsrc/devel/py-astroid/Makefile:1.105      Sun Oct 12 17:09:19 2025
+++ pkgsrc/devel/py-astroid/Makefile    Tue Nov 11 13:50:45 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.105 2025/10/12 17:09:19 wiz Exp $
+# $NetBSD: Makefile,v 1.106 2025/11/11 13:50:45 adam Exp $
 
-DISTNAME=      astroid-4.0.1
+DISTNAME=      astroid-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
 
 MAINTAINER=    kamel.derouiche%gmail.com@localhost
-HOMEPAGE=      https://github.com/pycqa/astroid
+HOMEPAGE=      https://github.com/pylint-dev/astroid
 COMMENT=       Rebuild a new abstract syntax tree from Python's ast
 LICENSE=       gnu-lgpl-v2.1
 

Index: pkgsrc/devel/py-astroid/distinfo
diff -u pkgsrc/devel/py-astroid/distinfo:1.93 pkgsrc/devel/py-astroid/distinfo:1.94
--- pkgsrc/devel/py-astroid/distinfo:1.93       Sun Oct 12 17:09:19 2025
+++ pkgsrc/devel/py-astroid/distinfo    Tue Nov 11 13:50:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.93 2025/10/12 17:09:19 wiz Exp $
+$NetBSD: distinfo,v 1.94 2025/11/11 13:50:45 adam Exp $
 
-BLAKE2s (astroid-4.0.1.tar.gz) = dddbcc56c86cd9b297386400b086c0c491338eec82decd88d62119fcc0d7262d
-SHA512 (astroid-4.0.1.tar.gz) = 60d749cdf926c7464b9fc07063944a545b72a200c964968f4cb5ba3cbd26338f427898b72d4be4d80a764e7bee72643c96990cd7da3e828284f2e13417b99c13
-Size (astroid-4.0.1.tar.gz) = 405414 bytes
+BLAKE2s (astroid-4.0.2.tar.gz) = 960a49ed27fd44f9bcdeeea4dc093680d0a94fb98885c03e9762379d4d6ed97c
+SHA512 (astroid-4.0.2.tar.gz) = afe9f156c3a9e9551f0aac2acb9325ff67a0d97727f7f9031534fbf2be8ad60fae682ef9d05d93bd13f4bdfd00154712c6f2fb7971075efa748a731a86bd2731
+Size (astroid-4.0.2.tar.gz) = 405714 bytes



Home | Main Index | Thread Index | Old Index