Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
dd899ed5eb |
BIN
python-dotenv-1.0.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-dotenv-1.0.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
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.
@@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Sun May 7 09:14:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -64,8 +51,8 @@ Mon Apr 11 10:55:56 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
|||||||
* The default value of the encoding parameter for load_dotenv and dotenv_values is now "utf-8" instead of None
|
* The default value of the encoding parameter for load_dotenv and dotenv_values is now "utf-8" instead of None
|
||||||
* Add --override/--no-override option to dotenv run
|
* Add --override/--no-override option to dotenv run
|
||||||
* Raise ValueError if quote_mode isn't one of always, auto or never in set_key
|
* Raise ValueError if quote_mode isn't one of always, auto or never in set_key
|
||||||
* Require Python 3.5 or a later version. Python 2 and 3.4 are no longer supported.
|
* 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]),
|
* The stream argument of load_dotenv and dotenv_values can now be a text stream (IO[str]),
|
||||||
which includes values like io.StringIO("foo") and open("file.env", "r")
|
which includes values like io.StringIO("foo") and open("file.env", "r")
|
||||||
* Add support for Python 3.10.
|
* Add support for Python 3.10.
|
||||||
* Add encoding (Optional[str]) parameter to get_key, set_key and unset_key.
|
* Add encoding (Optional[str]) parameter to get_key, set_key and unset_key.
|
||||||
|
@@ -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) 2023 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.0.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
|
||||||
@@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros
|
|||||||
Requires: python-click >= 5.0
|
Requires: python-click >= 5.0
|
||||||
# rubygem-dotenv also provides executable dotenv
|
# rubygem-dotenv also provides executable dotenv
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
Suggests: python-jupyter_ipython
|
Suggests: python-jupyter_ipython
|
||||||
# There is a very similar Python package which also used `dotenv` namespace
|
# There is a very similar Python package which also used `dotenv` namespace
|
||||||
Conflicts: python-dotenv
|
Conflicts: python-dotenv
|
||||||
|
Reference in New Issue
Block a user