Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ipdb for openSUSE:Factory checked in at 2022-12-26 23:27:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipdb (Old) and /work/SRC/openSUSE:Factory/.python-ipdb.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipdb" Mon Dec 26 23:27:54 2022 rev:10 rq:1045312 version:0.13.11 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipdb/python-ipdb.changes 2021-09-22 22:13:25.628346465 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipdb.new.1563/python-ipdb.changes 2022-12-26 23:27:56.720892037 +0100 @@ -1,0 +2,14 @@ +Sun Dec 25 17:39:45 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.13.11 + * Better exception handling when looking for config. + [bignose-debian] +- Release 0.13.10 + * Better toml support (use tomlib for 3.11, tomli for 3.6 to + 3.10). [salty-horse, mgorny] + * Minimal PEP 517 support. [cpcloud] + * 3.11 support for run as module and run as script. [nphilipp, + gotcha] + * Based on OSV:PYSEC-2022-12 change ipython dependencies + +------------------------------------------------------------------- Old: ---- ipdb-0.13.9.tar.gz New: ---- ipdb-0.13.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipdb.spec ++++++ --- /var/tmp/diff_new_pack.I0NuUO/_old 2022-12-26 23:27:58.580902901 +0100 +++ /var/tmp/diff_new_pack.I0NuUO/_new 2022-12-26 23:27:58.588902947 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ipdb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ipdb -Version: 0.13.9 +Version: 0.13.11 Release: 0 Summary: IPython-enabled pdb License: BSD-3-Clause @@ -27,14 +26,18 @@ URL: https://github.com/gotcha/ipdb Source: https://files.pythonhosted.org/packages/source/i/ipdb/ipdb-%{version}.tar.gz BuildRequires: %{python_module decorator} -BuildRequires: %{python_module ipython >= 7.10} +BuildRequires: %{python_module ipython >= 7.16.3 if %python-base < 3.7} +BuildRequires: %{python_module ipython >= 7.31.1 if %python-base >= 3.7} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module toml >= 0.10.2} +BuildRequires: %{python_module tomli if %python-base < 3.11} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Recommends: python-decorator -Recommends: python-ipython >= 7.10 -Recommends: python-toml >= 0.10.2 +Requires: python-decorator +Requires: (python-ipython >= 7.16.3 if python-base < 3.7) +Requires: (python-ipython >= 7.31.1 if python-base >= 3.7) +Requires: (python-tomli if python-base < 3.11) Requires(post): update-alternatives Requires(postun):update-alternatives Provides: python-jupyter_ipdb = %{version} @@ -54,10 +57,10 @@ %setup -q -n ipdb-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/ipdb3 %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -74,6 +77,7 @@ %doc AUTHORS HISTORY.txt README.rst %license COPYING.txt %python_alternative %{_bindir}/ipdb3 -%{python_sitelib}/* +%{python_sitelib}/ipdb +%{python_sitelib}/ipdb-%{version}.dist-info %changelog ++++++ ipdb-0.13.9.tar.gz -> ipdb-0.13.11.tar.gz ++++++ ++++ 2723 lines of diff (skipped)