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

BIN
python-dotenv-1.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
python-dotenv-1.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-dotenv
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-python-dotenv
Version: 1.0.1
Version: 1.1.0
Release: 0
Summary: Python library for .env support
License: BSD-3-Clause