svn commit: r538807 - head/devel/py-launchpadlib

Kai Knoblich kai at FreeBSD.org
Sun Jun 14 14:44:27 UTC 2020


Author: kai
Date: Sun Jun 14 14:44:26 2020
New Revision: 538807
URL: https://svnweb.freebsd.org/changeset/ports/538807

Log:
  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 at over-yonder.net (maintainer)

Modified:
  head/devel/py-launchpadlib/Makefile
  head/devel/py-launchpadlib/distinfo

Modified: head/devel/py-launchpadlib/Makefile
==============================================================================
--- head/devel/py-launchpadlib/Makefile	Sun Jun 14 14:40:41 2020	(r538806)
+++ head/devel/py-launchpadlib/Makefile	Sun Jun 14 14:44:26 2020	(r538807)
@@ -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

Modified: head/devel/py-launchpadlib/distinfo
==============================================================================
--- head/devel/py-launchpadlib/distinfo	Sun Jun 14 14:40:41 2020	(r538806)
+++ head/devel/py-launchpadlib/distinfo	Sun Jun 14 14:44:26 2020	(r538807)
@@ -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


More information about the svn-ports-all mailing list