Compare commits

...

7 Commits

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-jupyterlab
Version: 4.3.2
Version: 4.4.2
Release: 1mamba
Summary: JupyterLab computational environment
Group: System/Libraries
@ -10,10 +10,11 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://jupyter.org/
Source: https://pypi.debian.net/jupyterlab/jupyterlab-%{version}.tar.gz
License: BSD
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: (python3.11dist(httpx) >= 0.28 with python3.11dist(httpx) < 0.29)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(async-lru)
BuildRequires: python3.11dist(httpx)
BuildRequires: python3.11dist(ipykernel)
BuildRequires: python3.11dist(jinja2)
BuildRequires: python3.11dist(jupyter-core)
@ -77,6 +78,27 @@ mv %{buildroot}/usr/etc %{buildroot}/
%doc LICENSE
%changelog
* Wed May 07 2025 Automatic Build System <autodist@openmamba.org> 4.4.2-1mamba
- automatic version update by autodist
* Wed Apr 23 2025 Automatic Build System <autodist@openmamba.org> 4.4.1-1mamba
- automatic version update by autodist
* Fri Apr 04 2025 Automatic Build System <autodist@openmamba.org> 4.4.0-1mamba
- automatic version update by autodist
* Sat Mar 15 2025 Automatic Build System <autodist@openmamba.org> 4.3.6-1mamba
- automatic version update by autodist
* Tue Feb 04 2025 Automatic Build System <autodist@openmamba.org> 4.3.5-1mamba
- automatic version update by autodist
* Thu Dec 19 2024 Automatic Build System <autodist@openmamba.org> 4.3.4-1mamba
- automatic version update by autodist
* Wed Dec 11 2024 Automatic Build System <autodist@openmamba.org> 4.3.3-1mamba
- automatic version update by autodist
* Wed Dec 04 2024 Automatic Build System <autodist@openmamba.org> 4.3.2-1mamba
- automatic version update by autodist