aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-dotenv
Commit message (Collapse)AuthorAge
* python-dotenv: update to v1.0.1Javier Marcet2024-01-29
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v1.0.0Javier Marcet2023-07-03
| | | | | | | | | | | | | | | | | | | | | | - 1.0.0: - What's Changed: - Handle situations where the cwd does not exist. - Add python-decouple as a related project - Drop support for python 3.7, add python 3.12-dev - 0.21.1: - Added: - Use Python 3.11 non-beta in CI - Modernize variables code - Modernize main.py and parser.py code - Improve conciseness of cli.py and init.py - Improve error message for get and list commands when env file can't be opened - Updated Licence to align with BSD OSI template Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.21.0Javier Marcet2022-09-09
| | | | | | | | | | | | | | | | | | | Added: - CLI: add support for invocations via 'python -m'. - load_dotenv function now returns False. - CLI: add --format= option to list command. Fixed: - Drop Python 3.5 and 3.6 and upgrade GA - Use open instead of io.open. - Improve documentation for variables without a value - Add parse_it to Related Projects - Update README.md - Improve documentation with direct use of MkDocs Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.20.0Javier Marcet2022-03-31
| | | | | | | | | | | | | | | Added: - Add encoding (Optional[str]) parameter to get_key, set_key and unset_key. (by @bbc2) Fixed: - Use dict to specify the entry_points parameter of setuptools.setup (by @mgorny). - Don't build universal wheels (by @bbc2). Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.19.2Javier Marcet2021-11-29
| | | | | | | | | | | What's Changed: Fixed: - Add missing trailing newline before adding new entry with set_key by @bbc2 in #361 Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.19.1Javier Marcet2021-10-13
| | | | | | | | | What's Changed - CHANGELOG.md: Fix typos discovered by codespell by @cclauss in #350 - Add Python 3.10 support by @theskumar in #359 Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.19.0Javier Marcet2021-09-20
| | | | | | | | | | | | | | | | | | | | Changed: - Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported - Raise ValueError if quote_mode isn't one of always, auto or never in set_key - When writing a value to a .env file with set_key or dotenv set <key> <value> Added: - The dotenv_path argument of set_key and unset_key now has a type of Union[str, os.PathLike] instead of just os.PathLike Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.17.1Javier Marcet2021-05-04
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.17.0Javier Marcet2021-04-05
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-dotenv: update to v0.15.0Javier Marcet2020-11-01
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python-packages: Remove variantsJeffery To2020-06-14
| | | | | | | These packages were in the PR stage when the cleanup occurred and so still had VARIANT:=python3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* docker-compose: fix depends after merge in master and move to utilsJavier Marcet2020-06-12
| | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* python3-dotenv: add a new packageJavier Marcet2020-06-08
Signed-off-by: Javier Marcet <javier@marcet.info>