!2 Update package with version 0.9.0

From: @desert-sailor 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-06 06:09:47 +00:00 committed by Gitee
commit fc0528fce8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
jupyter_events-0.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-jupyter-events
Version: 0.8.0
Version: 0.9.0
Release: 1
Summary: An event system for Jupyter Applications and extensions.
License: BSD-3-Clause
URL: https://github.com/jupyter/jupyter_events
Source0: https://files.pythonhosted.org/packages/bb/1c/4b886f1312ed13d248acbee26066db759473b3c3a24244bdc211914761eb/jupyter_events-0.8.0.tar.gz
Source0: https://files.pythonhosted.org/packages/55/36/c65c02b5cedd8f326453dd958f299bfb030609f016d4354217a95d5190e1/jupyter_events-0.9.0.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
@ -60,5 +60,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/*
%changelog
* Wed Mar 6 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 0.9.0-1
- Update package with version 0.9.0
Clean up linting and fix a bug that was found
Adopt ruff format
Normalize "jsonschema[format-nongpl]" in pyproject.toml
* Wed Nov 1 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.8.0-1
- Init package.