Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-jupyter-core-5.3.0-slfo.1.1.4 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python311-jupyter-core Distribution: SUSE Linux Framework One
Version: 5.3.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.4 Build date: Sun Mar 19 18:35:27 2023
Group: Unspecified Build host: reproducible
Size: 501655 Source RPM: python-jupyter-core-5.3.0-slfo.1.1.4.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/jupyter/jupyter_core
Summary: Base package on which Jupyter projects rely
Core common functionality of Jupyter projects.

This package contains base application classes and configuration inherited by
other projects. It doesn't do much on its own.

There is no reason to install this package on its own.  It will be pulled in
as a dependency by packages that require it.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Mar 19 2023 code@bnavigator.de
  - Update to 5.3.0
    * Fix pywin32 version constraint #347 (@blink1073)
    * Support platformdirs 3 #342 (@blink1073)
* Sun Feb 05 2023 code@bnavigator.de
  - Update to 5.2.0
    * Set up shell command-line tab-completion for jupyter and
      subcommands #337 (@azjps)
  - Release 5.1.5
    * Don't format logs in log call. #336 (@Carreau)
  - Release 5.1.4
    * Suppress any exception in _do_i_own shortcut #335 (@minrk)
* Sun Jan 22 2023 code@bnavigator.de
  - Update to 5.1.3
    * Clear the test environment before each function run #333
      (@jasongrout)
* Sun Jan 08 2023 code@bnavigator.de
  - Update to 5.1.2
    * Add spell check and ensure docstrings #327 (@blink1073)
    * Maint: Some more precise typing. #326 (@Carreau)
* Sun Dec 25 2022 code@bnavigator.de
  - Update to 5.1.1
    * Only prefer envs owned by the current user #323 (@minrk)
    * Don't treat the conda root env as an env #324 (@minrk)
  - Release 5.1.0
    * Add run_sync and ensure_async functions #315 (@davidbrochart)
  - Release 5.0.0
    [#]# Major Changes
    * Prefer Environment Level Configuration. We now make the
      assumption that if we are running in a virtual environment, we
    * should prioritize the environment-level sys.prefix over the
      user-level paths. Users can opt out of this behavior by setting
      JUPYTER_PREFER_ENV_PATH, which takes precedence over our
      autodetection.
    * Migrate to Standard Platform Directories. In version 5, we
      introduce a JUPYTER_PLATFORM_DIRS environment variable to opt
      in   * to using more appropriate platform-specific directories.
      We raise a deprecation warning if the variable is not set. In
      version 6, JUPYTER_PLATFORM_DIRS will be opt-out. In version 7,
      we will remove the environment variable checks and old
      directory logic.
    * Drop Support for Python 3.7
    * We are dropping support for Python 3.7 ahead of its official
      end of life, to reduce   * maintenance burden as we add support
      for Python 3.11.
    * Use platformdirs for path locations #292 (@blink1073)
    * Try to detect if we are in a virtual environment and change
      path precedence   * accordingly #286 (@jasongrout)
    * Add current working directory as first config path #291
      (@blink1073)
    * Fix inclusion of jupyter file and check in CI #276 (@blink1073)
    * Bump github/codeql-action from 1 to 2 #308 (@dependabot)
    * Bump actions/checkout from 2 to 3 #307 (@dependabot)
    * Add dependabot #306 (@blink1073)
    * Adopt jupyter releaser #305 (@blink1073)
    * Add more typing #304 (@blink1073)
    * Require Python 3.8+ #302 (@blink1073)
    * Use hatch backend #265 (@blink1073)
    * Switch to flit build backend #262 (@blink1073)
    * is_hidden: Use normalized paths #271 (@martinRenou)
* Wed Oct 26 2022 code@bnavigator.de
  - Update to 4.11.2
    * no release notes
    * from the git log: merge GHSA-m678-f26j-3hrp
* Mon Aug 01 2022 code@bnavigator.de
  - Update to 4.11.1
    * Fix inclusion of jupyter file and check in CI by @blink1073 in
      [#276]
  - Release 4.11.0
    * Use hatch backend by @blink1073 in #265
    * is_hidden: Use normalized paths by @martinRenou in #271
  - Release 4.10.0
    * Include all files from jupyter_core by @jonringer in #253
  - Refresh use_rpms_paths.patch
* Sun Mar 13 2022 code@bnavigator.de
  - Update to 4.9.2
    * set proper sys.argv[0] for subcommand by @bnavigator in #248
    * Add explicit encoding in open calls by @dlukes in #249
    * jupyter_config_dir - reorder home_dir initialization by
      @dharmaquark in #251
  - Drop argv0_subcommand.patch merged upstream
* Fri Nov 12 2021 code@bnavigator.de
  - Update to 4.9.1
    * Add Python site user base subdirectories to config and data
      user-level paths if site.ENABLE_USER_SITE is True. One way to
      disable these directory additions is to set the
      PYTHONNOUSERSITE environment variable. These locations can be
      customized by setting the PYTHONUSERBASE environment variable.
    * Add a workaround for virtualenv for getting the user site
      directory.
* Fri Nov 12 2021 schubi@suse.de
  - Patch for solving gh#openSUSE/libalternatives#11:
    argv0_subcommand.patch
    This patch can be removed while releasing version >4.9.1.
  - Enabled using libalternatives again.
* Thu Oct 28 2021 code@bnavigator.de
  - revert the usage of libalternatives due to
    gh#openSUSE/libalternatives#11
* Sun Oct 17 2021 code@bnavigator.de
  - Update to version 4.8.1
    * Print an error message instead of an exception when a command
      is not found (PR #218)
    * Return canonical path when using %APPDATA% on Windows (PR #222)
    * Print full usage on missing or invalid commands (PR #225)
    * Remove dependency on pywin32 package on PyPy (PR #230)
    * Update packages listed in jupyter --version (PR #232)
    * Inherit base aliases/flags from traitlets Application,
      including --show-config from traitlets 5 (PR #233)
    * Trigger warning when trying to check hidden file status on PyPy
      (PR #238)
* Tue Oct 05 2021 schubi@suse.de
  - Use libalternatives instead of update-alternatives.
* Wed Feb 03 2021 code@bnavigator.de
  - Require the jupyter-jupyter_core-filesystem so that depending
    packages have the sysconf and share files. (And the macros,
    but if they use it, they really should BuildRequire it
    explicitly)
* Sun Jan 31 2021 code@bnavigator.de
  - Update to 4.7.1
    * Allow creating user to delete secure file
  - Changelog for 4.7.0
    * Add a new JUPYTER_PREFER_ENV_PATH variable, which can be set
      to switch the order of the environment-level path and the
      user-level path in the Jupyter path hierarchy (e.g., jupyter
    - -paths). It is considered set if it is a value that is not
      one of 'no', 'n', 'off', 'false', '0', or '0.0' (case
      insensitive). If you are running Jupyter in multiple virtual
      environments as the same user, you will likely want to set
      this environment variable.
    * Drop Python 2.x and 3.5 support, as they have reached end of
      life.
    * jupyter --paths --debug now explains the environment
      variables that affect the current path list.
    * Add conda environment information in jupyter troubleshoot.
    * Update _version.version_info and _version.__version__ to
      follow Python conventions.
  - merge jupyter package as capability into the primary python
    package
  - fix replacement of paths:
    * fix noop introduced by overeager specfile-cleaner for system
      paths, adjust use_rpm_paths.patch
    * don't replace ENV_CONFIG_PATH or ENV_JUPYTER_PATH because that
      would break virtual environments. See also
      gh#jupyter/jupyter_core#208
* Sat Mar 28 2020 tchvatal@suse.com
  - Fix build without python2
* Tue Mar 17 2020 tchvatal@suse.com
  - Do not pull sybmol named package but real named package
* Mon Feb 24 2020 toddrme2178@gmail.com
  - Update to 4.6.3
    * Changed windows secure_write path to skip all filesystem
      permission checks when running in insecure mode. Too many
      exception paths existed for mounted file systems to reliably
      try to set them before opting out with the insecure write
      pattern.
  - Update to 4.6.2
    * Add ability to allow insecure writes with
      JUPYTER_ALLOW_INSECURE_WRITES environement variable.
    * Docs typo and build fixes
    * Added python 3.7 and 3.8 builds to testing
  - Implement tests via multibuild
  - Drop doc subpackage.  This was only around to resolve dependency
    cycles in testing, which the multibuild now does.  Keeping up
    with rapid changes in readthedocs was becoming difficult.
* Tue Nov 12 2019 toddrme2178@gmail.com
  - Update to 4.6.1
    * Tolerate execute bit in owner permissions when validating secure writes
    * Fix project name typo in copyright
  - Update to 4.6.0
    * Unicode characters existing in the user's home directory name are properly
      handled
    * ``mock`` is now only required for testing on Python 2
    * Deprecation warnings relative to ``_runtime_dir_changed`` are no longer
      produced
    * The ``scripts`` directory relative to the current python environment is
      now appended to the search directory for subcommands
    * Some utility functions (``exists()``, ``is_hidden()``, ``secure_write()``)
      have been moved from ``jupyter_client`` and ``jupyter_server`` to
      ``jupyter_core``
    * Fix error on Windows when setting private permissions
  - Rename to python-jupyter-core to match upstream name change
* Fri Aug 16 2019 toddrme2178@gmail.com
  - Fix self-obseletion
* Mon Jun 24 2019 toddrme2178@gmail.com
  - Update to version 4.5.0
    * ``jupyter --version`` now tries to show the version number of various other
      installed Jupyter packages, not just ``jupyter_core``.
      This will hopefully make it clearer that there are various packages with
      their own version numbers.
    * Allow a :envvar:`JUPYTER_CONFIG_PATH` environment variable to specify a
      search path of additional locations for config.
    * ``jupyter subcommand`` no longer modifies the :envvar:`PATH` environment
      variable when it runs ``jupyter-subcommand``.
    * Jupyter's 'runtime' directory no longer uses ``XDG_RUNTIME_DIR``. While
      it has some attractive properties, it has led to various problems.
    * Fix ``JupyterApp`` to respect the ``raise_config_file_errors`` traitlet.
    * Various improvements to the bash completion scripts in this repository.
    * The ``setup.py`` script now always uses setuptools, like most other Jupyter
      projects.
    * The LICENSE file is included in wheels.
* Thu Apr 25 2019 toddrme2178@gmail.com
  - Split out jupyter components into subpackage.
  - Add rpm macros.
  - Rename doc package to match jupyter package.
* Tue Feb 13 2018 toddrme2178@gmail.com
  - Update url
* Wed Nov 22 2017 arun@gmx.de
  - require sphinxcontrib-github-alt
  - update to version 4.4.0:
    * jupyter troubleshoot gets the list of packages from the Python
      environment it's in, by using sys.executable to call pip list
      (:ghpull:`104`).
    * Added utility function ensure_dir_exists, and switched to using it
      over the one from ipython_genutils, which does permissions wrong
      (:ghpull:`113`).
    * Avoid creating the ~/.ipython directory when checking if it exists
      for config migration (:ghpull:`118`).
    * Fix mistaken description in zsh completions (:ghpull:`98`).
    * Fix subcommand tests on Windows (:ghpull:`103`).
    * The README now describes how to work on jupyter_core and build the
      docs (:ghpull:`110`).
    * Fix a broken link to a release in the docs (:ghpull:`109`).
* Wed Sep 20 2017 toddrme2178@gmail.com
  - Set configuration and data paths to be correct for any
    Linux distribution. This is done by using sed to replace
    hard-coded values with those provided by rpm.
    * Add use_rpms_paths.patch to make the paths easier to replace.
* Wed Apr 26 2017 toddrme2178@gmail.com
  - Implement single-spec version.
  - Remove version_specific_dirs.patch.
    The Python3 jupyter implementation will be used for directories.
* Fri Mar 31 2017 toddrme2178@gmail.com
  - Add version_specific_dirs.patch
    Uses python version-specific directories to avoid conflicts.
  - Install the directories used for system-side settings and data so
    they are properly owned by this package.
* Thu Mar 30 2017 toddrme2178@gmail.com
  - Update to 4.3.0
    * Add `JUPYTER_NO_CONFIG` environment variable for disabling all
      Jupyter configuration.
    * More detailed error message when failing to launch subcommands.
  - Update to 4.2.1
    * Fix error message on Windows when subcommand not found.
    * Correctly display PATH in ``jupyter troubleshoot`` on Windows.
  - Update to 4.2.0
    * Make :command:`jupyter` directory top priority in search path
      for subcommands, so that :command:`jupyter-subcommand` next to
      :command:`jupyter` will always be picked if present.
    * Avoid using ``shell=True`` for subcommand dispatch on Windows.
  - Update to 4.1.1
    * Include symlink directory and real location on subcommand PATH
      when :file:`jupyter` is a symlink.
  - Update to 4.1.0
    * Add ``jupyter.py`` module, so that :command:`python -m jupyter`
      always works.
    * Add prototype ``jupyter troubleshoot`` command for displaying
      environment info.
    * Ensure directory containing ``jupyter`` executable is included
      when dispatching subcommands.
    * Unicode fixes for Legacy Python.
* Wed Feb 17 2016 toddrme2178@gmail.com
  - Simplify the tests for whether to build pdf documentation
* Wed Feb 17 2016 toddrme2178@gmail.com
  - Split documentation to speed up building.
    This is a dependency of a lot of other packages, and the
    dependencies for the documentation are very heavy.  So build
    the documentation separately to avoid holding up the build
    process.
* Thu Oct 01 2015 toddrme2178@gmail.com
  - Build documentation
* Wed Sep 23 2015 toddrme2178@gmail.com
  - update to version 4.0.6:
    * fix typo preventing migration when custom.css is missing
  - update to version 4.0.5:
    * fix subcommands on Windows (yes, again)
    * fix migration when custom.js/css are not present
* Mon Aug 24 2015 toddrme2178@gmail.com
  - Update to 4.0.4
    * ensure version is printed to stdout …
    * remove file-extension from subcommand list on Windows
  - Update requirements
* Fri Aug 14 2015 toddrme2178@gmail.com
  - Update to 4.0.3
    * use raw_input on Python 2
    * Use setuptools entry points when setuptools in use
    * Use instances of traits instead of trait classes
  - Fix package naming consistency
* Fri Aug 14 2015 toddrme2178@gmail.com
  - Fix update-alternatives usage
* Thu Aug 13 2015 toddrme2178@gmail.com
  - Update dependency names
* Tue Jul 21 2015 jennings@neuro.bzm
  - Initial version

Files

/usr/bin/jupyter
/usr/bin/jupyter-3.11
/usr/bin/jupyter-migrate
/usr/bin/jupyter-migrate-3.11
/usr/bin/jupyter-troubleshoot
/usr/bin/jupyter-troubleshoot-3.11
/usr/lib/python3.11/site-packages/__pycache__/jupyter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/__pycache__/jupyter.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter.py
/usr/lib/python3.11/site-packages/jupyter_core
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/licenses
/usr/lib/python3.11/site-packages/jupyter_core-5.3.0.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/jupyter_core/__init__.py
/usr/lib/python3.11/site-packages/jupyter_core/__main__.py
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/application.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/application.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/command.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/migrate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/migrate.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/paths.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/paths.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/troubleshoot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/troubleshoot.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/__pycache__/version.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/application.py
/usr/lib/python3.11/site-packages/jupyter_core/command.py
/usr/lib/python3.11/site-packages/jupyter_core/migrate.py
/usr/lib/python3.11/site-packages/jupyter_core/paths.py
/usr/lib/python3.11/site-packages/jupyter_core/py.typed
/usr/lib/python3.11/site-packages/jupyter_core/tests
/usr/lib/python3.11/site-packages/jupyter_core/tests/__init__.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/mocking.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/mocking.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_application.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_application.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_async.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_async.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_command.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_command.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_migrate.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_migrate.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_paths.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/__pycache__/test_paths.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/nbextensions
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/nbextensions/myext.js
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_console_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_console_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_kernel_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_kernel_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_nbconvert_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_nbconvert_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_notebook_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/__pycache__/ipython_notebook_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/ipython_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/ipython_console_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/ipython_kernel_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/ipython_nbconvert_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/ipython_notebook_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/static
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/static/custom
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/static/custom/custom.css
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython/profile_default/static/custom/custom.js
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_console_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_console_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_kernel_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_kernel_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_nbconvert_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_nbconvert_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_notebook_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/__pycache__/ipython_notebook_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/ipython_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/ipython_console_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/ipython_kernel_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/ipython_nbconvert_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/ipython_notebook_config.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/static
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/static/custom
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/static/custom/custom.css
/usr/lib/python3.11/site-packages/jupyter_core/tests/dotipython_empty/profile_default/static/custom/custom.js
/usr/lib/python3.11/site-packages/jupyter_core/tests/mocking.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/test_application.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/test_async.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/test_command.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/test_migrate.py
/usr/lib/python3.11/site-packages/jupyter_core/tests/test_paths.py
/usr/lib/python3.11/site-packages/jupyter_core/troubleshoot.py
/usr/lib/python3.11/site-packages/jupyter_core/utils
/usr/lib/python3.11/site-packages/jupyter_core/utils/__init__.py
/usr/lib/python3.11/site-packages/jupyter_core/utils/__pycache__
/usr/lib/python3.11/site-packages/jupyter_core/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jupyter_core/utils/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jupyter_core/version.py
/usr/share/libalternatives/jupyter
/usr/share/libalternatives/jupyter-migrate
/usr/share/libalternatives/jupyter-migrate/1311.conf
/usr/share/libalternatives/jupyter-troubleshoot
/usr/share/libalternatives/jupyter-troubleshoot/1311.conf
/usr/share/libalternatives/jupyter/1311.conf
/usr/share/licenses/python311-jupyter-core
/usr/share/licenses/python311-jupyter-core/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 15 23:57:16 2024