14
0

Accepting request 1269120 from home:rrahl0

- 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

OBS-URL: https://build.opensuse.org/request/show/1269120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=32
This commit is contained in:
2025-04-14 10:10:30 +00:00
committed by Git OBS Bridge
parent 25ae03750a
commit 4454e252fd
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>