minor update to 1.0.0 (previously had no versioning). tested as
a dependency for py-discogs-client on amd64. All tests passed.
Updated diff to 1.0.3, tested as a dependency to py-discogs-client
on amd64.
This version will require you to regenerate your auth token
for discogs. This should probably be documented somewhere not sure
if it needs to go in current.html or just a README (this wasn't needed
from the previous version to 1.0.0, so it's not something which needs
to happen at each update apparently)
Steps needed are:
rm ~/.config/beets/discogs_token.json
and then the next time you run 'beet import' you'll get a URL to
visit where you login to discogs and get a new token.
thanks,
.jh
Index: security/py-oauthlib/Makefile
===================================================================
RCS file: /cvs/ports/security/py-oauthlib/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- security/py-oauthlib/Makefile 26 Jun 2015 07:37:13 -0000 1.1.1.1
+++ security/py-oauthlib/Makefile 25 Aug 2015 20:56:32 -0000
@@ -2,10 +2,10 @@
COMMENT = Python library for OAuth
-V = 0.20150523
+V = 1.3
GH_ACCOUNT = idan
GH_PROJECT = oauthlib
-GH_COMMIT = 16cd3b255b2c86ec7da412357cad899c72d8dbf7
+GH_COMMIT = 79722b2aa0b191db4a345ce29095b70d92ded140
DISTNAME = py-${GH_PROJECT}-$V
CATEGORIES = security
MAINTAINER = Johan Huldtgren <[email protected]>
Index: security/py-oauthlib/distinfo
===================================================================
RCS file: /cvs/ports/security/py-oauthlib/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- security/py-oauthlib/distinfo 26 Jun 2015 07:37:13 -0000 1.1.1.1
+++ security/py-oauthlib/distinfo 25 Aug 2015 20:56:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (py-oauthlib-0.20150523.tar.gz) = G9lXPHw+EIF5/s2aTkz+jrPWb4IuO6PcnoDbY4A/whM=
-SIZE (py-oauthlib-0.20150523.tar.gz) = 142548
+SHA256 (py-oauthlib-1.3.tar.gz) = CCw8sExEubgO4NJDf19+uBa3rW/q6+9h9MrbFOpTtuk=
+SIZE (py-oauthlib-1.3.tar.gz) = 145440
Index: security/py-oauthlib/pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/py-oauthlib/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- security/py-oauthlib/pkg/PLIST 26 Jun 2015 07:37:13 -0000 1.1.1.1
+++ security/py-oauthlib/pkg/PLIST 25 Aug 2015 20:56:32 -0000
@@ -1,11 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/26 07:37:13 landry Exp $
lib/python${MODPY_VERSION}/site-packages/oauthlib/
-lib/python${MODPY_VERSION}/site-packages/oauthlib-0.7.2-py${MODPY_VERSION}.egg-info/
-lib/python${MODPY_VERSION}/site-packages/oauthlib-0.7.2-py${MODPY_VERSION}.egg-info/PKG-INFO
-lib/python${MODPY_VERSION}/site-packages/oauthlib-0.7.2-py${MODPY_VERSION}.egg-info/SOURCES.txt
-lib/python${MODPY_VERSION}/site-packages/oauthlib-0.7.2-py${MODPY_VERSION}.egg-info/dependency_links.txt
-lib/python${MODPY_VERSION}/site-packages/oauthlib-0.7.2-py${MODPY_VERSION}.egg-info/requires.txt
-lib/python${MODPY_VERSION}/site-packages/oauthlib-0.7.2-py${MODPY_VERSION}.egg-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/oauthlib-1.0.3-py${MODPY_VERSION}.egg-info/
+lib/python${MODPY_VERSION}/site-packages/oauthlib-1.0.3-py${MODPY_VERSION}.egg-info/PKG-INFO
+lib/python${MODPY_VERSION}/site-packages/oauthlib-1.0.3-py${MODPY_VERSION}.egg-info/SOURCES.txt
+lib/python${MODPY_VERSION}/site-packages/oauthlib-1.0.3-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/oauthlib-1.0.3-py${MODPY_VERSION}.egg-info/requires.txt
+lib/python${MODPY_VERSION}/site-packages/oauthlib-1.0.3-py${MODPY_VERSION}.egg-info/top_level.txt
+lib/python${MODPY_VERSION}/site-packages/oauthlib-1.0.3-py${MODPY_VERSION}.egg-info/version.txt
lib/python${MODPY_VERSION}/site-packages/oauthlib/__init__.py
lib/python${MODPY_VERSION}/site-packages/oauthlib/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/oauthlib/common.py