automatic version update by autodist [release 4.3.3-1mamba;Wed Dec 11 2024]

This commit is contained in:
Automatic Build System 2024-12-13 01:09:13 +01:00
parent a7d1fb299a
commit 4d5f3db528

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-jupyterlab
Version: 4.3.2
Version: 4.3.3
Release: 1mamba
Summary: JupyterLab computational environment
Group: System/Libraries
@ -11,9 +11,9 @@ URL: https://jupyter.org/
Source: https://pypi.debian.net/jupyterlab/jupyterlab-%{version}.tar.gz
License: BSD
## 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 +77,9 @@ mv %{buildroot}/usr/etc %{buildroot}/
%doc LICENSE
%changelog
* 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