From bb67c69257f5a302a87183e1a347d02acfd1d583 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:21:37 +0100 Subject: [PATCH] update to 4.7.0 [release 4.7.0-1mamba;Wed Jan 20 2021] --- python-jupyter_core.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/python-jupyter_core.spec b/python-jupyter_core.spec index e8b65a7..ffd632a 100644 --- a/python-jupyter_core.spec +++ b/python-jupyter_core.spec @@ -1,7 +1,7 @@ %global srcname jupyter_core Name: python-%{srcname} -Version: 4.6.3 +Version: 4.7.0 Release: 1mamba Summary: Core common functionality of Jupyter projects Group: System/Libraries @@ -9,7 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: https://github.com/jupyter/jupyter_core -Source: https://github.com/jupyter/jupyter_core/archive/%{version}.tar.gz +Source: https://pypi.debian.net/jupyter-core/jupyter_core-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel @@ -23,6 +23,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root This package contains base application classes and configuration inherited by other projects. It doesn't do much on its own. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n %{srcname}-%{version} @@ -40,10 +44,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %changelog +* Wed Jan 20 2021 Silvan Calarco 4.7.0-1mamba +- update to 4.7.0 + * Fri Feb 21 2020 Automatic Build System 4.6.3-1mamba - automatic version update by autodist