pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/py-discogs-client



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  7 17:31:28 UTC 2021

Modified Files:
        pkgsrc/audio/py-discogs-client: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/py-discogs-client/Makefile \
    pkgsrc/audio/py-discogs-client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/py-discogs-client/Makefile
diff -u pkgsrc/audio/py-discogs-client/Makefile:1.1 pkgsrc/audio/py-discogs-client/Makefile:1.2
--- pkgsrc/audio/py-discogs-client/Makefile:1.1 Mon Jul  9 08:16:50 2018
+++ pkgsrc/audio/py-discogs-client/Makefile     Sun Mar  7 17:31:28 2021
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-six-[0-9]*:../.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-oauthlib
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/audio/py-discogs-client/distinfo
diff -u pkgsrc/audio/py-discogs-client/distinfo:1.1 pkgsrc/audio/py-discogs-client/distinfo:1.2
--- pkgsrc/audio/py-discogs-client/distinfo:1.1 Mon Jul  9 08:16:50 2018
+++ pkgsrc/audio/py-discogs-client/distinfo     Sun Mar  7 17:31:28 2021
@@ -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