Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > df88b3e49ce9403a9f992a5f4c1bf741 > files > 2

python-jupyter-server-2.12.1-1.mga10.src.rpm

%global pypi_name jupyter-server
%global srcname   jupyter_server

Name:           python-%{pypi_name}
Version:        2.12.1
Release:        %mkrel 1
Summary:        The Jupyter Server
License:        BSD-3-Clause
Group:          Development/Python
URL:            https://github.com/jupyter/jupyter_server
Source:         %{pypi_source}
BuildArch:	noarch
BuildRequires:  pyproject-rpm-macros
BuildRequires:  python3-devel

%description
The Jupyter Server is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.

%package -n python3-%{pypi_name}
Summary:        The Jupyter Server

%description -n python3-jupyter-server
The Jupyter Server is a web application that allows you to create and
share documents that contain live code, equations, visualizations, and
explanatory text. The Notebook has support for multiple programming
languages, sharing, and interactive widgets.

%prep
%autosetup -n %{srcname}-%{version} -p1

%generate_buildrequires
%pyproject_buildrequires

%build
%pyproject_wheel

%install
%pyproject_install
%pyproject_save_files %{srcname}

%files  -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md
%{_bindir}/jupyter-server


%changelog
* Tue Dec 26 2023 wally <wally> 2.12.1-1.mga10
+ Revision: 2021939
- new version 2.12.1
+ joequant <joequant>
- update build requires
- fix build requires
- update to 2.11.1

* Thu Nov 03 2022 papoteur <papoteur> 1.21.0-2.mga9
+ Revision: 1902045
- rebuild for fastjsonschema dependency

* Fri Oct 14 2022 wally <wally> 1.21.0-1.mga9
+ Revision: 1896840
- new version 1.21.0

* Wed Feb 23 2022 mrambo3501 <mrambo3501> 1.5.1-2.mga9
+ Revision: 1783660
- rebuild for python-3.10

* Tue Apr 06 2021 joequant <joequant> 1.5.1-1.mga9
+ Revision: 1713879
- fix group
- imported package python-jupyter-server