You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
3.6 KiB
122 lines
3.6 KiB
## 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 <tigro@msvsphere-os.ru> - 0.10.1-4
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
## START: Generated by rpmautospec
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.10.1-3
|
|
- Rebuilt for Python 3.13
|
|
|
|
* Fri Apr 05 2024 Lumír Balhar <lbalhar@redhat.com> - 0.10.1-1
|
|
- Update to 0.10.1 (rhbz#2272939)
|
|
|
|
* Wed Apr 03 2024 Lumír Balhar <lbalhar@redhat.com> - 0.10.0-1
|
|
- Update to 0.10.0 (rhbz#2272939)
|
|
|
|
* Tue Mar 12 2024 Lumír Balhar <lbalhar@redhat.com> - 0.9.1-1
|
|
- Update to 0.9.1 (rhbz#2269157)
|
|
|
|
* Thu Feb 22 2024 Lumír Balhar <lbalhar@redhat.com> - 0.9.0-1
|
|
- Update to 0.9.0 (rhbz#2265383)
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Tue Dec 05 2023 Lumír Balhar <lbalhar@redhat.com> - 0.8.0-1
|
|
- Update to 0.8.0 (rhbz#2253027)
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Sun Jul 02 2023 Python Maint <python-maint@redhat.com> - 0.7.0-2
|
|
- Rebuilt for Python 3.12
|
|
|
|
* Wed Apr 12 2023 Lumír Balhar <lbalhar@redhat.com> - 0.7.0-1
|
|
- Update to 0.7.0 (rhbz#2183292)
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Tue Jan 10 2023 Lumír Balhar <lbalhar@redhat.com> - 0.6.2-1
|
|
- Update to 0.6.2
|
|
|
|
* Wed Dec 21 2022 Lumír Balhar <lbalhar@redhat.com> - 0.6.1-1
|
|
- Update to 0.6.1 (rhbz#2154849)
|
|
|
|
* Wed Dec 07 2022 Lumír Balhar <lbalhar@redhat.com> - 0.6.0-1
|
|
- Update to 0.6.0 (rhbz#2151397)
|
|
|
|
* Thu Dec 01 2022 Lumír Balhar <lbalhar@redhat.com> - 0.5.3-1
|
|
- Initial package
|
|
|
|
## END: Generated by rpmautospec
|