aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-25 20:16:21 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-04-25 20:35:39 +0000
commit967f19e93bcef8c8e5f7d11caa640e8646a91484 (patch)
tree129f1e491c23b53cbd6054a29995d81c6af47a2c
parent8df29ed6c0d4357eac11eb0ace0cb479bf44b117 (diff)
downloadports-967f19e93bcef8c8e5f7d11caa640e8646a91484.tar.gz
ports-967f19e93bcef8c8e5f7d11caa640e8646a91484.zip
www/py-python-dotenv: Update to 0.17.0
-rw-r--r--www/py-python-dotenv/Makefile2
-rw-r--r--www/py-python-dotenv/distinfo6
-rw-r--r--www/py-python-dotenv/pkg-descr1
3 files changed, 4 insertions, 5 deletions
diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile
index 0bd1bb230c0c..0a8a160e4b33 100644
--- a/www/py-python-dotenv/Makefile
+++ b/www/py-python-dotenv/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= python-dotenv
-PORTVERSION= 0.16.0
+PORTVERSION= 0.17.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo
index 7950891b56f5..6cc1c3360e5d 100644
--- a/www/py-python-dotenv/distinfo
+++ b/www/py-python-dotenv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1618320310
-SHA256 (python-dotenv-0.16.0.tar.gz) = 9fa413c37d4652d3fa02fea0ff465c384f5db75eab259c4fc5d0c5b8bf20edd4
-SIZE (python-dotenv-0.16.0.tar.gz) = 30903
+TIMESTAMP = 1619198603
+SHA256 (python-dotenv-0.17.0.tar.gz) = 471b782da0af10da1a80341e8438fca5fadeba2881c54360d5fd8d03d03a4f4a
+SIZE (python-dotenv-0.17.0.tar.gz) = 31388
diff --git a/www/py-python-dotenv/pkg-descr b/www/py-python-dotenv/pkg-descr
index 9b99b14d3290..8c4c2d1f1779 100644
--- a/www/py-python-dotenv/pkg-descr
+++ b/www/py-python-dotenv/pkg-descr
@@ -2,5 +2,4 @@ python-dotenv reads the key,value pair from .env and adds them to environment
variable. It is great of managing app settings during development and in
production using 12-factor principles.
-WWW: https://pypi.org/project/python-dotenv/
WWW: https://github.com/theskumar/python-dotenv