## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-jupyter-events Version: 0.6.3 Release: %autorelease Summary: Jupyter Event System library License: BSD-3-Clause URL: https://jupyter.org Source: %{pypi_source jupyter_events} BuildArch: noarch BuildRequires: python3-devel # Manual test deps - upstream contains coverage, pre-commit, … BuildRequires: python3-click BuildRequires: python3-rich BuildRequires: python3-pytest BuildRequires: python3-pytest-asyncio BuildRequires: python3-pytest-console-scripts %global _description %{expand: An event system for Jupyter Applications and extensions.} %description %_description %package -n python3-jupyter-events Summary: %{summary} %description -n python3-jupyter-events %_description %prep %autosetup -p1 -n jupyter_events-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files jupyter_events %check %pytest %files -n python3-jupyter-events -f %{pyproject_files} %doc README.md %{_bindir}/jupyter-events %changelog * Wed Feb 15 2023 Lumir Balhar - 0.6.3-1 - Update to 0.6.3 (rhbz#2159407) * Fri Jan 20 2023 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 28 2022 Lumír Balhar - 0.5.0-1 - Initial package