rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba [release 5.9.1-2mamba;Wed Jul 08 2026]

This commit is contained in:
2026-07-16 12:12:01 +02:00
parent 4cefbeb263
commit 720f0d1ea2
+11 -16
View File
@@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-jupyter_core
Version: 5.9.1
Release: 1mamba
Release: 2mamba
Summary: Core common functionality of Jupyter projects
Group: System/Libraries
Vendor: openmamba
@@ -12,20 +12,19 @@ Source: https://pypi.debian.net/jupyter-core/jupyter_core-%{version}.tar.
License: BSD
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(platformdirs)
BuildRequires: python3.11dist(traitlets)
BuildRequires: libpython314-devel
BuildRequires: python3.14dist(platformdirs)
BuildRequires: python3.14dist(traitlets)
## AUTOBUILDREQ-END
BuildRequires: python3 >= 0:3.14.6-2mamba
Obsoletes: python-jupyter_core-py3 < %{?epoch:%{epoch}:}%{version}-%{release}
Provides: python-jupyter_core-py3 = %{?epoch:%{epoch}:}%{version}-%{release}
%description
%{summary}.
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 %{pkgname}-%{version}
@@ -36,14 +35,7 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
%if "%{?with_pyver}" != "3"
# Rename any conflicting file outside of python site packages tree
for f in %{_bindir}/jupyter{,-migrate,-troubleshoot}; do
mv %{buildroot}${f}{,-%{?pyappend}}
done
%endif
%files %{?pyappend}
%files
%defattr(-,root,root)
%{_bindir}/jupyter*
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
@@ -54,6 +46,9 @@ done
%{python_sitelib}/__pycache__/jupyter.*.pyc
%changelog
* Wed Jul 08 2026 Automatic Build System <autodist@openmamba.org> 5.9.1-2mamba
- rebuilt by autoport with build requirements: python3>=0:3.14.6-2mamba
* Fri Oct 17 2025 Automatic Build System <autodist@openmamba.org> 5.9.1-1mamba
- automatic version update by autodist