Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-traitlets for
openSUSE:Factory checked in at 2024-01-04 15:57:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-traitlets (Old)
and /work/SRC/openSUSE:Factory/.python-traitlets.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-traitlets"
Thu Jan 4 15:57:01 2024 rev:20 rq:1135504 version:5.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-traitlets/python-traitlets.changes
2023-10-08 12:20:06.414015593 +0200
+++
/work/SRC/openSUSE:Factory/.python-traitlets.new.28375/python-traitlets.changes
2024-01-04 15:58:16.778452422 +0100
@@ -1,0 +2,13 @@
+Thu Dec 28 16:09:18 UTC 2023 - Ben Greiner <[email protected]>
+
+- Update to 5.14.0
+ * Add option to load traitlets values from environment. #856
+ (@Carreau)
+- Release 5.13.0
+ * Use passed-in info argument for TraitType.error() #884
+ (@kylebarron)
+- Release 5.12.0
+ * Pass **kwds in MetaHasDescriptors new and init #881
+ (@fleming79)
+
+-------------------------------------------------------------------
Old:
----
traitlets-5.11.2.tar.gz
New:
----
traitlets-5.14.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-traitlets.spec ++++++
--- /var/tmp/diff_new_pack.BSOUC1/_old 2024-01-04 15:58:18.158502836 +0100
+++ /var/tmp/diff_new_pack.BSOUC1/_new 2024-01-04 15:58:18.162502983 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-traitlets
-Version: 5.11.2
+Version: 5.14.0
Release: 0
Summary: Traitlets Python configuration system
License: BSD-3-Clause
@@ -41,7 +41,7 @@
%prep
%autosetup -p1 -n traitlets-%{version}
-sed -i 's/--color yes//' pyproject.toml
+sed -i 's/"--color=yes",//' pyproject.toml
%build
%pyproject_wheel
@@ -51,7 +51,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# no mypy testing in Ring1
+%pytest --ignore tests/test_typing.py
%files %{python_files}
%doc README.md
++++++ traitlets-5.11.2.tar.gz -> traitlets-5.14.0.tar.gz ++++++
++++ 5186 lines of diff (skipped)