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 2023-05-09 13:07:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-dotenv (Old)
and /work/SRC/openSUSE:Factory/.python-python-dotenv.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-dotenv"
Tue May 9 13:07:09 2023 rev:13 rq:1085289 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-dotenv/python-python-dotenv.changes
2023-04-28 16:22:23.817670041 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-dotenv.new.1533/python-python-dotenv.changes
2023-05-09 13:07:21.637029116 +0200
@@ -1,0 +2,26 @@
+Sun May 7 09:14:08 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 1.0.0:
+ * Drop support for python 3.7, add python 3.12-dev
+ * Handle situations where the cwd does not exist.
+ * Use Python 3.11 non-beta in CI
+ * Modernize variables code
+ * Modernize main.py and parser.py code
+ * Improve conciseness of cli.py and __init__.py
+ * Improve error message for `get` and `list` commands when env
+ file can't be opened
+ * Updated License to align with BSD OSI template
+ * Fix Out-of-scope error when "dest" variable is undefined
+ * Fix IPython test warning about deprecated `magic`
+ * Fix type hint for dotenv_path var, add StrPath alias
+ * CLI: add support for invocations via 'python -m'.
+ * `load_dotenv` function now returns `False`.
+ * CLI: add --format= option to list command.
+ * Drop Python 3.5 and 3.6 and upgrade GA
+ * Use `open` instead of `io.open`.
+ * Improve documentation for variables without a value
+ * Add `parse_it` to Related Projects
+ * Update README.md
+ * Improve documentation with direct use of MkDocs
+
+-------------------------------------------------------------------
Old:
----
python-dotenv-0.20.0.tar.gz
New:
----
python-dotenv-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-dotenv.spec ++++++
--- /var/tmp/diff_new_pack.3GMFRi/_old 2023-05-09 13:07:22.145032139 +0200
+++ /var/tmp/diff_new_pack.3GMFRi/_new 2023-05-09 13:07:22.149032163 +0200
@@ -19,7 +19,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-python-dotenv
-Version: 0.20.0
+Version: 1.0.0
Release: 0
Summary: Python library for .env support
License: BSD-3-Clause
@@ -28,7 +28,7 @@
BuildRequires: %{python_module click >= 5.0}
BuildRequires: %{python_module pytest >= 3.0.5}
BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module sh >= 1.09}
+BuildRequires: %{python_module sh >= 2.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-click >= 5.0
@@ -46,7 +46,6 @@
%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.20.0.tar.gz -> python-dotenv-1.0.0.tar.gz ++++++
++++ 1621 lines of diff (skipped)