diff --git a/nbclient-0.7.4.tar.gz b/nbclient-0.7.4.tar.gz deleted file mode 100644 index cbf8756..0000000 --- a/nbclient-0.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d447f0e5a4cfe79d462459aec1b3dc5c2e9152597262be8ee27f7d4c02566a0d -size 60682 diff --git a/nbclient-0.8.0.tar.gz b/nbclient-0.8.0.tar.gz new file mode 100644 index 0000000..3269036 --- /dev/null +++ b/nbclient-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b179cd4b2d7bca965f900a2ebf0db4a12ebff2f36a711cb66861e4ae158e55 +size 60673 diff --git a/python-nbclient.changes b/python-nbclient.changes index d1eab44..b29a78d 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 11 19:57:08 UTC 2023 - Ben Greiner + +- Update to 0.8.0 + * Bump min version support #287 (@blink1073) + ------------------------------------------------------------------- Mon May 1 17:50:53 UTC 2023 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 73ac900..b573391 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -31,20 +31,20 @@ %endif Name: python-nbclient%{psuffix} -Version: 0.7.4 +Version: 0.8.0 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 base >= 3.8} BuildRequires: %{python_module hatchling >= 1.10.0} BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-jupyter-client >= 6.1.12 Requires: python-nbformat >= 5.1 -Requires: python-traitlets >= 5.3 +Requires: python-traitlets >= 5.4 Requires: ((python-jupyter-core >= 4.12 with python-jupyter-core < 5) or python-jupyter-core >= 5.1) BuildArch: noarch %if %{with libalternatives} @@ -56,7 +56,7 @@ Requires(postun):update-alternatives %endif %if %{with test} BuildRequires: %{python_module flaky} -BuildRequires: %{python_module ipykernel} +BuildRequires: %{python_module ipykernel >= 6.19.3} BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module nbclient = %{version}}