forked from pool/python-python-dotenv
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:
BIN
python-dotenv-1.0.1.tar.gz
(Stored with Git LFS)
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
BIN
python-dotenv-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Thu Feb 1 21:23:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-dotenv
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-dotenv
|
Name: python-python-dotenv
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for .env support
|
Summary: Python library for .env support
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user