From 83ecd068ee708f4757d6496a57eb6eccc299577d Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 6 May 2023 06:47:12 +0000 Subject: [PATCH] python-attrs: update to 23.1.0 --- python-attrs/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-attrs/PKGBUILD b/python-attrs/PKGBUILD index b9a678e8..3c842c6f 100644 --- a/python-attrs/PKGBUILD +++ b/python-attrs/PKGBUILD @@ -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}"