forked from pool/python-nbclient
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 40b0bac4fa | |||
| 13d8a438a3 | |||
| 95e4a8dc2e | |||
| 25f766de22 | |||
| e38468cb6c | |||
| 8bee97b25c | |||
| f8c4c65958 |
@@ -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
3
nbclient-0.10.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90b7fc6b810630db87a6d0c2250b1f0ab4cf4d3c27a299b0cde78a4ed3fd9193
|
||||
size 62424
|
||||
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user