14
0

Accepting request 1145307 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1145307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-dotenv?expand=0&rev=14
This commit is contained in:
2024-02-09 22:51:54 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 8 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 1 21:23:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.0.1:
* Gracefully handle code which has been imported from a zipfile
* Allow modules using load_dotenv to be reloaded when launched
in a separate thread
* Fix file not closed after deletion, handle error in the
rewrite function
* Use pathlib.Path in tests
* Fix year in release date in changelog.md
* Use https in README links
-------------------------------------------------------------------
Sun May 7 09:14:08 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-dotenv
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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.0
Version: 1.0.1
Release: 0
Summary: Python library for .env support
License: BSD-3-Clause