[arch-commits] Commit in python-unearth/trunk (PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Sun Jul 31 11:20:21 UTC 2022
Date: Sunday, July 31, 2022 @ 11:20:21
Author: dvzrv
Revision: 1259301
upgpkg: python-unearth 0.6.1-1: Upgrade to 0.6.1.
Modified:
python-unearth/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-31 11:18:48 UTC (rev 1259300)
+++ PKGBUILD 2022-07-31 11:20:21 UTC (rev 1259301)
@@ -2,7 +2,7 @@
_name=unearth
pkgname=python-unearth
-pkgver=0.5.2
+pkgver=0.6.1
pkgrel=1
pkgdesc="A utility to fetch and download python packages"
arch=(any)
@@ -10,13 +10,13 @@
license=(MIT)
depends=(python-packaging python-requests)
makedepends=(python-build python-installer python-pdm-pep517 python-wheel)
-checkdepends=(python-flask python-pytest python-requests-wsgi-adapter)
+checkdepends=(python-flask python-pytest python-pytest-httpserver python-requests-wsgi-adapter python-trustme)
optdepends=('python-keyring: use keyring for authentication')
source=(
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
)
-sha256sums=('e51696b1913f591b41927b3eef8cebe84668fb769bf81f88094b7cc99afa706d')
-b2sums=('c14626c49c83c69ae31c3bd7626b412afd74b8dcafbfad460b6d30b918e4f48864fa2c7c8f6fe85063baedd488f69137d3d1386502bd53118bd905bfc003ad60')
+sha256sums=('4b7bfbd7d34a11673d80dfae7fabbf921c139aac78383fb0ca16a90d3b53a66e')
+b2sums=('84f7fe8615f01abb6e109649269b48954cbee026492b8cc37d05ca3ed4823d91064dd05c48c9eebb0c98fc07c006a144d4f14a38c7ba7d003bc63a02dc9d205d')
build() {
cd $_name-$pkgver
More information about the arch-commits
mailing list