| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python313-python-dotenv | Distribution: openSUSE:Factory:zSystems | 
| Version: 1.1.1 | Vendor: openSUSE | 
| Release: 1.1 | Build date: Fri Sep 26 10:20:06 2025 | 
| Group: Unspecified | Build host: reproducible | 
| Size: 130096 | Source RPM: python-python-dotenv-1.1.1-1.1.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/theskumar/python-dotenv | |
| Summary: Python library for .env support | |
Add .env support to your Django/Flask apps in development and deployments.
BSD-3-Clause
* Fri Sep 26 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 1.1.1
    * CLI: Ensure `find_dotenv` work reliably on python 3.13
    * CLI: revert the use of execvpe on Windows
* Thu Aug 14 2025 Markéta Machová <mmachova@suse.com>
  - Convert to libalternatives on SLE-16-based and newer systems
* Tue Jul 08 2025 Markéta Machová <mmachova@suse.com>
  - Convert to libalternatives
* Wed May 14 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch avoid-click-8.2-bug.patch:
    * Work around an upstream click 8.2.0 bug.
  - Switch to pyproject macros.
* Wed Apr 09 2025 Richard Rahl <rrahl0@opensuse.org>
  - update to 1.1.0:
    * Add a security policy
    * Enhance dotenv run: Switch to execvpe for better resource management and
      signal handling
    * Add Python 3.13 trove classifier
    * Add support for python 3.13 and drop 3.8
    * docs: Update README.md
    * Some more s/Python-dotenv/python-dotenv/
    * add _is_debugger so load_dotenv will work in pdb
* Thu Feb 01 2024 Dirk Müller <dmueller@suse.com>
  - 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
* Sun May 07 2023 Dirk Müller <dmueller@suse.com>
  - 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
* Wed Apr 26 2023 John Vandenberg <jayvdb@gmail.com>
  - Remove duplicate sle15_python_module_pythons
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Wed Apr 19 2023 Matej Cepl <mcepl@suse.com>
  - Switch to single spec version build for PSP
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Mon Apr 11 2022 Markéta Machová <mmachova@suse.com>
  - 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
* Mon Feb 21 2022 Andreas Schneider <asn@cryptomilk.org>
  - Skip building for python2
/usr/bin/dotenv /usr/bin/dotenv-3.13 /usr/lib/python3.13/site-packages/dotenv /usr/lib/python3.13/site-packages/dotenv/__init__.py /usr/lib/python3.13/site-packages/dotenv/__main__.py /usr/lib/python3.13/site-packages/dotenv/__pycache__ /usr/lib/python3.13/site-packages/dotenv/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/cli.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/cli.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/ipython.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/ipython.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/main.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/main.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/parser.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/variables.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/variables.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/dotenv/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/dotenv/cli.py /usr/lib/python3.13/site-packages/dotenv/ipython.py /usr/lib/python3.13/site-packages/dotenv/main.py /usr/lib/python3.13/site-packages/dotenv/parser.py /usr/lib/python3.13/site-packages/dotenv/py.typed /usr/lib/python3.13/site-packages/dotenv/variables.py /usr/lib/python3.13/site-packages/dotenv/version.py /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/METADATA /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/RECORD /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/REQUESTED /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/licenses /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/python_dotenv-1.1.1.dist-info/top_level.txt /usr/share/doc/packages/python313-python-dotenv /usr/share/doc/packages/python313-python-dotenv/README.md /usr/share/libalternatives/dotenv /usr/share/libalternatives/dotenv/1313.conf /usr/share/licenses/python313-python-dotenv /usr/share/licenses/python313-python-dotenv/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 00:18:02 2025