#16 Add jupyter/labextensions/@jupyter to filesystem subpackage
Merged 11 months ago by lbalhar. Opened 11 months ago by lbalhar.
rpms/ lbalhar/python-jupyter-core rawhide  into  rawhide

file modified
+6 -2
@@ -4,7 +4,7 @@ 

  

  Name:           python-jupyter-core

  Version:        5.1.0

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        The base package for Jupyter projects

  

  License:        BSD
@@ -82,7 +82,7 @@ 

  # Create directories for python-jupyter-filesystem package

  mkdir -p %{buildroot}%{_datadir}/jupyter

  mkdir %{buildroot}%{_datadir}/jupyter/kernels

- mkdir %{buildroot}%{_datadir}/jupyter/labextensions

+ mkdir -p %{buildroot}%{_datadir}/jupyter/labextensions/@jupyter

  mkdir %{buildroot}%{_datadir}/jupyter/nbextensions

  mkdir -p %{buildroot}%{_sysconfdir}/jupyter

  mkdir %{buildroot}%{_sysconfdir}/jupyter/jupyter_notebook_config.d
@@ -130,6 +130,10 @@ 

  

  

  %changelog

+ * Thu Jun 22 2023 Lumír Balhar <lbalhar@redhat.com> - 5.1.0-3

+ - Add jupyter/labextensions/@jupyter to filesystem subpackage

+ Related: rhbz#2213169

+ 

  * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.1.0-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

  

This is gonna be handy for jupyterlab extensions like collaboration I'm packaging right now, see: https://bugzilla.redhat.com/show_bug.cgi?id=2213169

diff:

rpmdiff -iT  results_python-jupyter-core/5.1.0/2.fc39/python-jupyter-filesystem-5.1.0-2.fc39.noarch.rpm results_python-jupyter-core/5.1.0/3.fc39/python-jupyter-filesystem-5.1.0-3.fc39.noarch.rpm 
removed     PROVIDES python-jupyter-filesystem = 5.1.0-2.fc39
added       PROVIDES python-jupyter-filesystem = 5.1.0-3.fc39
added       /usr/share/jupyter/labextensions/@jupyter

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/ff6e80235054407595a4aa4b3394150d

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/6755f0d744864a41a5fc416ab56c0918

Except for the flaky CI, this looks good to be shipped, I used this version to build jupyter-collaboration and it solves the issue with directory ownership.

Pull-Request has been merged by lbalhar

11 months ago
Metadata