diff --git a/nbclient-0.1.0.tar.gz b/nbclient-0.1.0.tar.gz deleted file mode 100644 index e7bb2ee..0000000 --- a/nbclient-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39fa0b3b24cb597827f6b104718dc952c679a8f5ba2d6f1a4113a3bd7f1528c6 -size 54233 diff --git a/nbclient-0.2.0.tar.gz b/nbclient-0.2.0.tar.gz new file mode 100644 index 0000000..b7bf815 --- /dev/null +++ b/nbclient-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dde0356def1d9345908c8f58dc604a434f2fe61c49ac13fac6e2da2ae429de +size 57124 diff --git a/python-nbclient.changes b/python-nbclient.changes index 1b03e32..125a73d 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Apr 26 19:33:24 UTC 2020 - Arun Persaud + +- specfile: + * only build for python 3, add skip_python2 + * updated requirement versions, add async_generator + * be more specific in %files section + +- update to version 0.2.0: + * Major Changes + + Async support is now available on the client. Methods that + support async have an async_ prefix and can be awaited #10 #35 + #37 #38 + + Dropped support for Python 3.5 due to async compatability issues + #34 + + Notebook documents now include the new kernel timing fields #32 + * Fixes + + Memory and process leaks from nbclient should now be fixed #34 + + Notebook execution exceptions now include error information in + addition to the message #41 + * Docs + + Added binder examples / tests #7 + + Added changelog to docs #22 + + Doc typo fixes #27 #30 + ------------------------------------------------------------------- Mon Feb 24 15:45:01 UTC 2020 - Todd R diff --git a/python-nbclient.spec b/python-nbclient.spec index d73840e..cd9748c 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-nbclient -Version: 0.1.0 +Version: 0.2.0 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause @@ -28,21 +29,23 @@ Source: https://files.pythonhosted.org/packages/source/n/nbclient/nbclie BuildRequires: %{python_module setuptools >= 38.6.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-jupyter-client >= 5.3.4 +Requires: python-async_generator +Requires: python-jupyter-client >= 6.1.0 Requires: python-nbformat >= 5.0 Requires: python-traitlets >= 4.2 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Pebble} -BuildRequires: %{python_module ipython} +BuildRequires: %{python_module async_generator} BuildRequires: %{python_module ipython_genutils} +BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets} -BuildRequires: %{python_module jupyter-client >= 5.3.4} +BuildRequires: %{python_module jupyter-client >= 6.1.0} BuildRequires: %{python_module nbconvert} BuildRequires: %{python_module nbformat >= 5.0} BuildRequires: %{python_module pytest >= 4.1} -BuildRequires: %{python_module traitlets >= 4.2} BuildRequires: %{python_module testpath} +BuildRequires: %{python_module traitlets >= 4.2} BuildRequires: %{python_module xmltodict} # /SECTION %python_subpackages @@ -69,6 +72,7 @@ NBClient is a tool for parameterizing andexecuting Jupyter Notebooks. %files %{python_files} %doc CHANGELOG.md README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/nbclient +%{python_sitelib}/nbclient-%{version}-py*.egg-info/ %changelog