Changelog for
python312-jupyter-core-5.7.2-2.1.noarch.rpm :
* Wed May 22 2024 Steve Kowalik
- Remove upper bound on pytest, and switch to importlib import-mode.
* Fri Mar 29 2024 Ben Greiner - Update to 5.7.2
* Update Release Scripts #396 (AATTblink1073)
* Enforce pytest 7 #393 (AATTblink1073)
* Tue Mar 05 2024 Dominique Leuenberger - Skip tests for python 3.9: python-ipython is no longer available.
* Sun Jan 21 2024 Ben Greiner - Update to 5.7.1
* Derive JupyterAsyncApp from JupyterApp #389 (AATTblink1073)- Release 5.7.0
* Modernize event loop behavior #387 (AATTblink1073)- Release 5.6.1
* Fix export of package version #386 (AATTblink1073)
* Revert \"Enable async JupyterApp\" #385 (AATTblink1073)- Release 5.6.0
* Enable async JupyterApp #381 (AATTblink1073)
* Sat Dec 23 2023 Ben Greiner - Update to 5.5.1
* Account for read only file systems in migration #379 (AATTblink1073)
* Sun Nov 26 2023 Ben Greiner - Update to 5.5.0
* Maintenance and upkeep improvements
* Sun Oct 15 2023 Ben Greiner - Update to 5.4.0
* Add python 3.12 support #367 (AATTblink1073)
* Update typings for traitlets 5.11 #366 (AATTblink1073)
* Sat Oct 07 2023 Ben Greiner - Update to 5.3.2
* Fix event loop handling #362 (AATTblink1073)
* Sat Jul 01 2023 Ben Greiner - Update to 5.3.1
* Better handling of config migration #356 (AATTsmartass101)
* Sun Mar 19 2023 Ben Greiner - Update to 5.3.0
* Fix pywin32 version constraint #347 (AATTblink1073)
* Support platformdirs 3 #342 (AATTblink1073)
* Sun Feb 05 2023 Ben Greiner - Update to 5.2.0
* Set up shell command-line tab-completion for jupyter and subcommands #337 (AATTazjps)- Release 5.1.5
* Don\'t format logs in log call. #336 (AATTCarreau)- Release 5.1.4
* Suppress any exception in _do_i_own shortcut #335 (AATTminrk)
* Sun Jan 22 2023 Ben Greiner - Update to 5.1.3
* Clear the test environment before each function run #333 (AATTjasongrout)
* Sun Jan 08 2023 Ben Greiner - Update to 5.1.2
* Add spell check and ensure docstrings #327 (AATTblink1073)
* Maint: Some more precise typing. #326 (AATTCarreau)
* Sun Dec 25 2022 Ben Greiner - Update to 5.1.1
* Only prefer envs owned by the current user #323 (AATTminrk)
* Don\'t treat the conda root env as an env #324 (AATTminrk)- Release 5.1.0
* Add run_sync and ensure_async functions #315 (AATTdavidbrochart)- 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 (AATTblink1073)
* Try to detect if we are in a virtual environment and change path precedence
* accordingly #286 (AATTjasongrout)
* Add current working directory as first config path #291 (AATTblink1073)
* Fix inclusion of jupyter file and check in CI #276 (AATTblink1073)
* Bump github/codeql-action from 1 to 2 #308 (AATTdependabot)
* Bump actions/checkout from 2 to 3 #307 (AATTdependabot)
* Add dependabot #306 (AATTblink1073)
* Adopt jupyter releaser #305 (AATTblink1073)
* Add more typing #304 (AATTblink1073)
* Require Python 3.8+ #302 (AATTblink1073)
* Use hatch backend #265 (AATTblink1073)
* Switch to flit build backend #262 (AATTblink1073)
* is_hidden: Use normalized paths #271 (AATTmartinRenou)
* Wed Oct 26 2022 Ben Greiner - Update to 4.11.2
* no release notes
* from the git log: merge GHSA-m678-f26j-3hrp
* Mon Aug 01 2022 Ben Greiner - Update to 4.11.1
* Fix inclusion of jupyter file and check in CI by AATTblink1073 in [#276]- Release 4.11.0
* Use hatch backend by AATTblink1073 in #265
* is_hidden: Use normalized paths by AATTmartinRenou in #271- Release 4.10.0
* Include all files from jupyter_core by AATTjonringer in #253- Refresh use_rpms_paths.patch
* Sun Mar 13 2022 Ben Greiner - Update to 4.9.2
* set proper sys.argv[0] for subcommand by AATTbnavigator in #248
* Add explicit encoding in open calls by AATTdlukes in #249
* jupyter_config_dir - reorder home_dir initialization by AATTdharmaquark in #251- Drop argv0_subcommand.patch merged upstream
* Fri Nov 12 2021 Ben Greiner - 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 Stefan Schubert - 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 Ben Greiner - revert the usage of libalternatives due to gh#openSUSE/libalternatives#11
* Sun Oct 17 2021 Ben Greiner - 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 Stefan Schubert - Use libalternatives instead of update-alternatives.
* Wed Feb 03 2021 Benjamin Greiner - 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 Ben Greiner - 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