git: 967f19e93bce - main - www/py-python-dotenv: Update to 0.17.0

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 25 20:39:38 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=967f19e93bcef8c8e5f7d11caa640e8646a91484

commit 967f19e93bcef8c8e5f7d11caa640e8646a91484
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:16:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:35:39 +0000

    www/py-python-dotenv: Update to 0.17.0
    
    Changes:        https://github.com/theskumar/python-dotenv/releases
                    https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md
---
 www/py-python-dotenv/Makefile  | 2 +-
 www/py-python-dotenv/distinfo  | 6 +++---
 www/py-python-dotenv/pkg-descr | 1 -
 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 at 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


More information about the dev-commits-ports-main mailing list