Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1449559 Details for
Bug 1589420
Consider creating a python-notebook-filesystem sub-package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add jupyter-filesystem sub-package to python-jupyter-core specfile
0001-Add-jupyter-filesystem-package.patch (text/plain), 2.39 KB, created by
Mattias Ellert
on 2018-06-10 05:08:46 UTC
(
hide
)
Description:
Add jupyter-filesystem sub-package to python-jupyter-core specfile
Filename:
MIME Type:
Creator:
Mattias Ellert
Created:
2018-06-10 05:08:46 UTC
Size:
2.39 KB
patch
obsolete
>From aee038a1cf173636e2fcc4f4d32ee7d9b3a74ac2 Mon Sep 17 00:00:00 2001 >From: Mattias Ellert <mattias.ellert@physics.uu.se> >Date: Sun, 10 Jun 2018 06:55:25 +0200 >Subject: [PATCH] Add jupyter-filesystem package > >--- > python-jupyter-core.spec | 28 +++++++++++++++++++++++++++- > 1 file changed, 27 insertions(+), 1 deletion(-) > >diff --git a/python-jupyter-core.spec b/python-jupyter-core.spec >index bfafb0a..98a89b2 100644 >--- a/python-jupyter-core.spec >+++ b/python-jupyter-core.spec >@@ -4,7 +4,7 @@ > > Name: python-%{pypi_name_dash} > Version: 4.4.0 >-Release: 2%{?dist} >+Release: 3%{?dist} > Summary: The base package for Jupyter projects > > License: BSD >@@ -73,6 +73,12 @@ Core common functionality of Jupyter projects. > This package contains documentation for the base application classes and > configuration inherited by other jupyter projects. > >+%package -n jupyter-filesystem >+Summary: Jupyter filesystem layout >+%description -n jupyter-filesystem >+This package provides directories required by other packages that add >+extensions to Jupyter. >+ > %prep > %autosetup -n %{pypi_name}-%{version} > >@@ -103,6 +109,19 @@ for lib in %{buildroot}{%{python2_sitelib},%{python3_sitelib}}/jupyter_core/trou > mv $lib.new $lib > done > >+# Create directories for jupyter-filesystem package >+mkdir -p %{buildroot}%{_datadir}/jupyter >+mkdir %{buildroot}%{_datadir}/jupyter/kernels >+mkdir %{buildroot}%{_datadir}/jupyter/nbextensions >+mkdir -p %{buildroot}%{_sysconfdir}/jupyter >+mkdir %{buildroot}%{_sysconfdir}/jupyter/jupyter_notebook_config.d >+mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig >+mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig/common.d >+mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig/edit.d >+mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig/notebook.d >+mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig/terminal.d >+mkdir %{buildroot}%{_sysconfdir}/jupyter/nbconfig/tree.d >+ > %global _docdir_fmt %{name} > > %files -n python2-%{pypi_name_dash} >@@ -126,7 +145,14 @@ done > %files -n python-%{pypi_name_dash}-doc > %doc html > >+%files -n jupyter-filesystem >+%{_datadir}/jupyter >+%{_sysconfdir}/jupyter >+ > %changelog >+* Sun Jun 10 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 4.4.0-3 >+- Add jupyter-filesystem package >+ > * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.0-2 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild > >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1589420
: 1449559