diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-06-04 02:37:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-06-04 02:37:07 +0800 |
commit | dc700f3d55ac06c3d6c0a0b5fca701f5a1f8eb54 (patch) | |
tree | 113a5937fb79c742e4279ef7c2ef703ce9389efd /www/py-python-dotenv | |
parent | 25928a989a0f636b660a207d07fc9d2d1a3a99d4 (diff) | |
download | freebsd-ports-gnome-dc700f3d55ac06c3d6c0a0b5fca701f5a1f8eb54.tar.gz freebsd-ports-gnome-dc700f3d55ac06c3d6c0a0b5fca701f5a1f8eb54.tar.zst freebsd-ports-gnome-dc700f3d55ac06c3d6c0a0b5fca701f5a1f8eb54.zip |
Update to 0.10.3
Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
Diffstat (limited to 'www/py-python-dotenv')
-rw-r--r-- | www/py-python-dotenv/Makefile | 3 | ||||
-rw-r--r-- | www/py-python-dotenv/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/py-python-dotenv/Makefile b/www/py-python-dotenv/Makefile index 312093518b76..c10f89790fd8 100644 --- a/www/py-python-dotenv/Makefile +++ b/www/py-python-dotenv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= python-dotenv -PORTVERSION= 0.10.2 +PORTVERSION= 0.10.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,5 +20,6 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +USE_LOCALE= en_US.UTF-8 .include <bsd.port.mk> diff --git a/www/py-python-dotenv/distinfo b/www/py-python-dotenv/distinfo index 2814a0a3ac63..85eeb12f0288 100644 --- a/www/py-python-dotenv/distinfo +++ b/www/py-python-dotenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558010851 -SHA256 (python-dotenv-0.10.2.tar.gz) = 6640acd76e6cab84648e4fec16c9d19de6700971f9d91d045e7120622167bfda -SIZE (python-dotenv-0.10.2.tar.gz) = 30246 +TIMESTAMP = 1559578216 +SHA256 (python-dotenv-0.10.3.tar.gz) = f157d71d5fec9d4bd5f51c82746b6344dffa680ee85217c123f4a0c8117c4544 +SIZE (python-dotenv-0.10.3.tar.gz) = 26781 |