commit 8cf36bd6848e53d8beb4eb4c2298439f88257504 Author: tigro Date: Sun Jan 5 23:14:20 2025 +0300 import python-jupyter-events-0.10.0-3.el10 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6732fd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/jupyter_events-0.10.0.tar.gz diff --git a/.python-jupyter-events.metadata b/.python-jupyter-events.metadata new file mode 100644 index 0000000..29aaaeb --- /dev/null +++ b/.python-jupyter-events.metadata @@ -0,0 +1 @@ +d6e240c533fb324e04c56d5d24b02754474723c1 SOURCES/jupyter_events-0.10.0.tar.gz diff --git a/SPECS/python-jupyter-events.spec b/SPECS/python-jupyter-events.spec new file mode 100644 index 0000000..a82281d --- /dev/null +++ b/SPECS/python-jupyter-events.spec @@ -0,0 +1,114 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 3; + 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.10.0 +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 +* Sun Jan 05 2025 Arkady L. Shane - 0.10.0-3 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 0.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 10 2024 Python Maint - 0.10.0-2 +- Rebuilt for Python 3.13 + +* Mon Mar 18 2024 Lumir Balhar - 0.10.0-1 +- Update to 0.10.0 (rhbz#2270166) + +* Wed Mar 13 2024 Lumir Balhar - 0.9.1-1 +- Update to 0.9.1 (rhbz#2269167) + +* Fri Jan 26 2024 Fedora Release Engineering - 0.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Nov 07 2023 Lumir Balhar - 0.9.0-1 +- Update to 0.9.0 (rhbz#2248153) + +* Mon Oct 16 2023 Lumir Balhar - 0.8.0-1 +- Update to 0.8.0 (rhbz#2244394) + +* Thu Sep 07 2023 Lumir Balhar - 0.7.0-1 +- Update to 0.7.0 (rhbz#2227772) + +* Fri Jul 21 2023 Fedora Release Engineering - 0.6.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jul 04 2023 Tomáš Hrnčiar - 0.6.3-3 +- Adjust tests for taskName attribute added in Python 3.12 + +* Tue Jul 04 2023 Python Maint - 0.6.3-2 +- Rebuilt for Python 3.12 + +* 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 + +## END: Generated by rpmautospec