From 71d58ae423831b01b23f1682edd4fccb40bdfb6a Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 5 Jan 2025 18:45:32 +0300 Subject: [PATCH] import python-pytest-jupyter-0.10.1-4.el10 --- .gitignore | 1 + .python-pytest-jupyter.metadata | 1 + SPECS/python-pytest-jupyter.spec | 121 +++++++++++++++++++++++++++++++ 3 files changed, 123 insertions(+) create mode 100644 .gitignore create mode 100644 .python-pytest-jupyter.metadata create mode 100644 SPECS/python-pytest-jupyter.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9036b25 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pytest_jupyter-0.10.1.tar.gz diff --git a/.python-pytest-jupyter.metadata b/.python-pytest-jupyter.metadata new file mode 100644 index 0000000..177a3c2 --- /dev/null +++ b/.python-pytest-jupyter.metadata @@ -0,0 +1 @@ +228b00c945c1865497fcce20eceebe4c634612ab SOURCES/pytest_jupyter-0.10.1.tar.gz diff --git a/SPECS/python-pytest-jupyter.spec b/SPECS/python-pytest-jupyter.spec new file mode 100644 index 0000000..5dbe22a --- /dev/null +++ b/SPECS/python-pytest-jupyter.spec @@ -0,0 +1,121 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 4; + 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-pytest-jupyter +Version: 0.10.1 +Release: %autorelease +Summary: A pytest plugin for testing Jupyter libraries and extensions +# BSD for pytest-jupyter itself and +# MIT is for bundled parts of tornasync package +License: BSD-3-Clause AND MIT +URL: https://jupyter.org +Source: %{pypi_source pytest_jupyter} + +BuildArch: noarch +BuildRequires: python3-devel + +%global _description %{expand: +A set of pytest plugins for Jupyter libraries and extensions.} + + +%description %_description + +%package -n python3-pytest-jupyter +Summary: %{summary} + +%description -n python3-pytest-jupyter %_description + + +%prep +%autosetup -p1 -n pytest_jupyter-%{version} + + +%generate_buildrequires +%pyproject_buildrequires -x client + + +%build +%pyproject_wheel + + +%install +%pyproject_install +%pyproject_save_files pytest_jupyter + + +%check +# No real tests now as there is a circular dependency +# between pytest_jupyter and jupyter_server. +# %%pytest +%pyproject_check_import + +%files -n python3-pytest-jupyter -f %{pyproject_files} +%doc README.md + +%pyproject_extras_subpkg -n python3-pytest-jupyter server +%pyproject_extras_subpkg -n python3-pytest-jupyter client + +%changelog +* Sun Jan 05 2025 Arkady L. Shane - 0.10.1-4 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Fri Jul 19 2024 Fedora Release Engineering - 0.10.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sun Jun 09 2024 Python Maint - 0.10.1-3 +- Rebuilt for Python 3.13 + +* Fri Apr 05 2024 Lumír Balhar - 0.10.1-1 +- Update to 0.10.1 (rhbz#2272939) + +* Wed Apr 03 2024 Lumír Balhar - 0.10.0-1 +- Update to 0.10.0 (rhbz#2272939) + +* Tue Mar 12 2024 Lumír Balhar - 0.9.1-1 +- Update to 0.9.1 (rhbz#2269157) + +* Thu Feb 22 2024 Lumír Balhar - 0.9.0-1 +- Update to 0.9.0 (rhbz#2265383) + +* Fri Jan 26 2024 Fedora Release Engineering - 0.8.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Dec 05 2023 Lumír Balhar - 0.8.0-1 +- Update to 0.8.0 (rhbz#2253027) + +* Fri Jul 21 2023 Fedora Release Engineering - 0.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jul 02 2023 Python Maint - 0.7.0-2 +- Rebuilt for Python 3.12 + +* Wed Apr 12 2023 Lumír Balhar - 0.7.0-1 +- Update to 0.7.0 (rhbz#2183292) + +* Fri Jan 20 2023 Fedora Release Engineering - 0.6.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Jan 10 2023 Lumír Balhar - 0.6.2-1 +- Update to 0.6.2 + +* Wed Dec 21 2022 Lumír Balhar - 0.6.1-1 +- Update to 0.6.1 (rhbz#2154849) + +* Wed Dec 07 2022 Lumír Balhar - 0.6.0-1 +- Update to 0.6.0 (rhbz#2151397) + +* Thu Dec 01 2022 Lumír Balhar - 0.5.3-1 +- Initial package + +## END: Generated by rpmautospec