Sync from SUSE:SLFO:Main python-python-dotenv revision b847642800afe05362c8b2e7cfd883b2

This commit is contained in:
2025-06-27 15:53:08 +02:00
parent 3a5a53b76c
commit a97e32b90f
5 changed files with 46 additions and 10 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed May 14 05:41:25 UTC 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 9 17:26:29 UTC 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 1 21:23:28 UTC 2024 - Dirk Müller <dmueller@suse.com>