automatic version update by autodist [release 0.12.0-1mamba;Thu Feb 06 2025]

This commit is contained in:
Automatic Build System 2025-02-06 12:26:24 +01:00
parent 38f58623fe
commit 9787ae489e

View File

@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-jupyter_events
Version: 0.11.0
Version: 0.12.0
Release: 1mamba
Summary: Jupyter Event System library
Group: System/Libraries
@ -10,9 +10,11 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://jupyter.org/
Source: https://pypi.debian.net/jupyter-events/jupyter_events-%{version}.tar.gz
License: BSD
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(jsonschema)
BuildRequires: python3.11dist(packaging)
BuildRequires: python3.11dist(python-json-logger)
BuildRequires: python3.11dist(pyyaml)
BuildRequires: python3.11dist(referencing)
@ -55,6 +57,9 @@ CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
%doc LICENSE
%changelog
* Thu Feb 06 2025 Automatic Build System <autodist@openmamba.org> 0.12.0-1mamba
- automatic version update by autodist
* Wed Dec 18 2024 Automatic Build System <autodist@openmamba.org> 0.11.0-1mamba
- automatic version update by autodist