SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-jupyter-core-4.11.1-qubes.2.10.noarch.rpm :

* 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
* Sat Mar 28 2020 Tomáš Chvátal - Fix build without python2
* Tue Mar 17 2020 Tomáš Chvátal - Do not pull sybmol named package but real named package
* Mon Feb 24 2020 Todd R - 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 Todd R - 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 Todd R - Fix self-obseletion
* Mon Jun 24 2019 Todd R - 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 Todd R - Split out jupyter components into subpackage.- Add rpm macros.- Rename doc package to match jupyter package.
 
ICM