Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dynaconf for openSUSE:Factory
checked in at 2026-06-28 21:07:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dynaconf (Old)
and /work/SRC/openSUSE:Factory/.python-dynaconf.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dynaconf"
Sun Jun 28 21:07:12 2026 rev:14 rq:1362041 version:3.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dynaconf/python-dynaconf.changes
2026-03-23 17:17:24.911773269 +0100
+++
/work/SRC/openSUSE:Factory/.python-dynaconf.new.11887/python-dynaconf.changes
2026-06-28 21:07:52.812795548 +0200
@@ -1,0 +2,13 @@
+Sat Jun 27 20:42:33 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.3.1:
+ * Remove call to deprecated functions on public APIs (#1404).
+ * Improve converage of DataList and DataDict (#1403).
+ * support Python 3.14 Union type repr and dict iteration
+ changes.
+ * preserve nested dict key order when object_merge merges old
+ into new.
+ * prevent RecursionError on dotted set with bracket in first
+ segment.
+
+-------------------------------------------------------------------
Old:
----
dynaconf-3.2.13.tar.gz
New:
----
dynaconf-3.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dynaconf.spec ++++++
--- /var/tmp/diff_new_pack.SOr5RT/_old 2026-06-28 21:07:53.692825200 +0200
+++ /var/tmp/diff_new_pack.SOr5RT/_new 2026-06-28 21:07:53.692825200 +0200
@@ -23,26 +23,26 @@
%endif
Name: python-dynaconf
-Version: 3.2.13
+Version: 3.3.1
Release: 0
Summary: The dynamic configurator for your Python Project
License: MIT
URL: https://github.com/dynaconf/dynaconf
Source:
https://github.com/dynaconf/dynaconf/archive/%{version}.tar.gz#/dynaconf-%{version}.tar.gz
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools >= 38.6.0}
+BuildRequires: %{python_module setuptools >= 42}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
Requires: python-click
-Requires: python-configobj
-Requires: python-hvac
+Requires: python-configobj >= 5.0.9
+Requires: python-hvac >= 1.1.0
Requires: python-python-box
-Requires: python-python-dotenv
-Requires: python-redis
+Requires: python-python-dotenv >= 1.2.1
+Requires: python-redis >= 7.0.1
Requires: python-setuptools
-Requires: python-toml
+Requires: python-toml >= 0.10.2
Suggests: python-Django
%if %{with libalternatives}
Requires: alts
@@ -53,18 +53,19 @@
%endif
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module Django}
-BuildRequires: %{python_module Flask >= 0.12}
+BuildRequires: %{python_module Django >= 4.2.26}
+BuildRequires: %{python_module Flask >= 1.0}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module click}
-BuildRequires: %{python_module configobj}
-BuildRequires: %{python_module hvac}
-BuildRequires: %{python_module pytest-mock}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module configobj >= 5.0.9}
+BuildRequires: %{python_module hvac >= 1.1.0}
+BuildRequires: %{python_module pytest >= 8.4.2}
+BuildRequires: %{python_module pytest-asyncio >= 0.21.0}
+BuildRequires: %{python_module pytest-mock >= 3.15.1}
BuildRequires: %{python_module python-box}
-BuildRequires: %{python_module python-dotenv}
-BuildRequires: %{python_module redis}
-BuildRequires: %{python_module toml}
+BuildRequires: %{python_module python-dotenv >= 1.2.1}
+BuildRequires: %{python_module redis >= 7.0.1}
+BuildRequires: %{python_module toml >= 0.10.2}
BuildRequires: redis
# /SECTION
%python_subpackages
@@ -84,6 +85,7 @@
%install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/dynaconf
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/vendor_licenses
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -91,7 +93,7 @@
%{_sbindir}/redis-server --stop-writes-on-bgsave-error no &
export DYNACONF_TEST_REDIS_URL==http://127.0.0.1:6379
# test_help_dont_require_instance needs an installed binary in PATH
-%pytest -k "not (test_help_dont_require_instance)" tests/
+%pytest -k "not (test_help_dont_require_instance)" --ignore
tests/test_release_utility.py tests/
%pre
# If libalternatives is used: Removing old update-alternatives entries.
++++++ dynaconf-3.2.13.tar.gz -> dynaconf-3.3.1.tar.gz ++++++
++++ 33971 lines of diff (skipped)