python-attrs: update to 23.1.0

This commit is contained in:
Mehdi Chinoune
2023-05-06 06:47:12 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 882e367978
commit 83ecd068ee

View File

@@ -3,16 +3,17 @@
_realname=attrs
pkgbase=python-attrs
pkgname=("python-${_realname}")
pkgver=22.2.0
pkgrel=2
pkgver=23.1.0
pkgrel=1
pkgdesc="Attributes without boilerplate."
arch=('any')
license=('spdx:MIT')
url="https://attrs.readthedocs.org/"
depends=('python')
makedepends=(
'python-setuptools'
'python-wheel'
'python-hatchling'
'python-hatch-vcs'
'python-hatch-fancy-pypi-readme'
'python-build'
'python-installer'
)
@@ -20,7 +21,7 @@ provides=("python3-${_realname}")
replaces=("python3-${_realname}")
conflicts=("python3-${_realname}")
source=("https://pypi.io/packages/source/a/attrs/attrs-$pkgver.tar.gz")
sha512sums=('a7707fb11e21cddd2b25c94c9859dc8306745f0256237493a4ad818ffaf005d1c1e84d55d07fce14eaea18fde4994363227286df2751523e1fe4ef6623562a20')
sha512sums=('1fff41da90668601b29412f71b4419dd9ffb9f2a8e54ce2199198557729167d6d7574954dc998818caba0d6bc378ab2ce068541df9c1c0d4ab1b071758d4a38a')
build() {
cd "${srcdir}/${_realname}-${pkgver}"