Blob Blame History Raw
<revisionlist>
  <revision rev="1" vrev="1">
    <srcmd5>7c7cb27cc0ea7e96e0641df5f24b3b7b</srcmd5>
    <version>4.6.1</version>
    <time>1574414547</time>
    <user>dimstar_suse</user>
    <comment>Rename python-jupyter_core to python-jupyter-core to match upstream rename and to comply with python package naming rules.

Update to 4.6.1</comment>
    <requestid>747808</requestid>
  </revision>
  <revision rev="2" vrev="1">
    <srcmd5>b75d6f48cdf9d32577adbf8d1b15ed1e</srcmd5>
    <version>4.6.3</version>
    <time>1583007505</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>778848</requestid>
  </revision>
  <revision rev="3" vrev="2">
    <srcmd5>6dedc35182dcf595c1e3e76236f9aef9</srcmd5>
    <version>4.6.3</version>
    <time>1585265188</time>
    <user>dimstar_suse</user>
    <comment>- Do not pull sybmol named package but real named package</comment>
    <requestid>785817</requestid>
  </revision>
  <revision rev="4" vrev="3">
    <srcmd5>daf8c49203e81c2b762eff8315327726</srcmd5>
    <version>4.6.3</version>
    <time>1587325638</time>
    <user>dimstar_suse</user>
    <comment>- Fix build without python2</comment>
    <requestid>789234</requestid>
  </revision>
  <revision rev="5" vrev="1">
    <srcmd5>56dba9e66900fe3a9b2e8b027c303fa4</srcmd5>
    <version>4.7.1</version>
    <time>1612466610</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>868938</requestid>
  </revision>
  <revision rev="6" vrev="2">
    <srcmd5>ed83e551ff0759495095dc0383447ef3</srcmd5>
    <version>4.7.1</version>
    <time>1613044034</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>869691</requestid>
  </revision>
  <revision rev="7" vrev="1">
    <srcmd5>d5f9f75834258ffe019024d2674c39c7</srcmd5>
    <version>4.8.1</version>
    <time>1635167823</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>925907</requestid>
  </revision>
  <revision rev="8" vrev="2">
    <srcmd5>566e25b6cd9a558ccab1b1376cbb8258</srcmd5>
    <version>4.8.1</version>
    <time>1635717322</time>
    <user>dimstar_suse</user>
    <comment>- revert the usage of libalternatives due to
  gh#openSUSE/libalternatives#11</comment>
    <requestid>928028</requestid>
  </revision>
  <revision rev="9" vrev="1">
    <srcmd5>578788b9964466b8209a355a0eef8043</srcmd5>
    <version>4.9.1</version>
    <time>1636986371</time>
    <user>dimstar_suse</user>
    <comment>- 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 &gt;4.9.1.
- Enabled using libalternatives again.
</comment>
    <requestid>931208</requestid>
  </revision>
  <revision rev="10" vrev="1">
    <srcmd5>9fcec26746776c77de27b52e0e243064</srcmd5>
    <version>4.9.2</version>
    <time>1647282917</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>961398</requestid>
  </revision>
  <revision rev="11" vrev="1">
    <srcmd5>490a1305d8f81394d9f57ae6c9e45c54</srcmd5>
    <version>4.11.1</version>
    <time>1659554178</time>
    <user>dimstar_suse</user>
    <comment>- 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</comment>
    <requestid>992082</requestid>
  </revision>
  <revision rev="12" vrev="1">
    <srcmd5>c704c09ad723b1d8e4cf90ca53e8d3a0</srcmd5>
    <version>4.11.2</version>
    <time>1666871547</time>
    <user>dimstar_suse</user>
    <comment>- Update to 4.11.2
  * no release notes
  * from the git log: merge GHSA-m678-f26j-3hrp</comment>
    <requestid>1031307</requestid>
  </revision>
  <revision rev="13" vrev="1">
    <srcmd5>0558d3146f21ab2160df798967ce447b</srcmd5>
    <version>5.1.1</version>
    <time>1672754678</time>
    <user>dimstar_suse</user>
    <comment>- 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)
</comment>
    <requestid>1045952</requestid>
  </revision>
  <revision rev="14" vrev="1">
    <srcmd5>94c48da69f65e022e29196604d5e7932</srcmd5>
    <version>5.1.2</version>
    <time>1673281400</time>
    <user>dimstar_suse</user>
    <comment>- Update to 5.1.2
  * Add spell check and ensure docstrings #327 (@blink1073)
  * Maint: Some more precise typing. #326 (@Carreau)
</comment>
    <requestid>1056897</requestid>
  </revision>
  <revision rev="15" vrev="1">
    <srcmd5>0f12db58b4276a7f027adec2b8b7755e</srcmd5>
    <version>5.1.3</version>
    <time>1674585715</time>
    <user>dimstar_suse</user>
    <comment>- Update to 5.1.3
  * Clear the test environment before each function run #333
    (@jasongrout)
</comment>
    <requestid>1060265</requestid>
  </revision>
</revisionlist>