Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 May 2026 11:19:32 +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: 1defd8fe9267 - main - devel/py-astroid: Update to 4.1.2
Message-ID:  <69f5ddc4.30aa0.18c4d666@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=1defd8fe92672d1b1df194ab72b16399c213150b

commit 1defd8fe92672d1b1df194ab72b16399c213150b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-02 11:13:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-02 11:13:47 +0000

    devel/py-astroid: Update to 4.1.2
    
    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 | 7 +++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile
index 4027e3ac0fab..494b1b0d4374 100644
--- a/devel/py-astroid/Makefile
+++ b/devel/py-astroid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	astroid
-PORTVERSION=	4.1.0
+PORTVERSION=	4.1.2
 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 a322980bc0a4..87877af81fa7 100644
--- a/devel/py-astroid/distinfo
+++ b/devel/py-astroid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771421540
-SHA256 (astroid-4.1.0.tar.gz) = e2fbab37f205a651e6a168cb1e9a6a10677f6fa6a1c21833d113999855b04259
-SIZE (astroid-4.1.0.tar.gz) = 412160
+TIMESTAMP = 1777572508
+SHA256 (astroid-4.1.2.tar.gz) = d6c4a52bfcda4bbeb7359dead642b0248b90f7d9a07e690230bd86fefd6d37f1
+SIZE (astroid-4.1.2.tar.gz) = 414896
diff --git a/devel/py-astroid/files/patch-pyproject.toml b/devel/py-astroid/files/patch-pyproject.toml
index b40cd2d44285..6c818c51b5b7 100644
--- a/devel/py-astroid/files/patch-pyproject.toml
+++ b/devel/py-astroid/files/patch-pyproject.toml
@@ -1,9 +1,8 @@
---- pyproject.toml.orig	2026-02-09 02:19:22 UTC
+--- pyproject.toml.orig	2026-03-22 19:16:10 UTC
 +++ pyproject.toml
-@@ -1,15 +1,14 @@ build-backend = "setuptools.build_meta"
+@@ -1,14 +1,13 @@ build-backend = "setuptools.build_meta"
  [build-system]
  build-backend = "setuptools.build_meta"
- 
 -requires = [ "setuptools>=77" ]
 +requires = [ "setuptools>=62.6" ]
  
@@ -15,6 +14,6 @@
 -license = "LGPL-2.1-OR-later"
 -license-files = [ "LICENSE", "CONTRIBUTORS.txt" ]
 +license = { text = "LGPL-2.1-or-later" }
- 
  requires-python = ">=3.10.0"
  classifiers = [
+   "Development Status :: 6 - Mature",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f5ddc4.30aa0.18c4d666>