Revisions of python-python-dotenv
buildservice-autocommit
accepted
request 1145307
from
Factory Maintainer (factory-maintainer)
(revision 31)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 30)
- update to 1.0.1: * Gracefully handle code which has been imported from a zipfile * Allow modules using load_dotenv to be reloaded when launched in a separate thread * Fix file not closed after deletion, handle error in the rewrite function * Use pathlib.Path in tests * Fix year in release date in changelog.md * Use https in README links * Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. * The stream argument of load_dotenv and dotenv_values can now be a text stream (IO[str]),
buildservice-autocommit
accepted
request 1085289
from
Dirk Mueller (dirkmueller)
(revision 29)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 28)
- update to 1.0.0: * Drop support for python 3.7, add python 3.12-dev * Handle situations where the cwd does not exist. * 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 License to align with BSD OSI template * Fix Out-of-scope error when "dest" variable is undefined * Fix IPython test warning about deprecated `magic` * Fix type hint for dotenv_path var, add StrPath alias * CLI: add support for invocations via 'python -m'. * `load_dotenv` function now returns `False`. * CLI: add --format= option to list command. * 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
buildservice-autocommit
accepted
request 1083121
from
Dirk Mueller (dirkmueller)
(revision 27)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1082840
from
John Vandenberg (jayvdb)
(revision 26)
- Remove duplicate sle15_python_module_pythons
Dirk Mueller (dirkmueller)
accepted
request 1081568
from
Dirk Mueller (dirkmueller)
(revision 25)
SR for python stack proposal
buildservice-autocommit
accepted
request 969190
from
Matej Cepl (mcepl)
(revision 24)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 969176
from
Markéta Machová (mcalabkova)
(revision 23)
- Update to 0.20.0 * The default value of the encoding parameter for load_dotenv and dotenv_values is now "utf-8" instead of None * Add --override/--no-override option to dotenv run * Raise ValueError if quote_mode isn't one of always, auto or never in set_key * Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported. * The stream argument of load_dotenv and dotenv_values can now be a text stream (IO[str]), which includes values like io.StringIO("foo") and open("file.env", "r") * Add support for Python 3.10. * Add encoding (Optional[str]) parameter to get_key, set_key and unset_key. - Do not require mock
Dirk Mueller (dirkmueller)
accepted
request 956338
from
Andreas Schneider (gladiac)
(revision 22)
- Skip building for python2 Fixes build on openSUSE Leap 15.3.
buildservice-autocommit
accepted
request 853582
from
Matej Cepl (mcepl)
(revision 21)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 853549
from
Benjamin Greiner (bnavigator)
(revision 20)
- Skip testing with optional jupyter_ipython. Jupyter is only available for Python >= 3.7 gh#openSUSE/python-rpm-macros#66
Markéta Machová (mcalabkova)
committed
(revision 19)
correct source
Markéta Machová (mcalabkova)
accepted
request 853255
from
Michael Ströder (stroeder)
(revision 18)
- Update to 0.15.0 * Add --export option to set to make it prepend the binding with export (#270 by @jadutter). * Make set command create the .env file in the current directory if no .env file was found (#270 by @jadutter). * Fix potentially empty expanded value for duplicate key (#260 by @bbc2). * Fix import error on Python 3.5.0 and 3.5.1 (#267 by @gongqingkui). * Fix parsing of unquoted values containing several adjacent space or tab characters (#277 by @bbc2, review by @x-yuri).
buildservice-autocommit
accepted
request 824524
from
John Vandenberg (jayvdb)
(revision 17)
baserev update by copy to link target
John Vandenberg (jayvdb)
accepted
request 824508
from
Markéta Machová (mcalabkova)
(revision 16)
- Update to 0.14.0 * Privilege definition in file over the environment in variable expansion (#256 by [@elbehery95]). * Improve error message for when file isn't found (#245 by [@snobu]). * Use HTTPS URL in package meta data (#251 by [@ekohl]).
buildservice-autocommit
accepted
request 817955
from
John Vandenberg (jayvdb)
(revision 15)
baserev update by copy to link target
John Vandenberg (jayvdb)
accepted
request 817811
from
John Vandenberg (jayvdb)
(revision 14)
- Downgrade jupyter_ipython from Recommends to Suggests as python-dotenv is now a dependency of docker-compose
buildservice-autocommit
accepted
request 807938
from
Tomáš Chvátal (scarabeus_iv)
(revision 13)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 807717
from
Markéta Machová (mcalabkova)
(revision 12)
- Update to 0.13.0 * Add support for a Bash-like default value in variable expansion * Fix escaping of quoted values written by set_key * Few more fixes
Displaying revisions 1 - 20 of 31