Revisions of python-jupyter-core

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1163572 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 25)
- Update to 5.7.2
  * Update Release Scripts #396 (@blink1073)
  * Enforce pytest 7 #393 (@blink1073)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1155312 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 24)
- Skip tests for python 3.9: python-ipython is no longer available.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1140285 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 23)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1134926 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 22)
- Update to 5.5.1
  * Account for read only file systems in migration #379
    (@blink1073)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1128958 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 21)
- Update to 5.5.0
  * Maintenance and upkeep improvements
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1117894 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 20)
- Update to 5.4.0
  * Add python 3.12 support #367 (@blink1073)
  * Update typings for traitlets 5.11 #366 (@blink1073)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1116211 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 19)
- Update to 5.3.2
  * Fix event loop handling #362 (@blink1073)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1096306 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 18)
- Update to 5.3.1
  * Better handling of config migration #356 (@smartass101)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1063296 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 16)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1060265 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 15)
- Update to 5.1.3
  * Clear the test environment before each function run #333
    (@jasongrout)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1056897 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 14)
- Update to 5.1.2
  * Add spell check and ensure docstrings #327 (@blink1073)
  * Maint: Some more precise typing. #326 (@Carreau)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1045952 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 13)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1031307 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 12)
- Update to 4.11.2
  * no release notes
  * from the git log: merge GHSA-m678-f26j-3hrp
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 992082 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 11)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 931208 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 9)
- 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.
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 928028 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 8)
- revert the usage of libalternatives due to
  gh#openSUSE/libalternatives#11
Displaying revisions 1 - 20 of 25
openSUSE Build Service is sponsored by