Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:23:01 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b2eab837aab7 - main - devel/py-astroid: Update to 4.1.0
Message-ID:  <69af1005.1e5c2.4b86141b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b2eab837aab72e259c152070d458c2950ede6ff0

commit b2eab837aab72e259c152070d458c2950ede6ff0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:56:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:18:37 +0000

    devel/py-astroid: Update to 4.1.0
    
    Changes:        https://github.com/pylint-dev/astroid/releases
                    https://pylint.readthedocs.io/projects/astroid/en/latest/whatsnew.html
---
 devel/py-astroid/Makefile                   | 2 +-
 devel/py-astroid/distinfo                   | 6 +++---
 devel/py-astroid/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 83e8280b31c8..4027e3ac0fab 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	astroid
-PORTVERSION=	4.0.3
+PORTVERSION=	4.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI \
 		https://github.com/pylint-dev/astroid/releases/download/v${PORTVERSION}/
diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo
index 9260ec60c22a..a322980bc0a4 100644
--- a/devel/py-astroid/distinfo
+++ b/devel/py-astroid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768625643
-SHA256 (astroid-4.0.3.tar.gz) = 08d1de40d251cc3dc4a7a12726721d475ac189e4e583d596ece7422bc176bda3
-SIZE (astroid-4.0.3.tar.gz) = 406224
+TIMESTAMP = 1771421540
+SHA256 (astroid-4.1.0.tar.gz) = e2fbab37f205a651e6a168cb1e9a6a10677f6fa6a1c21833d113999855b04259
+SIZE (astroid-4.1.0.tar.gz) = 412160
diff --git a/devel/py-astroid/files/patch-pyproject.toml b/devel/py-astroid/files/patch-pyproject.toml
index 97b1efd41b01..b40cd2d44285 100644
--- a/devel/py-astroid/files/patch-pyproject.toml
+++ b/devel/py-astroid/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-05-10 13:32:40 UTC
+--- pyproject.toml.orig	2026-02-09 02:19:22 UTC
 +++ pyproject.toml
 @@ -1,15 +1,14 @@ build-backend = "setuptools.build_meta"
  [build-system]
@@ -12,9 +12,9 @@
  description = "An abstract syntax tree for Python with inference support."
  readme = "README.rst"
  keywords = [ "abstract syntax tree", "python", "static code analysis" ]
--license = "LGPL-2.1-or-later"
+-license = "LGPL-2.1-OR-later"
 -license-files = [ "LICENSE", "CONTRIBUTORS.txt" ]
 +license = { text = "LGPL-2.1-or-later" }
  
- requires-python = ">=3.9.0"
+ requires-python = ">=3.10.0"
  classifiers = [


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af1005.1e5c2.4b86141b>