1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
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 <venthur@debian.org> 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 <venthur@debian.org> 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 <venthur@debian.org> 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 <venthur@debian.org> 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 <venthur@debian.org> Sat, 11 May 2019 14:34:47 +0200
dotenv-cli (1.2.0-1) unstable; urgency=medium
* Fixed newlines
-- Bastian Venthur <venthur@debian.org> Fri, 10 May 2019 19:47:57 +0200
dotenv-cli (1.1.0-1) unstable; urgency=medium
* Added bash completion
-- Bastian Venthur <venthur@debian.org> 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 <venthur@debian.org> Sun, 14 Apr 2019 17:42:29 +0200
dotenv-cli (1.0.0-1) unstable; urgency=medium
* Initial release (Closes: #923856)
-- Bastian Venthur <venthur@debian.org> Wed, 06 Mar 2019 09:55:47 +0100
|