14
0

- 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
  * Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported.
  * The stream argument of load_dotenv and dotenv_values can now be a text stream (IO[str]),

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dotenv?expand=0&rev=30
This commit is contained in:
2024-02-01 21:24:10 +00:00
committed by Git OBS Bridge
parent 293557e8b0
commit 25ae03750a
4 changed files with 21 additions and 8 deletions

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
@@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros
Requires: python-click >= 5.0
# rubygem-dotenv also provides executable dotenv
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Suggests: python-jupyter_ipython
# There is a very similar Python package which also used `dotenv` namespace
Conflicts: python-dotenv