dotenv-cli (3.3.0-1) unstable; urgency=medium * added option to completely replace environment with contents of the dotenv file * added very simple docs for readthedocs -- Bastian Venthur Sun, 07 Apr 2024 13:53:59 +0200 dotenv-cli (3.2.2-1) unstable; urgency=medium * replaced flake8 with ruff * when building the debian package, don't run coverage when executing the tests (Closes: #1040232) -- Bastian Venthur Fri, 10 Nov 2023 21:16:08 +0100 dotenv-cli (3.2.1-1) unstable; urgency=medium * fixed debian/watch * updated dev-dependencies -- Bastian Venthur Sun, 27 Aug 2023 15:16:48 +0200 dotenv-cli (3.2.0-1) unstable; urgency=medium * on POSIX systems we don't fork a new child process anymore but use `exec*` to replace the `dotenv` process * Dropped Python 3.7 support * replaced setup.py/.cfg with pyproject.toml * modernized github actions: * don't run linter and mypy on all platforms, only one * run test-release * updated dev-dependencies * re-enabled tests on building debian package -- Bastian Venthur Sat, 01 Jul 2023 13:24:59 +0200 dotenv-cli (3.1.1-1) unstable; urgency=medium * new upstream version * added htmlcov and .mypy_cache to extended-diff-ignore * bump debhelper from 11 -> 13 * use debhelper-compat * use standards-version 4.6.2 -- Bastian Venthur Thu, 13 Apr 2023 10:20:04 +0200 dotenv-cli (3.1.0-1) unstable; urgency=medium * added type hints * updated dependencies -- Bastian Venthur Wed, 07 Sep 2022 20:15:01 +0200 dotenv-cli (3.0.1-2) unstable; urgency=medium * source-only upload -- Bastian Venthur Wed, 29 Jun 2022 21:33:12 +0200 dotenv-cli (3.0.1-1) unstable; urgency=medium * removed python 3.6 support * added dependabot * updated makefile -- Bastian Venthur Tue, 31 May 2022 19:58:13 +0200 dotenv-cli (2.2.0-1) unstable; urgency=medium * Allow for missing .env file -- in this case the command will be executed without setting any environment variables. The previous behaviour was to fail with a FileNotFoundError * Migrated from TravisCI to github actions. We test now on Linux, Mac and Windows x all supported Python versions! * Fixed tests under windows, where NamedTemporaryFile cannot be opened twice. * refactored __main__.py into cli.py and wrapped argparsing into dedicated function * bumped minimal Python version to 3.6 * Added 3.8, 3.9 to travis tests * Cleaned up Makefile * Added twine to dev-dependencies -- Bastian Venthur Fri, 30 Oct 2020 16:48:44 +0100 dotenv-cli (2.1.0-1) unstable; urgency=medium * make sure child process terminates when dotenv terminates * measure coverage for tests as well * skip coverage report for files w/ complete coverage * use twine for uploading to pypi -- Bastian Venthur Tue, 27 Oct 2020 22:21:31 +0100 dotenv-cli (2.0.1-1) unstable; urgency=medium * Source only upload * Minor version bump -- Bastian Venthur Sat, 07 Sep 2019 13:30:25 +0200 dotenv-cli (2.0.0-1) unstable; urgency=medium * Interpret escapes only in double quoted values, keep them as is in single quoted -- Bastian Venthur Sat, 03 Aug 2019 14:38:36 +0200 dotenv-cli (1.3.0-1) unstable; urgency=medium * Added support for export-lines * Added support for empty values -- Bastian Venthur Sat, 11 May 2019 14:34:47 +0200 dotenv-cli (1.2.0-1) unstable; urgency=medium * Fixed newlines -- Bastian Venthur Fri, 10 May 2019 19:47:57 +0200 dotenv-cli (1.1.0-1) unstable; urgency=medium * Added bash completion -- Bastian Venthur Sun, 28 Apr 2019 12:56:49 +0200 dotenv-cli (1.0.2-1) unstable; urgency=medium * Conflict with ruby-dotenv (Closes: #926916) -- Bastian Venthur Sun, 14 Apr 2019 17:42:29 +0200 dotenv-cli (1.0.0-1) unstable; urgency=medium * Initial release (Closes: #923856) -- Bastian Venthur Wed, 06 Mar 2019 09:55:47 +0100