python-attrs: bump to 25.4.0

Changes since 23.1.0:
- attrs 24.1.0: add __attrs_init__ customization via on_setattr
- attrs 24.2.0: improve type annotations, deprecate older APIs
- attrs 25.1.0: Python 3.13 support, drop Python 3.7
- attrs 25.3.0: further type annotation improvements
- attrs 25.4.0: bug fixes and maintenance

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
Alexandru Ardelean
2026-03-22 06:55:57 +00:00
committed by Alexandru Ardelean
parent dc489c0822
commit 60c5eb29a3
2 changed files with 47 additions and 3 deletions
+3 -3
View File
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-attrs
PKG_VERSION:=23.1.0
PKG_VERSION:=25.4.0
PKG_RELEASE:=1
PYPI_NAME:=attrs
PKG_HASH:=6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015
PKG_HASH:=16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
@@ -30,7 +30,7 @@ define Package/python3-attrs
SUBMENU:=Python
TITLE:=Classes Without Boilerplate
URL:=https://www.attrs.org/
DEPENDS:=+python3-light
DEPENDS:=+python3-light +python3-codecs
endef
define Package/python3-attrs/description