diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-06-14 14:44:26 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-06-14 14:44:26 +0000 |
commit | fb8fd37c280da8d6d0bddc77a61b463db34d5b5f (patch) | |
tree | 24795277d97b7c589a33be5fa188ab703a1e7302 | |
parent | devel/py-lazr.restfulclient: Update to 0.14.3 (diff) |
devel/py-launchpadlib: Update to 1.10.13
* Indent RUN_DEPENDS to be in sync with the other variables while I'm here.
Notable changes since 1.10.7:
* Postpone keyring.errors import in the same way that we postpone importing
keyring itself.
* Don't store credentials or open a browser window when running under sudo.
* Fall back to in-memory credentials store if no keyring backend is
available.
* Fix AccessToken.from_string crash on Python 3.8.
* Explicitly install version.txt; launchpadlib requires it.
PR: 247223
Submitted by: fullermd@over-yonder.net (maintainer)
Notes
Notes:
svn path=/head/; revision=538807
-rw-r--r-- | devel/py-launchpadlib/Makefile | 16 | ||||
-rw-r--r-- | devel/py-launchpadlib/distinfo | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/py-launchpadlib/Makefile b/devel/py-launchpadlib/Makefile index 7a2adaa38710..2cb7685494c7 100644 --- a/devel/py-launchpadlib/Makefile +++ b/devel/py-launchpadlib/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= launchpadlib -PORTVERSION= 1.10.7 +PORTVERSION= 1.10.13 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,13 +12,13 @@ COMMENT= Python API for Launchpad LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.txt -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keyring>=0:security/py-keyring@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lazr.restfulclient>=0.9.19:devel/py-lazr.restfulclient@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wadllib>=0:devel/py-wadllib@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keyring>=0:security/py-keyring@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lazr.restfulclient>=0.9.19:devel/py-lazr.restfulclient@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lazr.uri>=0:devel/py-lazr.uri@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}testresources>=0:devel/py-testresources@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wadllib>=0:devel/py-wadllib@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist diff --git a/devel/py-launchpadlib/distinfo b/devel/py-launchpadlib/distinfo index 2f10628cd798..468134daf2c5 100644 --- a/devel/py-launchpadlib/distinfo +++ b/devel/py-launchpadlib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559512493 -SHA256 (launchpadlib-1.10.7.tar.gz) = 692b8d77057b5931c88ab37480f41fd9cd42a1ff10b0618e4455a42372abf8e1 -SIZE (launchpadlib-1.10.7.tar.gz) = 58914 +TIMESTAMP = 1592009881 +SHA256 (launchpadlib-1.10.13.tar.gz) = 5804d68ec93247194449d17d187e949086da0a4d044f12155fad269ef8515435 +SIZE (launchpadlib-1.10.13.tar.gz) = 200770 |