From 54e813217adc153ef45d02960ae74b2cbb85095a Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 22 Mar 2026 06:55:57 +0000 Subject: [PATCH] python-attrs: bump to 26.1.0 Changelog since 25.3.0: - v25.4.0: Add python-hatch-fancy-pypi-readme as build dependency - v26.1.0: Field aliases now resolved before calling field_transformer, with new Attribute.alias_is_default flag (#1509); fix type annotations for validators.optional() with tuples (#1496); validators.disabled() now supports nesting (#1513); frozen classes support on_setattr=attrs.setters.NO_OP (#1515); attrs.fields() accepts instances in addition to classes (#1529) Full changelog: https://www.attrs.org/en/stable/changelog.html Signed-off-by: Alexandru Ardelean --- lang/python/python-attrs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-attrs/Makefile b/lang/python/python-attrs/Makefile index dec0c501cb..6c1c3543c6 100644 --- a/lang/python/python-attrs/Makefile +++ b/lang/python/python-attrs/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-attrs -PKG_VERSION:=25.4.0 +PKG_VERSION:=26.1.0 PKG_RELEASE:=1 PYPI_NAME:=attrs -PKG_HASH:=16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11 +PKG_HASH:=d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE