Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-nbsmoke for openSUSE:Factory checked in at 2023-08-11 15:56:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nbsmoke (Old) and /work/SRC/openSUSE:Factory/.python-nbsmoke.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nbsmoke" Fri Aug 11 15:56:04 2023 rev:10 rq:1103426 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nbsmoke/python-nbsmoke.changes 2022-10-18 12:45:49.109835560 +0200 +++ /work/SRC/openSUSE:Factory/.python-nbsmoke.new.11712/python-nbsmoke.changes 2023-08-11 15:56:18.336038823 +0200 @@ -1,0 +2,5 @@ +Fri Aug 11 03:15:06 UTC 2023 - Ben Greiner <[email protected]> + +- Ignore test failure due to new unicode handling in the stack + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nbsmoke.spec ++++++ --- /var/tmp/diff_new_pack.NS0e1k/_old 2023-08-11 15:56:19.880048023 +0200 +++ /var/tmp/diff_new_pack.NS0e1k/_new 2023-08-11 15:56:19.924048285 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-nbsmoke # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,21 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-nbsmoke Version: 0.6.0 Release: 0 Summary: Basic notebook checks License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/pyviz-dev/nbsmoke +URL: https://github.com/holoviz-dev/nbsmoke Source: https://files.pythonhosted.org/packages/source/n/nbsmoke/nbsmoke-%{version}.tar.gz # PATCH-FIX-UPSTREAM nbsmoke-pr63-remove-id.patch gh#pyviz-dev/nbsmoke#63 Patch0: nbsmoke-pr63-remove-id.patch # PATCH-FIX-OPENSUSE nbsmoke-obs-nounraisableexception.patch, don't error on warnings about obs not closing sockets in time, [email protected] Patch1: nbsmoke-obs-nounraisableexception.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-ipykernel @@ -69,21 +69,23 @@ %autosetup -p1 -n nbsmoke-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check # needs to import from sourcedir export PYTHONPATH=":x" -%pytest -p pytester +# fails to check unicode strings +donttest="test_run_good_html" +%pytest -p pytester -k "not ($donttest)" %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/nbsmoke-%{version}*-info +%{python_sitelib}/nbsmoke-%{version}.dist-info %{python_sitelib}/nbsmoke/ %changelog
