Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-nbclient for openSUSE:Factory 
checked in at 2023-01-08 21:25:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nbclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-nbclient.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nbclient"

Sun Jan  8 21:25:51 2023 rev:26 rq:1056887 version:0.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nbclient/python-nbclient.changes  
2022-10-12 18:24:58.937708061 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-nbclient.new.1563/python-nbclient.changes    
    2023-01-08 21:25:52.659367636 +0100
@@ -1,0 +2,11 @@
+Sun Jan  8 09:32:12 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.7.2
+  * Allow space after In #264 (@davidbrochart)
+  * Fix jupyter_core pinning #263 (@davidbrochart)
+  * Update README, add Python 3.11 #260 (@davidbrochart)
+- Release 0.7.1
+  * Remove nest-asyncio #259 (@davidbrochart)
+- Use PEP517 hatchling build
+
+-------------------------------------------------------------------

Old:
----
  nbclient-0.7.0.tar.gz

New:
----
  nbclient-0.7.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-nbclient.spec ++++++
--- /var/tmp/diff_new_pack.EkAjKi/_old  2023-01-08 21:25:53.499372627 +0100
+++ /var/tmp/diff_new_pack.EkAjKi/_new  2023-01-08 21:25:53.503372650 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# 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
@@ -29,21 +29,23 @@
 %else
 %bcond_with libalternatives
 %endif
+
 Name:           python-nbclient%{psuffix}
-Version:        0.7.0
+Version:        0.7.2
 Release:        0
 Summary:        A client library for executing notebooks
 License:        BSD-3-Clause
 URL:            https://github.com/jupyter/nbclient
 Source:         
https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
-BuildRequires:  %{python_module setuptools >= 38.6.0}
+BuildRequires:  %{python_module hatchling >= 1.10.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-jupyter-client >= 6.1.5
-Requires:       python-nbformat >= 5.0
-Requires:       python-nest-asyncio
-Requires:       python-traitlets >= 5.2.2
+Requires:       python-jupyter-client >= 6.1.12
+Requires:       python-nbformat >= 5.1
+Requires:       python-traitlets >= 5.3
+Requires:       ((python-jupyter-core >= 4.12 with python-jupyter-core < 5) or 
python-jupyter-core >= 5.1)
 BuildArch:      noarch
 %if %{with libalternatives}
 BuildRequires:  alts
@@ -57,7 +59,8 @@
 BuildRequires:  %{python_module ipython}
 BuildRequires:  %{python_module ipywidgets}
 BuildRequires:  %{python_module nbclient = %{version}}
-BuildRequires:  %{python_module pytest >= 4.1}
+BuildRequires:  %{python_module nbconvert >= 7}
+BuildRequires:  %{python_module pytest >= 7}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module testpath}
 BuildRequires:  %{python_module xmltodict}
@@ -72,13 +75,14 @@
 
 %prep
 %setup -q -n nbclient-%{version}
+sed -i 's/--color=yes//' pyproject.toml
 
+%if ! %{with test}
 %build
-%python_build
+%pyproject_wheel
 
-%if ! %{with test}
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/jupyter-execute
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
@@ -91,7 +95,7 @@
 # https://github.com/jupyter/nbclient/issues/189
 donttest+=" or (test_run_all_notebooks and (opts6 or opts8 or opts9))"
 # extra -v for more verbose error diffs
-%pytest -v -k "not ($donttest)" --asyncio-mode=auto
+%pytest -v -k "not ($donttest)"
 %endif
 
 %if ! %{with test}
@@ -105,11 +109,11 @@
 %python_uninstall_alternative jupyter-execute
 
 %files %{python_files}
-%doc CHANGELOG.md README.md
+%doc README.md
 %license LICENSE
 %python_alternative %{_bindir}/jupyter-execute
 %{python_sitelib}/nbclient
-%{python_sitelib}/nbclient-%{version}*-info/
+%{python_sitelib}/nbclient-%{version}.dist-info/
 %endif
 
 %changelog

++++++ nbclient-0.7.0.tar.gz -> nbclient-0.7.2.tar.gz ++++++
++++ 2661 lines of diff (skipped)

Reply via email to