python3-attrs: update to 25.4.0.
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
f8884121c0
commit
c87c614614
@@ -0,0 +1,13 @@
|
||||
See: https://github.com/python-attrs/attrs/pull/1492
|
||||
|
||||
--- a/tests/test_pyright.py
|
||||
+++ b/tests/test_pyright.py
|
||||
@@ -51,7 +51,7 @@
|
||||
"information",
|
||||
'Type of "DefineConverter.__init__" is '
|
||||
'"(self: DefineConverter, with_converter: str | Buffer | '
|
||||
- 'SupportsInt | SupportsIndex | SupportsTrunc) -> None"',
|
||||
+ 'SupportsInt | SupportsIndex) -> None"',
|
||||
),
|
||||
(
|
||||
"error",
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'python3-attrs'
|
||||
pkgname=python3-attrs
|
||||
version=25.3.0
|
||||
revision=2
|
||||
version=25.4.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools hatch-vcs hatch-fancy-pypi-readme"
|
||||
depends="python3"
|
||||
@@ -12,7 +12,7 @@ license="MIT"
|
||||
homepage="https://attrs.readthedocs.io/"
|
||||
changelog="https://raw.githubusercontent.com/python-attrs/attrs/main/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz"
|
||||
checksum=75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b
|
||||
checksum=16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
||||
Reference in New Issue
Block a user