14
0

10 Commits

Author SHA256 Message Date
bc132d0396 Accepting request 1307324 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1307324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=19
2025-09-29 14:31:04 +00:00
90f8b07a3c - Update to 1.1.1
* CLI: Ensure `find_dotenv` work reliably on python 3.13
  * CLI: revert the use of execvpe on Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=40
2025-09-26 08:54:14 +00:00
613a674cb5 Accepting request 1299419 from devel:languages:python
- Convert to libalternatives on SLE-16-based and newer systems

OBS-URL: https://build.opensuse.org/request/show/1299419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=18
2025-08-17 12:50:01 +00:00
4342b1e81b - Convert to libalternatives on SLE-16-based and newer systems
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=38
2025-08-14 13:04:03 +00:00
91c8e16ecd Accepting request 1291274 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1291274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=17
2025-07-09 15:26:10 +00:00
88474efaba - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=36
2025-07-08 13:09:26 +00:00
e9c52f1ce4 Accepting request 1277293 from devel:languages:python
- Add patch avoid-click-8.2-bug.patch:
  * Work around an upstream click 8.2.0 bug.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1277293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=16
2025-05-15 14:59:46 +00:00
6a73714dfd - Add patch avoid-click-8.2-bug.patch:
* Work around an upstream click 8.2.0 bug.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=34
2025-05-14 05:41:57 +00:00
1d65a77f1e Accepting request 1269223 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1269223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=15
2025-04-15 14:45:15 +00:00
d45fbd46cb - 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/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=32
2025-04-14 10:10:30 +00:00
4 changed files with 11 additions and 4 deletions

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

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94850b99f1b4705b25abecff1471f4d82450758bf2864f12b04df940feb66cd5
size 28372

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 26 08:20:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.1.1
* CLI: Ensure `find_dotenv` work reliably on python 3.13
* CLI: revert the use of execvpe on Windows
-------------------------------------------------------------------
Thu Aug 14 13:01:31 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -24,7 +24,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-python-dotenv
Version: 1.1.0
Version: 1.1.1
Release: 0
Summary: Python library for .env support
License: BSD-3-Clause