pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/py-discogs-client py-discogs-client: updated to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/56d2cb46f257
branches: trunk
changeset: 448416:56d2cb46f257
user: adam <adam%pkgsrc.org@localhost>
date: Sun Mar 07 17:31:28 2021 +0000
description:
py-discogs-client: updated to 2.3.0
v2.3.0:
DEPRECATED
This project is no longer maintained. You can still use a REST client like Requests or other third-party Python library to access the Discogs REST API.
v2.2.2:
Updates dependencies to resolve security vulnerabilities, and modernizes Python versions under test.
diffstat:
audio/py-discogs-client/Makefile | 6 ++++--
audio/py-discogs-client/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r c0901aefa50e -r 56d2cb46f257 audio/py-discogs-client/Makefile
--- a/audio/py-discogs-client/Makefile Sun Mar 07 17:30:22 2021 +0000
+++ b/audio/py-discogs-client/Makefile Sun Mar 07 17:31:28 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/07/09 08:16:50 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/03/07 17:31:28 adam Exp $
-DISTNAME= discogs-client-2.2.1
+DISTNAME= discogs-client-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/discogs-client/}
@@ -16,5 +16,7 @@
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-oauthlib
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c0901aefa50e -r 56d2cb46f257 audio/py-discogs-client/distinfo
--- a/audio/py-discogs-client/distinfo Sun Mar 07 17:30:22 2021 +0000
+++ b/audio/py-discogs-client/distinfo Sun Mar 07 17:31:28 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/07/09 08:16:50 adam Exp $
+$NetBSD: distinfo,v 1.2 2021/03/07 17:31:28 adam Exp $
-SHA1 (discogs-client-2.2.1.tar.gz) = 4f5f36570f0d0a5157d31c51fa3eb0a360472307
-RMD160 (discogs-client-2.2.1.tar.gz) = 8d301359bb7c94f295c25a5935e732a1e8b06f19
-SHA512 (discogs-client-2.2.1.tar.gz) = fa339b14d5655a36fdf252fd94c729ecb97e195c1f7eb2e5207355dc5f4fd89d0b738218ffbac71acab4f143870bdba5cf5ea02dff70166014f14c30481ae1e5
-Size (discogs-client-2.2.1.tar.gz) = 24645 bytes
+SHA1 (discogs-client-2.3.0.tar.gz) = 0077f4f6e2651509b0c412dac43e50b7f2ea159c
+RMD160 (discogs-client-2.3.0.tar.gz) = 0eb52b41ef537856d39c389fc320f7e95acb7bb2
+SHA512 (discogs-client-2.3.0.tar.gz) = 1912c0b9a3ff5ef33bcea92e322580458b78c5ad280cfde1f1e180a096bd2afe8f0d22059b985a8efd6fe5a84b54fecbeee521ccc698c694b3d6d3e66f976afc
+Size (discogs-client-2.3.0.tar.gz) = 24716 bytes
Home |
Main Index |
Thread Index |
Old Index