Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-dotenv for 
openSUSE:Factory checked in at 2022-04-13 21:04:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-dotenv (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-dotenv.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-dotenv"

Wed Apr 13 21:04:08 2022 rev:11 rq:969190 version:0.20.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-dotenv/python-python-dotenv.changes    
    2022-02-23 16:25:52.655507601 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-dotenv.new.1900/python-python-dotenv.changes
      2022-04-13 21:04:15.080530955 +0200
@@ -1,0 +2,14 @@
+Mon Apr 11 10:55:56 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- Update to 0.20.0
+  * 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
+  * 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. 
+  * 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")
+  * Add support for Python 3.10.
+  * Add encoding (Optional[str]) parameter to get_key, set_key and unset_key.
+- Do not require mock
+
+-------------------------------------------------------------------

Old:
----
  python-dotenv-0.15.0.tar.gz

New:
----
  python-dotenv-0.20.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-python-dotenv.spec ++++++
--- /var/tmp/diff_new_pack.75ogmz/_old  2022-04-13 21:04:23.680537832 +0200
+++ /var/tmp/diff_new_pack.75ogmz/_new  2022-04-13 21:04:23.684537835 +0200
@@ -19,14 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-python-dotenv
-Version:        0.15.0
+Version:        0.20.0
 Release:        0
 Summary:        Python library for .env support
 License:        BSD-3-Clause
 URL:            https://github.com/theskumar/python-dotenv
 Source:         
https://github.com/theskumar/python-dotenv/archive/v%{version}.tar.gz#/python-dotenv-%{version}.tar.gz
 BuildRequires:  %{python_module click >= 5.0}
-BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest >= 3.0.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sh >= 1.09}
@@ -47,6 +46,7 @@
 
 %prep
 %setup -q -n python-dotenv-%{version}
+sed -i 's/import mock/import unittest.mock as mock/' tests/test_ipython.py 
tests/test_main.py
 
 %build
 export LANG=C.UTF-8

++++++ python-dotenv-0.15.0.tar.gz -> python-dotenv-0.20.0.tar.gz ++++++
++++ 2213 lines of diff (skipped)

Reply via email to