Revisions of python-ipython

buildservice-autocommit accepted request 817629 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 48)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 817552 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 47)
update to latest version
buildservice-autocommit accepted request 810548 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 46)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 810416 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 45)
update to latest version
buildservice-autocommit accepted request 808404 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 44)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 799685 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 43)
- Update to version 7.14.0
  IPython  7.14 is a minor release that fix a couple of bugs and prepare
  compatibility with new or future versions of some libraries. 
  * Fix compatibility with Sphinx 3+
    gh#ipython/ipython#12235
  * Remove deprecated matplotlib parameter usage, compatibility with
    matplotlib3.3+ 
    gh#ipython/ipython#12250
  * set ``.py`` extension when editing current buffer in vi/emacs.
    gh#ipython/ipython#12167
  * support for unicode identifiers in ``?``/``??``
    gh#ipython/ipython#12208
  * add extra options to the ``Video`` Rich objects
    gh#ipython/ipython#12212
  * add pretty-printing to ``SimpleNamespace``
    gh#ipython/ipython#12230 
- add opensuse-disable-net-test.patch to disable network access
  during new test_embed_svg_url
buildservice-autocommit accepted request 788909 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 42)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 786438 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 41)
- update dep version of python-prompt_toolkit 

see also changelog entry for 7.10.1
buildservice-autocommit accepted request 781249 from Todd R's avatar Todd R (TheBlackCat) (revision 40)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 781248 from Todd R's avatar Todd R (TheBlackCat) (revision 39)
- Run tests using multibuild instead of running them in a separate
  subpackage.  This greatly simplifies the spec file and makes
  updating the package much easier.
- Drop doc subpackage due to rapid changes in readthedocs download
  urls.  This was only around to let the tests be run in a
  separate subpackage to avoid dependency loops.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 780632 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 38)
update to latest version
buildservice-autocommit accepted request 773064 from Todd R's avatar Todd R (TheBlackCat) (revision 37)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 772416 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 36)
update to latest version
buildservice-autocommit accepted request 764785 from Todd R's avatar Todd R (TheBlackCat) (revision 35)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 764784 from Todd R's avatar Todd R (TheBlackCat) (revision 34)
- Update to 7.11.1
  * A couple of deprecated functions (no-op) have been reintroduces in py3compat as
   Cython was still relying on them, and will be removed in a couple of versions.
- Update to 7.11.0
  * A number of function in the ``py3compat`` have been removed; a number of types
    in the IPython code base are now non-ambiguous and now always ``unicode``
    instead of ``Union[Unicode,bytes]``; many of the relevant code path have thus
    been simplified/cleaned and types annotation added.
  * IPython support several verbosity level from exceptions. ``xmode plain`` now
    support chained exceptions.
  * We are starting to remove ``shell=True`` in some usages of subprocess. While not directly
    a security issue (as IPython is made to run arbitrary code anyway) it is not good
    practice and we'd like to show the example.
  * Work around some bugs in Python 3.9 tokenizer
  * IPython will now print its version after a crash.
- Update to 7.10.2
  * IPython 7.10.2 fix a couple of extra incompatibility between IPython, ipdb,
    asyncio and Prompt Toolkit 3.
- Update to IPython 7.10.1
  * IPython 7.10.1 fix a couple of incompatibilities with Prompt toolkit 3 (please
    update Prompt toolkit to 3.0.2 at least), and fixes some interaction with
    headless IPython.
- Update to IPython 7.10.0
  * Stop Support for Python 3.5 – Adopt NEP 29
  * Support for Prompt Toolkit 3.0
  * Prompt Rendering Performance improvements
  * Code autoformatting
  * Arbitrary Mimetypes Handing in Terminal (Aka inline images in terminal)
  * Completions can define their own ordering
  * Enable Plotting in the same cell than the one that import matplotlib
  * Allow to store and restore multiple variables at once
- Update to 7.11.1
  * A couple of deprecated functions (no-op) have been reintroduces in py3compat as
   Cython was still relying on them, and will be removed in a couple of versions.
- Update to 7.11.0
  * A number of function in the ``py3compat`` have been removed; a number of types
    in the IPython code base are now non-ambiguous and now always ``unicode``
    instead of ``Union[Unicode,bytes]``; many of the relevant code path have thus
    been simplified/cleaned and types annotation added.
  * IPython support several verbosity level from exceptions. ``xmode plain`` now
    support chained exceptions.
  * We are starting to remove ``shell=True`` in some usages of subprocess. While not directly
    a security issue (as IPython is made to run arbitrary code anyway) it is not good
    practice and we'd like to show the example.
  * Work around some bugs in Python 3.9 tokenizer
  * IPython will now print its version after a crash.
- Update to 7.10.2
  * IPython 7.10.2 fix a couple of extra incompatibility between IPython, ipdb,
    asyncio and Prompt Toolkit 3.
- Update to IPython 7.10.1
  * IPython 7.10.1 fix a couple of incompatibilities with Prompt toolkit 3 (please
    update Prompt toolkit to 3.0.2 at least), and fixes some interaction with
    headless IPython.
- Update to IPython 7.10.0
  * Stop Support for Python 3.5 – Adopt NEP 29
  * Support for Prompt Toolkit 3.0
  * Prompt Rendering Performance improvements
  * Code autoformatting
  * Arbitrary Mimetypes Handing in Terminal (Aka inline images in terminal)
  * Completions can define their own ordering
  * Enable Plotting in the same cell than the one that import matplotlib
  * Allow to store and restore multiple variables at once
buildservice-autocommit accepted request 747919 from Todd R's avatar Todd R (TheBlackCat) (revision 33)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 747917 from Todd R's avatar Todd R (TheBlackCat) (revision 32)
update to version 7.9.0
Todd R's avatar Todd R (TheBlackCat) committed (revision 31)
Todd R's avatar Todd R (TheBlackCat) committed (revision 30)
Todd R's avatar Todd R (TheBlackCat) accepted request 730988 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 29)
update to latest version
Displaying revisions 81 - 100 of 128
openSUSE Build Service is sponsored by