Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nbformat for openSUSE:Factory checked in at 2022-03-28 16:58:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbformat (Old) and /work/SRC/openSUSE:Factory/.python-nbformat.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbformat" Mon Mar 28 16:58:06 2022 rev:10 rq:964362 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbformat/python-nbformat.changes 2021-11-18 10:33:10.811870920 +0100 +++ /work/SRC/openSUSE:Factory/.python-nbformat.new.1900/python-nbformat.changes 2022-03-28 16:58:12.964778225 +0200 @@ -1,0 +2,23 @@ +Wed Mar 23 19:04:57 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update dependencies + +------------------------------------------------------------------- +Sat Mar 12 04:48:45 UTC 2022 - Arun Persaud <a...@gmx.de> + +- specfile: + * update copyright year + +- update to version 5.2.0: + * Add ability to capture validation errors + * Update supported python versions + * Ensure nbformat minor version is present when upgrading + * Only fix cell ID validation issues if asked + * Return the notebook when no conversion is needed + * Catch AttributeErrors stemming from ipython_genutils as + ValidationErrors on read + * Don't list pytest-cov as a test dependency + * Remove dependency on IPython genutils + * Include tests in sdist but not wheel + +------------------------------------------------------------------- Old: ---- nbformat-5.1.3.tar.gz New: ---- nbformat-5.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbformat.spec ++++++ --- /var/tmp/diff_new_pack.mkQ9pu/_old 2022-03-28 16:58:13.464778904 +0200 +++ /var/tmp/diff_new_pack.mkQ9pu/_new 2022-03-28 16:58:13.472778915 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-nbformat # -# 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,44 +16,42 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define doc_ver 5.2.0 %if 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives %endif - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define doc_ver 5.0.4 Name: python-nbformat -Version: 5.1.3 +Version: 5.2.0 Release: 0 Summary: The Jupyter Notebook format License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/jupyter/nbformat -# PyPI sdist has only some schema tests, get the full test suite frim GitHub sources +# PyPI sdist has only some schema tests, get the full test suite from GitHub sources Source: %{url}/archive/%{version}.tar.gz#/nbformat-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 BuildRequires: unzip -%if %{with libalternatives} -Requires: alts -BuildRequires: alts -%else -Requires(post): update-alternatives -Requires(postun):update-alternatives -%endif Requires: jupyter-nbformat = %{version} -Requires: python-ipython_genutils Requires: python-jsonschema > 2.5.0 Requires: python-jupyter_core Requires: python-traitlets >= 4.1 Provides: python-jupyter_nbformat = %{version} Obsoletes: python-jupyter_nbformat < %{version} BuildArch: noarch +%if %{with libalternatives} +BuildRequires: alts +Requires: alts +%else +Requires(post): update-alternatives +Requires(postun):update-alternatives +%endif # SECTION test requirements -BuildRequires: %{python_module ipython_genutils} +BuildRequires: %{pythons} BuildRequires: %{python_module jsonschema > 2.5.0} BuildRequires: %{python_module jupyter_core} BuildRequires: %{python_module pytest} ++++++ nbformat-5.1.3.tar.gz -> nbformat-5.2.0.tar.gz ++++++ ++++ 10839 lines of diff (skipped)