# # spec file for package python-jupyter-events # # Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %if 0%{suse_version} >= 1550 %bcond_without libalternatives %else %bcond_with libalternatives %endif %{?sle15_python_module_pythons} Name: python-jupyter-events Version: 0.10.0 Release: 0 Summary: Jupyter Event System library License: BSD-3-Clause URL: https://github.com/jupyter/jupyter_events Source: https://files.pythonhosted.org/packages/source/j/jupyter_events/jupyter_events-%{version}.tar.gz # PATCH-FIX-OPENSUSE jupyter_events-py312-taskname.patch code@bnavigator.de -- we patched python-python-json-logger with gh#madzak/python-json-logger#183 Patch0: jupyter_events-py312-taskname.patch BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module hatchling >= 1.5} BuildRequires: %{python_module pip} BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: alts Requires: python-PyYAML >= 5.3 Requires: python-jsonschema-format-nongpl >= 4.18 Requires: python-python-json-logger >= 2.0.4 Requires: python-referencing Requires: python-rfc3339-validator Requires: python-rfc3986-validator >= 0.1.1 Requires: python-traitlets >= 5.3 Provides: python-jupyter_events = %{version}-%{release} BuildArch: noarch %if %{with libalternatives} BuildRequires: alts Requires: alts %else Requires(post): update-alternatives Requires(postun): update-alternatives %endif # SECTION test requirements BuildRequires: %{python_module rfc3339-validator} BuildRequires: %{python_module PyYAML >= 5.3} BuildRequires: %{python_module click} BuildRequires: %{python_module jsonschema-format-nongpl >= 4.18} BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module pytest-asyncio >= 0.19.0} BuildRequires: %{python_module pytest-console-scripts} BuildRequires: %{python_module python-json-logger >= 2.0.4} BuildRequires: %{python_module referencing} BuildRequires: %{python_module rfc3986-validator >= 0.1.1} BuildRequires: %{python_module rich} BuildRequires: %{python_module traitlets >= 5.3} # /SECTION %python_subpackages %description Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server, JupyterLab Server, JupyterHub, etc.) to emit events—structured data describing things happening inside the application. Other software (e.g. client applications like JupyterLab) can listen and respond to these events. %prep %autosetup -p1 -n jupyter_events-%{version} sed -i -e 's/--color=yes//' pyproject.toml %build %pyproject_wheel %install %pyproject_install %python_clone -a %{buildroot}%{_bindir}/jupyter-events %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %{python_expand # provide flavored command in case not yet installed libalts are not supported by python_flavored_alternatives mkdir -p build/flavorbin which jupyter-events || ln -s %{buildroot}%{_bindir}/jupyter-events-%{$python_bin_suffix} build/flavorbin/jupyter-events } %pytest %pre %python_libalternatives_reset_alternative jupyter-events %post %python_install_alternative jupyter-events %postun %python_uninstall_alternative jupyter-events %files %{python_files} %license LICENSE %python_alternative %{_bindir}/jupyter-events %{python_sitelib}/jupyter_events %{python_sitelib}/jupyter_events-%{version}.dist-info %changelog