diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-20 22:47:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-20 22:47:55 +0800 |
commit | a060019be10dee240fc061d7d9cae1941452c148 (patch) | |
tree | 7298fb4039e48a5999ad3d241f66cc14dc5baa4f | |
parent | b402bccb454667157b480f5b532ad4241727794a (diff) | |
download | freebsd-ports-gnome-a060019be10dee240fc061d7d9cae1941452c148.tar.gz freebsd-ports-gnome-a060019be10dee240fc061d7d9cae1941452c148.tar.zst freebsd-ports-gnome-a060019be10dee240fc061d7d9cae1941452c148.zip |
Update to 1.2.0
Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases
-rw-r--r-- | net-mgmt/py-adal/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/py-adal/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-mgmt/py-adal/Makefile b/net-mgmt/py-adal/Makefile index 885e36ce1456..8b6b596e3730 100644 --- a/net-mgmt/py-adal/Makefile +++ b/net-mgmt/py-adal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adal -DISTVERSION= 1.1.0 +DISTVERSION= 1.2.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,8 +17,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.1.0:security/py-cryptography ${PYTHON_PKGNAMEPREFIX}pyjwt>=1.0.0:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/net-mgmt/py-adal/distinfo b/net-mgmt/py-adal/distinfo index 4da37195065f..f7ddcc289305 100644 --- a/net-mgmt/py-adal/distinfo +++ b/net-mgmt/py-adal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536184702 -SHA256 (adal-1.1.0.tar.gz) = a2a2f7e4a2d2e2014e3d5ff9f6d614af280c879a1dbf96bb64d92d85a814a645 -SIZE (adal-1.1.0.tar.gz) = 32978 +TIMESTAMP = 1539962685 +SHA256 (adal-1.2.0.tar.gz) = ba52913c38d76b4a4d88eaab41a5763d056ab6d073f106e0605b051ab930f5c1 +SIZE (adal-1.2.0.tar.gz) = 33110 |