From 68467dd27504f1e13af9a8eaa92bfb50fee4574e Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 8 May 2025 08:35:43 -0400 Subject: [PATCH] python3-discogs_client: update to 2.8. --- srcpkgs/python3-discogs_client/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template index e90b6ce4a25..35ccdbc22d1 100644 --- a/srcpkgs/python3-discogs_client/template +++ b/srcpkgs/python3-discogs_client/template @@ -1,17 +1,18 @@ # Template file for 'python3-discogs_client' pkgname=python3-discogs_client -version=2.7.1 +version=2.8 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-requests python3-six python3-oauthlib" +depends="python3-requests python3-oauthlib python3-dateutil" +checkdepends="$depends python3-pytest" short_desc="Official Discogs API client for Python3" maintainer="Joel Beckmeyer " license="BSD-2-Clause" homepage="https://github.com/joalla/discogs_client" changelog="https://github.com/joalla/discogs_client/releases" distfiles="${PYPI_SITE}/p/python3-discogs-client/python3_discogs_client-${version}.tar.gz" -checksum=f2453582f5d044ea5847d27cfe56473179e51c9a836913b46db803c20ae598f9 +checksum=0f2c77f4ff491a6ef60fe892032028df899808e65efcd48249b4ecf21146b33b post_install() { vlicense LICENSE