From 4454e252fd7719185f143e32bdf5408cbc367a3634cd537062642d6b16e509f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 14 Apr 2025 10:10:30 +0000 Subject: [PATCH] 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 --- python-dotenv-1.0.1.tar.gz | 3 --- python-dotenv-1.1.0.tar.gz | 3 +++ python-python-dotenv.changes | 13 +++++++++++++ python-python-dotenv.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 python-dotenv-1.0.1.tar.gz create mode 100644 python-dotenv-1.1.0.tar.gz diff --git a/python-dotenv-1.0.1.tar.gz b/python-dotenv-1.0.1.tar.gz deleted file mode 100644 index d49998f..0000000 --- a/python-dotenv-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cba4f54853af25e248c37400d4bd16549b52b27ee16839317841bbe388b19d56 -size 25641 diff --git a/python-dotenv-1.1.0.tar.gz b/python-dotenv-1.1.0.tar.gz new file mode 100644 index 0000000..56892e4 --- /dev/null +++ b/python-dotenv-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9722774d3126917226cc39d0b63deb45bd9edacf8fa9b08aceee8e6d9a246d +size 26494 diff --git a/python-python-dotenv.changes b/python-python-dotenv.changes index 57f25b5..a6aef15 100644 --- a/python-python-dotenv.changes +++ b/python-python-dotenv.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 9 17:26:29 UTC 2025 - Richard Rahl + +- 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 diff --git a/python-python-dotenv.spec b/python-python-dotenv.spec index a0009a7..244aa0c 100644 --- a/python-python-dotenv.spec +++ b/python-python-dotenv.spec @@ -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