pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dotenv



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov  9 12:16:14 UTC 2020

Modified Files:
        pkgsrc/devel/py-dotenv: Makefile distinfo

Log Message:
py-dotenv: updated to 0.15.0

0.15.0:

Added
- Add `--export` option to `set` to make it prepend the binding with `export`

Changed
- Make `set` command create the `.env` file in the current directory if no `.env` file was
  found.

Fixed
- Fix potentially empty expanded value for duplicate key.
- Fix import error on Python 3.5.0 and 3.5.1.
- Fix parsing of unquoted values containing several adjacent space or tab characters


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-dotenv/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-dotenv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-dotenv/Makefile
diff -u pkgsrc/devel/py-dotenv/Makefile:1.4 pkgsrc/devel/py-dotenv/Makefile:1.5
--- pkgsrc/devel/py-dotenv/Makefile:1.4 Tue Aug  4 19:08:53 2020
+++ pkgsrc/devel/py-dotenv/Makefile     Mon Nov  9 12:16:14 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/08/04 19:08:53 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/11/09 12:16:14 adam Exp $
 
-DISTNAME=      python-dotenv-0.14.0
+DISTNAME=      python-dotenv-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-dotenv/}

Index: pkgsrc/devel/py-dotenv/distinfo
diff -u pkgsrc/devel/py-dotenv/distinfo:1.3 pkgsrc/devel/py-dotenv/distinfo:1.4
--- pkgsrc/devel/py-dotenv/distinfo:1.3 Tue Aug  4 19:08:53 2020
+++ pkgsrc/devel/py-dotenv/distinfo     Mon Nov  9 12:16:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/08/04 19:08:53 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/11/09 12:16:14 adam Exp $
 
-SHA1 (python-dotenv-0.14.0.tar.gz) = 4633a9cd3bff20e5f708888d7710bcd835c97a49
-RMD160 (python-dotenv-0.14.0.tar.gz) = ac762a9f8b0cf6d1ff6d1391ca9357cb743273e9
-SHA512 (python-dotenv-0.14.0.tar.gz) = e8f6d575cd76cb231d14d98befe8a75017c927e0de39fbffc0ecb852b2aab1ada964cf37ed51c50968a4e8a96822a794c960a058a6deb6a2f0a8f8061d0560df
-Size (python-dotenv-0.14.0.tar.gz) = 29029 bytes
+SHA1 (python-dotenv-0.15.0.tar.gz) = e0ea42d768f0ab27ef18f8f28aeeadad977f091e
+RMD160 (python-dotenv-0.15.0.tar.gz) = d2151df3f565b673d9d8dfa5db1aa0fd3532acf2
+SHA512 (python-dotenv-0.15.0.tar.gz) = f1f16d2688041259027b12920ac5f47c2d1d96cfc3ec8a362a05ddfb13fee2cf4926c20ad38eda521fcafb6eef8d7895d86dedadef1b1ea2ecd7e33734b07cbe
+Size (python-dotenv-0.15.0.tar.gz) = 30008 bytes



Home | Main Index | Thread Index | Old Index