commit python-jupyter_nbextensions_configurator for openSUSE:Factory
Hello community, here is the log from the commit of package python-jupyter_nbextensions_configurator for openSUSE:Factory checked in at 2019-05-22 11:09:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jupyter_nbextensions_configurator (Old) and /work/SRC/openSUSE:Factory/.python-jupyter_nbextensions_configurator.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-jupyter_nbextensions_configurator" Wed May 22 11:09:29 2019 rev:3 rq:699925 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jupyter_nbextensions_configurator/python-jupyter_nbextensions_configurator.changes 2018-06-15 14:46:23.072102211 +0200 +++ /work/SRC/openSUSE:Factory/.python-jupyter_nbextensions_configurator.new.5148/python-jupyter_nbextensions_configurator.changes 2019-05-22 11:09:33.370592463 +0200 @@ -1,0 +2,7 @@ +Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com> + +- Update to 0.4.1 + * Fix for nbextensions tab not shown in notebook. +- Split jupyter components into own package. + +------------------------------------------------------------------- Old: ---- jupyter_nbextensions_configurator-0.4.0.tar.gz New: ---- jupyter_nbextensions_configurator-0.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jupyter_nbextensions_configurator.spec ++++++ --- /var/tmp/diff_new_pack.k4mUsh/_old 2019-05-22 11:09:34.022592505 +0200 +++ /var/tmp/diff_new_pack.k4mUsh/_new 2019-05-22 11:09:34.022592505 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-jupyter_nbextensions_configurator # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,14 +21,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jupyter_nbextensions_configurator -Version: 0.4.0 +Version: 0.4.1 Release: 0 Summary: Configuration interfaces for nbextensions License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator Source: https://files.pythonhosted.org/packages/source/j/jupyter_nbextensions_configurator/jupyter_nbextensions_configurator-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -47,37 +46,54 @@ Requires: python-PyYAML Requires: python-jupyter_contrib_core >= 0.3.3 Requires: python-jupyter_core -Requires: python-jupyter_notebook >= 4.0 +Requires: python-notebook >= 4.0 Requires: python-tornado Requires: python-traitlets -%ifpython2 -Requires: python3-jupyter_nbextensions_configurator -%endif -%ifpython3 +Requires: jupyter-jupyter_nbextensions_configurator = %{version} +BuildArch: noarch + +%python_subpackages + +%description +The jupyter_nbextensions_configurator jupyter server extension provides +graphical user interfaces for configuring which nbextensions are enabled (load +automatically for every notebook), and display their readme files. +In addition, for extensions which include an appropriate yaml descriptor file, +the interface also provides controls to configure the extensions' options. + +This package provides the python interface. + +%package -n jupyter-jupyter_nbextensions_configurator +Summary: Configuration interfaces for nbextensions +Group: Development/Languages/Python +Requires: jupyter-jupyter_contrib_core >= 0.3.3 +Requires: jupyter-jupyter_core +Requires: jupyter-notebook >= 4.0 +Requires: python3-jupyter_nbextensions_configurator = %{version} Requires(post): python3-PyYAML Requires(preun): python3-PyYAML -Requires(post): python3-jupyter_contrib_core >= 0.3.3 -Requires(preun): python3-jupyter_contrib_core >= 0.3.3 -Requires(post): python3-jupyter_core -Requires(preun): python3-jupyter_core -Requires(post): python3-jupyter_notebook >= 4.0 -Requires(preun): python3-jupyter_notebook >= 4.0 +Requires(post): jupyter-jupyter_contrib_core >= 0.3.3 +Requires(preun): jupyter-jupyter_contrib_core >= 0.3.3 +Requires(post): jupyter-jupyter_core +Requires(preun): jupyter-jupyter_core +Requires(post): jupyter-notebook >= 4.0 +Requires(preun): jupyter-notebook >= 4.0 Requires(post): python3-tornado Requires(preun): python3-tornado Requires(post): python3-traitlets Requires(preun): python3-traitlets -%endif -BuildArch: noarch +Requires(post): python3-jupyter_nbextensions_configurator = %{version} +Requires(preun): python3-jupyter_nbextensions_configurator = %{version} -%python_subpackages - -%description +%description -n jupyter-jupyter_nbextensions_configurator The jupyter_nbextensions_configurator jupyter server extension provides graphical user interfaces for configuring which nbextensions are enabled (load automatically for every notebook), and display their readme files. In addition, for extensions which include an appropriate yaml descriptor file, the interface also provides controls to configure the extensions' options. +This package provides the jupyter components. + %prep %setup -q -n jupyter_nbextensions_configurator-%{version} sed -i 's/\r$//' LICENSE.txt @@ -90,10 +106,10 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%post -n python3-jupyter_nbextensions_configurator +%post -n jupyter-jupyter_nbextensions_configurator %{_bindir}/jupyter-nbextensions_configurator enable --system || true -%preun -n python3-jupyter_nbextensions_configurator +%preun -n jupyter-jupyter_nbextensions_configurator if [ $1 = 0 ] && [ -f %{_bindir}/jupyter-nbextensions_configurator ] ; then %{_bindir}/jupyter-nbextensions_configurator disable --system || true fi @@ -109,8 +125,11 @@ %defattr(-,root,root,-) %doc README.md %license LICENSE.txt -%python3_only %{_bindir}/jupyter-nbextensions_configurator %{python_sitelib}/jupyter_nbextensions_configurator-%{version}-py*.egg-info %{python_sitelib}/jupyter_nbextensions_configurator/ +%files -n jupyter-jupyter_nbextensions_configurator +%license LICENSE.txt +%{_bindir}/jupyter-nbextensions_configurator + %changelog ++++++ jupyter_nbextensions_configurator-0.4.0.tar.gz -> jupyter_nbextensions_configurator-0.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_nbextensions_configurator-0.4.0/PKG-INFO new/jupyter_nbextensions_configurator-0.4.1/PKG-INFO --- old/jupyter_nbextensions_configurator-0.4.0/PKG-INFO 2018-01-16 17:11:21.000000000 +0100 +++ new/jupyter_nbextensions_configurator-0.4.1/PKG-INFO 2018-12-29 13:36:06.000000000 +0100 @@ -1,13 +1,12 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: jupyter_nbextensions_configurator -Version: 0.4.0 +Version: 0.4.1 Summary: jupyter serverextension providing configuration interfaces for nbextensions. Home-page: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator Author: jcb91, jupyter-contrib developers Author-email: joshuacookebarnes@gmail.com License: BSD 3-clause -Download-URL: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator/tarball... -Description-Content-Type: UNKNOWN +Download-URL: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator/tarball... Description: The jupyter_nbextensions_configurator jupyter server extension provides graphical user interfaces for configuring which nbextensions are enabled (load @@ -27,3 +26,4 @@ Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Utilities +Provides-Extra: test diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_nbextensions_configurator-0.4.0/README.md new/jupyter_nbextensions_configurator-0.4.1/README.md --- old/jupyter_nbextensions_configurator-0.4.0/README.md 2018-01-16 17:06:53.000000000 +0100 +++ new/jupyter_nbextensions_configurator-0.4.1/README.md 2018-12-29 11:37:32.000000000 +0100 @@ -5,7 +5,6 @@ [![GitHub issues](https://img.shields.io/github/issues/jupyter-contrib/jupyter_nbextensions_configurator.svg?maxAge=3600)](https://github.com/jupyter-contrib/jupyter_nbextensions_configurator/issues) <br/> [![Travis-CI Build Status](https://img.shields.io/travis/Jupyter-contrib/jupyter_nbextensions_configurator.svg?maxAge=3600&label=Travis)](https://travis-ci.org/Jupyter-contrib/jupyter_nbextensions_configurator) -[![Appveyor Build status](https://img.shields.io/appveyor/ci/jcb91/jupyter-nbextensions-configurator-ixdb9.svg?maxAge=3600&label=Appveyor)](https://ci.appveyor.com/project/jcb91/jupyter-nbextensions-configurator-ixdb9) [![Coveralls python test coverage](https://img.shields.io/coveralls/Jupyter-contrib/jupyter_nbextensions_configurator/master.svg?maxAge=3600&label=Coveralls)](https://coveralls.io/github/Jupyter-contrib/jupyter_nbextensions_configurator) [![Codecov python test coverage](https://img.shields.io/codecov/c/github/Jupyter-contrib/jupyter_nbextensions_configurator/master.svg?maxAge=3600&label=Codecov)](https://codecov.io/gh/Jupyter-contrib/jupyter_nbextensions_configurator) <br/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_nbextensions_configurator-0.4.0/setup.py new/jupyter_nbextensions_configurator-0.4.1/setup.py --- old/jupyter_nbextensions_configurator-0.4.0/setup.py 2018-01-16 17:06:53.000000000 +0100 +++ new/jupyter_nbextensions_configurator-0.4.1/setup.py 2018-12-29 11:42:07.000000000 +0100 @@ -24,14 +24,14 @@ file, the interface also provides controls to configure the nbextensions' options. """, - version='0.4.0', + version='0.4.1', author='jcb91, jupyter-contrib developers', author_email='joshuacookebarnes@gmail.com', url=('https://github.com/' 'jupyter-contrib/jupyter_nbextensions_configurator'), download_url=('https://github.com/' 'jupyter-contrib/jupyter_nbextensions_configurator/' - 'tarball/0.4.0'), + 'tarball/0.4.1'), keywords=['Jupyter', 'notebook'], license='BSD 3-clause', platforms=['any'], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_nbextensions_configurator-0.4.0/src/jupyter_nbextensions_configurator/__init__.py new/jupyter_nbextensions_configurator-0.4.1/src/jupyter_nbextensions_configurator/__init__.py --- old/jupyter_nbextensions_configurator-0.4.0/src/jupyter_nbextensions_configurator/__init__.py 2018-01-16 17:06:53.000000000 +0100 +++ new/jupyter_nbextensions_configurator-0.4.1/src/jupyter_nbextensions_configurator/__init__.py 2018-12-29 11:42:07.000000000 +0100 @@ -34,7 +34,7 @@ def json_errors(method): return method -__version__ = '0.4.0' +__version__ = '0.4.1' absolute_url_re = re.compile(r'^(f|ht)tps?://') @@ -258,6 +258,21 @@ logger.info('enabled {}'.format(__version__)) +def _jupyter_nbextension_paths(): + return [ + dict( + section="notebook", + src="static/nbextensions_configurator", + dest="nbextensions_configurator", + require='nbextensions_configurator/config_menu/main', + ), + dict( + section="tree", + src="static/nbextensions_configurator", + dest="nbextensions_configurator", + require='nbextensions_configurator/tree_tab/main', + ), + ] def _jupyter_server_extension_paths(): return [{ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_nbextensions_configurator-0.4.0/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/tree_tab/main.js new/jupyter_nbextensions_configurator-0.4.1/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/tree_tab/main.js --- old/jupyter_nbextensions_configurator-0.4.0/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/tree_tab/main.js 2017-03-14 18:03:46.000000000 +0100 +++ new/jupyter_nbextensions_configurator-0.4.1/src/jupyter_nbextensions_configurator/static/nbextensions_configurator/tree_tab/main.js 2018-12-29 11:37:32.000000000 +0100 @@ -1,7 +1,7 @@ define(function (require, exports, module) { "use strict"; - var $ = require('jqueryui'); + var $ = require('jquery'); var nbextensions_configurator = require('../main'); var rendermd = require('../render/render'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_nbextensions_configurator-0.4.0/src/jupyter_nbextensions_configurator.egg-info/PKG-INFO new/jupyter_nbextensions_configurator-0.4.1/src/jupyter_nbextensions_configurator.egg-info/PKG-INFO --- old/jupyter_nbextensions_configurator-0.4.0/src/jupyter_nbextensions_configurator.egg-info/PKG-INFO 2018-01-16 17:11:21.000000000 +0100 +++ new/jupyter_nbextensions_configurator-0.4.1/src/jupyter_nbextensions_configurator.egg-info/PKG-INFO 2018-12-29 13:36:06.000000000 +0100 @@ -1,13 +1,12 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: jupyter-nbextensions-configurator -Version: 0.4.0 +Version: 0.4.1 Summary: jupyter serverextension providing configuration interfaces for nbextensions. Home-page: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator Author: jcb91, jupyter-contrib developers Author-email: joshuacookebarnes@gmail.com License: BSD 3-clause -Download-URL: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator/tarball... -Description-Content-Type: UNKNOWN +Download-URL: https://github.com/jupyter-contrib/jupyter_nbextensions_configurator/tarball... Description: The jupyter_nbextensions_configurator jupyter server extension provides graphical user interfaces for configuring which nbextensions are enabled (load @@ -27,3 +26,4 @@ Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Topic :: Utilities +Provides-Extra: test diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jupyter_nbextensions_configurator-0.4.0/tox.ini new/jupyter_nbextensions_configurator-0.4.1/tox.ini --- old/jupyter_nbextensions_configurator-0.4.0/tox.ini 2017-10-05 13:34:27.000000000 +0200 +++ new/jupyter_nbextensions_configurator-0.4.1/tox.ini 2018-12-29 11:37:32.000000000 +0100 @@ -6,19 +6,18 @@ clean, check, lint, - {py27,py34}-notebook{40,41,42,4x}, + py27-notebook, + py36-notebook{44,54,55}, + py36-notebook, report, [testenv] basepython = pypy: {env:TOXPYTHON:pypy} py27: {env:TOXPYTHON:python2.7} - py33: {env:TOXPYTHON:python3.3} - py34: {env:TOXPYTHON:python3.4} - py35: {env:TOXPYTHON:python3.5} py36: {env:TOXPYTHON:python3.6} + py37: {env:TOXPYTHON:python3.7} {docs,spell}: {env:TOXPYTHON:python2.7} - {appveyorartifacts,bump,check,clean,codecov,condarecipe,coveralls,jupyterhub,lint,report,pypi_build,pypi_upload}: {env:TOXPYTHON:python3.4} setenv = PYTHONPATH={toxinidir}/tests PYTHONUNBUFFERED=yes @@ -26,16 +25,12 @@ usedevelop = false deps = coverage - jupyterhub: jupyterhub>=0.7,<0.8 + jupyterhub: jupyterhub>=0.9 mock nose - notebook40: notebook>=4.0,<4.1 - notebook41: notebook>=4.1,<4.2 - notebook42: notebook>=4.2,<4.3 - notebook43: notebook>=4.3,<4.4 - notebook44: notebook>=4.4,<4.5 - notebook4x: https://github.com/jupyter/notebook/archive/4.x.zip - notebook50: https://github.com/jupyter/notebook/archive/5.0.0.zip + notebook44: https://github.com/jupyter/notebook/archive/4.4.0.zip + notebook54: https://github.com/jupyter/notebook/archive/5.4.0.zip + notebook55: https://github.com/jupyter/notebook/archive/5.5.0.zip notebookmaster: https://github.com/jupyter/notebook/archive/master.zip notebook: notebook requests @@ -47,17 +42,6 @@ commands = {posargs:coverage run --parallel-mode --source=src -m nose -vv -a uses_jupyterhub tests} -[testenv:check] -skip_install = true -deps = - check-manifest - docutils - pygments - readme-renderer -commands = - python setup.py check --strict --metadata --restructuredtext - check-manifest {toxinidir} - [testenv:lint] skip_install = true deps = @@ -103,22 +87,6 @@ coverage xml --ignore-errors codecov [] -[testenv:appveyorartifacts] -skip_install = true -whitelist_externals = bash -deps = - appveyor-artifacts - coverage - coveralls -commands = - appveyor-artifacts --owner-name=jcb91 --repo-name=jupyter-nbextensions-configurator-ixdb9 --mangle-coverage download - ; tox doesn't run commands through a shell (makes windows inconsistent) - ; So to get wildcard expansion, run through bash. - ; Travis is the only place this env should be run, so it's ok to use bash. - bash -c \"coverage combine --append */.coverage\" - coverage report - coveralls - [testenv:report] skip_install = true deps = coverage
participants (1)
-
root