Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:bmwiedemann:reproducible:distribution:ring1
python-jupyter-core
python-jupyter-core.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-jupyter-core.changes of Package python-jupyter-core
------------------------------------------------------------------- Wed May 22 04:15:02 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> - Remove upper bound on pytest, and switch to importlib import-mode. ------------------------------------------------------------------- Fri Mar 29 18:20:02 UTC 2024 - Ben Greiner <code@bnavigator.de> - Update to 5.7.2 * Update Release Scripts #396 (@blink1073) * Enforce pytest 7 #393 (@blink1073) ------------------------------------------------------------------- Tue Mar 5 15:14:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> - Skip tests for python 3.9: python-ipython is no longer available. ------------------------------------------------------------------- Sun Jan 21 11:00:17 UTC 2024 - Ben Greiner <code@bnavigator.de> - Update to 5.7.1 * Derive JupyterAsyncApp from JupyterApp #389 (@blink1073) - Release 5.7.0 * Modernize event loop behavior #387 (@blink1073) - Release 5.6.1 * Fix export of package version #386 (@blink1073) * Revert "Enable async JupyterApp" #385 (@blink1073) - Release 5.6.0 * Enable async JupyterApp #381 (@blink1073) ------------------------------------------------------------------- Sat Dec 23 19:23:58 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 5.5.1 * Account for read only file systems in migration #379 (@blink1073) ------------------------------------------------------------------- Sun Nov 26 15:56:10 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 5.5.0 * Maintenance and upkeep improvements ------------------------------------------------------------------- Sun Oct 15 15:28:47 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 5.4.0 * Add python 3.12 support #367 (@blink1073) * Update typings for traitlets 5.11 #366 (@blink1073) ------------------------------------------------------------------- Sat Oct 7 13:07:45 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 5.3.2 * Fix event loop handling #362 (@blink1073) ------------------------------------------------------------------- Sat Jul 1 16:37:15 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 5.3.1 * Better handling of config migration #356 (@smartass101) ------------------------------------------------------------------- Sun Mar 19 17:35:27 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 5.3.0 * Fix pywin32 version constraint #347 (@blink1073) * Support platformdirs 3 #342 (@blink1073) ------------------------------------------------------------------- Sun Feb 5 15:58:09 UTC 2023 - Ben Greiner <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 12:58:35 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 5.1.3 * Clear the test environment before each function run #333 (@jasongrout) ------------------------------------------------------------------- Sun Jan 8 09:16:03 UTC 2023 - Ben Greiner <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 20:25:31 UTC 2022 - Ben Greiner <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 10:12:39 UTC 2022 - Ben Greiner <code@bnavigator.de> - Update to 4.11.2 * no release notes * from the git log: merge GHSA-m678-f26j-3hrp ------------------------------------------------------------------- Mon Aug 1 17:56:47 UTC 2022 - Ben Greiner <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 06:59:34 UTC 2022 - Ben Greiner <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 21:09:24 UTC 2021 - Ben Greiner <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 08:25:01 UTC 2021 - Stefan Schubert <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 19:16:16 UTC 2021 - Ben Greiner <code@bnavigator.de> - revert the usage of libalternatives due to gh#openSUSE/libalternatives#11 ------------------------------------------------------------------- Sun Oct 17 17:28:20 UTC 2021 - Ben Greiner <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 5 15:35:48 UTC 2021 - Stefan Schubert <schubi@suse.de> - Use libalternatives instead of update-alternatives. ------------------------------------------------------------------- Wed Feb 3 22:46:22 UTC 2021 - Benjamin Greiner <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 17:57:15 UTC 2021 - Ben Greiner <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 07:39:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> - Fix build without python2 ------------------------------------------------------------------- Tue Mar 17 07:20:32 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> - Do not pull sybmol named package but real named package ------------------------------------------------------------------- Mon Feb 24 15:37:51 UTC 2020 - Todd R <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 15:54:48 UTC 2019 - Todd R <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 14:46:15 UTC 2019 - Todd R <toddrme2178@gmail.com> - Fix self-obseletion ------------------------------------------------------------------- Mon Jun 24 20:30:24 UTC 2019 - Todd R <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 01:58:55 UTC 2019 - Todd R <toddrme2178@gmail.com> - Split out jupyter components into subpackage. - Add rpm macros. - Rename doc package to match jupyter package. ------------------------------------------------------------------- Tue Feb 13 19:47:23 UTC 2018 - toddrme2178@gmail.com - Update url ------------------------------------------------------------------- Wed Nov 22 22:48:47 UTC 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 17:53:24 UTC 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 16:32:25 UTC 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 13:59:14 UTC 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 19:05:42 UTC 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 14:22:56 UTC 2016 - toddrme2178@gmail.com - Simplify the tests for whether to build pdf documentation ------------------------------------------------------------------- Wed Feb 17 08:53:35 UTC 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 1 11:33:33 UTC 2015 - toddrme2178@gmail.com - Build documentation ------------------------------------------------------------------- Wed Sep 23 11:20:47 UTC 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 10:29:04 UTC 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 07:48:27 UTC 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 07:03:18 UTC 2015 - toddrme2178@gmail.com - Fix update-alternatives usage ------------------------------------------------------------------- Thu Aug 13 14:06:32 UTC 2015 - toddrme2178@gmail.com - Update dependency names ------------------------------------------------------------------- Tue Jul 21 10:49:36 UTC 2015 - jennings@neuro.bzm - Initial version
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor