1
0

7 Commits

Author SHA256 Message Date
40b0bac4fa Accepting request 1322780 from devel:languages:python:jupyter
- update to 0.10.2:
  * Drop Python 3.8, test PyPy 3.10 #323 (@davidbrochart)
  * Gracefully handle explicit transient=None #322
- update to 0.10.1:
  * Run docs on ubuntu #314 (@blink1073)
  * avoid deprecation warning for py313 #320 (@lucascolley)
- drop nbclient-pr315-date-deprecation.patch,
     nbclient-pr317-py313tests.patch: (upstream)

  * gh#jupyter/nbclient#315 gh#jupyter/nbclient#318
- Remove upper bound on pytest.
- Skip more failing tests due to new Exception message format

OBS-URL: https://build.opensuse.org/request/show/1322780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=36
2025-12-15 10:58:33 +00:00
13d8a438a3 - update to 0.10.2:
* Drop Python 3.8, test PyPy 3.10 #323 (@davidbrochart)
  * Gracefully handle explicit transient=None #322
- update to 0.10.1:
  * Run docs on ubuntu #314 (@blink1073)
  * avoid deprecation warning for py313 #320 (@lucascolley)
- drop nbclient-pr315-date-deprecation.patch,
     nbclient-pr317-py313tests.patch: (upstream)
  * gh#jupyter/nbclient#315 gh#jupyter/nbclient#318
- Remove upper bound on pytest.
- Skip more failing tests due to new Exception message format

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=74
2025-12-13 14:38:27 +00:00
95e4a8dc2e Accepting request 1248992 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1248992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=35
2025-02-27 15:40:36 +00:00
25f766de22 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=72
2025-02-27 12:59:04 +00:00
e38468cb6c Accepting request 1225678 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/1225678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=34
2024-11-24 10:04:05 +00:00
8bee97b25c - Remove color from logs.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=70
2024-11-21 22:31:52 +00:00
f8c4c65958 - Add nbclient-pr315-date-deprecation.patch
* Avoids DeprecationWarning when importing
  * gh#jupyter/nbclient#315 gh#jupyter/nbclient#318 
- Add nbclient-pr317-py313tests.patch gh#jupyter/nbclient#317
  * make tests more lenient

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=69
2024-11-21 19:13:26 +00:00
4 changed files with 41 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b3f1b7dba531e498449c4db4f53da339c91d449dc11e9af3a43b4eb5c5abb09
size 62246

3
nbclient-0.10.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90b7fc6b810630db87a6d0c2250b1f0ab4cf4d3c27a299b0cde78a4ed3fd9193
size 62424

View File

@@ -1,7 +1,38 @@
-------------------------------------------------------------------
Sat Dec 13 14:37:39 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.10.2:
* Drop Python 3.8, test PyPy 3.10 #323 (@davidbrochart)
* Gracefully handle explicit transient=None #322
- update to 0.10.1:
* Run docs on ubuntu #314 (@blink1073)
* avoid deprecation warning for py313 #320 (@lucascolley)
- drop nbclient-pr315-date-deprecation.patch,
nbclient-pr317-py313tests.patch: (upstream)
-------------------------------------------------------------------
Thu Feb 27 12:54:52 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Thu Nov 21 22:28:41 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Remove color from logs.
-------------------------------------------------------------------
Thu Nov 21 18:57:39 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Add nbclient-pr315-date-deprecation.patch
* Avoids DeprecationWarning when importing
* gh#jupyter/nbclient#315 gh#jupyter/nbclient#318
- Add nbclient-pr317-py313tests.patch gh#jupyter/nbclient#317
* make tests more lenient
-------------------------------------------------------------------
Wed Jun 26 01:36:57 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Remove upper bound on pytest.
- Remove upper bound on pytest.
-------------------------------------------------------------------
Fri Mar 29 18:45:22 UTC 2024 - Ben Greiner <code@bnavigator.de>
@@ -149,7 +180,7 @@ Wed Mar 9 16:47:55 UTC 2022 - Arun Persaud <arun@gmx.de>
-------------------------------------------------------------------
Mon Feb 28 10:17:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Skip more failing tests due to new Exception message format
- Skip more failing tests due to new Exception message format
-------------------------------------------------------------------
Thu Feb 17 16:33:39 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-nbclient
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,8 +31,10 @@
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-nbclient%{psuffix}
Version: 0.10.0
Version: 0.10.2
Release: 0
Summary: A client library for executing notebooks
License: BSD-3-Clause
@@ -76,7 +78,7 @@ ExecutePreprocessor.
NBClient is a tool for parameterizing andexecuting Jupyter Notebooks.
%prep
%setup -q -n nbclient-%{version}
%autosetup -p1 -n nbclient-%{version}
sed -i 's/, "--color=yes"//' pyproject.toml
%if ! %{with test}