diff --git a/python-jupyter_core.spec b/python-jupyter_core.spec index 1437b07..8cf65d2 100644 --- a/python-jupyter_core.spec +++ b/python-jupyter_core.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-jupyter_core -Version: 5.3.1 +Version: 5.3.2 Release: 1mamba Summary: Core common functionality of Jupyter projects Group: System/Libraries @@ -11,9 +11,9 @@ URL: https://github.com/jupyter/jupyter_core Source: https://pypi.debian.net/jupyter-core/jupyter_core-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel -BuildRequires: python3.7dist(platformdirs) -BuildRequires: python3.7dist(traitlets) +BuildRequires: libpython311-devel +BuildRequires: python3.11dist(platformdirs) +BuildRequires: python3.11dist(traitlets) ## AUTOBUILDREQ-END %description @@ -53,6 +53,9 @@ done %{python_sitelib}/__pycache__/jupyter.*.pyc %changelog +* Wed Sep 27 2023 Automatic Build System 5.3.2-1mamba +- automatic version update by autodist + * Thu Jun 15 2023 Automatic Build System 5.3.1-1mamba - automatic version update by autodist