Latest upstream release: 7.11.0 Current version/release in rawhide: 7.10.2-1.fc32 URL: https://ipython.org/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/1399/
Created attachment 1648287 [details] [patch] Update to 7.11.0 (#1786893)
the-new-hotness/release-monitoring.org's scratch build of ipython-7.11.0-1.fc29.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=39968801
Latest upstream release: 7.11.1 Current version/release in rawhide: 7.10.2-1.fc32 URL: https://ipython.org/ Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream. Based on the information from anitya: https://release-monitoring.org/project/1399/
Created attachment 1649923 [details] [patch] Update to 7.11.1 (#1786893)
the-new-hotness/release-monitoring.org's scratch build of ipython-7.11.1-1.fc29.src.rpm for rawhide completed http://koji.fedoraproject.org/koji/taskinfo?taskID=40137630
FEDORA-2020-5d6c8b0c64 has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-5d6c8b0c64
ipython-7.11.1-1.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-5d6c8b0c64
This might have broken python-jupyter-console https://koschei.fedoraproject.org/build/7541496 ====================================================================== ERROR: jupyter console --generate-config works ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/builddir/build/BUILD/jupyter_console-6.0.0/jupyter_console/tests/test_console.py", line 78, in test_generate_config check_output([sys.executable, '-m', 'jupyter_console', '--generate-config'], File "/usr/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'jupyter_console', '--generate-config']' returned non-zero exit status 1. ====================================================================== ERROR: Failure: ImportError (cannot import name 'cast_unicode_py2' from 'IPython.utils.py3compat' (/usr/lib/python3.8/site-packages/IPython/utils/py3compat.py)) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.8/site-packages/nose/loader.py", line 416, in loadTestsFromName module = self.importer.importFromPath( File "/usr/lib/python3.8/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.8/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib/python3.8/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib/python3.8/imp.py", line 171, in load_source module = _load(spec) File "<frozen importlib._bootstrap>", line 702, in _load File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/builddir/build/BUILD/jupyter_console-6.0.0/jupyter_console/tests/test_image_handler.py", line 14, in <module> from jupyter_console.ptshell import ZMQTerminalInteractiveShell File "/builddir/build/BUILD/jupyter_console-6.0.0/jupyter_console/ptshell.py", line 22, in <module> from IPython.utils.py3compat import cast_unicode_py2, input ImportError: cannot import name 'cast_unicode_py2' from 'IPython.utils.py3compat' (/usr/lib/python3.8/site-packages/IPython/utils/py3compat.py) ====================================================================== FAIL: jupyter console --help-all works ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/builddir/build/BUILD/jupyter_console-6.0.0/jupyter_console/tests/test_console.py", line 28, in test_help_output check_help_all_output('jupyter_console') File "/usr/lib/python3.8/site-packages/traitlets/tests/utils.py", line 35, in check_help_all_output assert rc == 0, err AssertionError: Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) File "/builddir/build/BUILD/jupyter_console-6.0.0/jupyter_console/__main__.py", line 1, in <module> from jupyter_console import app File "/builddir/build/BUILD/jupyter_console-6.0.0/jupyter_console/app.py", line 26, in <module> from jupyter_console.ptshell import ZMQTerminalInteractiveShell File "/builddir/build/BUILD/jupyter_console-6.0.0/jupyter_console/ptshell.py", line 22, in <module> from IPython.utils.py3compat import cast_unicode_py2, input ImportError: cannot import name 'cast_unicode_py2' from 'IPython.utils.py3compat' (/usr/lib/python3.8/site-packages/IPython/utils/py3compat.py) ---------------------------------------------------------------------- Ran 5 tests in 3.421s FAILED (errors=4, failures=1) Please verify before you push the update to a stable release.
I have created https://bodhi.fedoraproject.org/overrides/ipython-7.11.1-1.fc31 Let's wait for https://koschei.fedoraproject.org/package/python-jupyter-console?collection=f31
I think it has: https://github.com/jupyter/jupyter_console/issues/198 (and related links). There's a PR though, so I guess it'll be fixed soon, or can backport if necessary.
This now blocks the Python 3.9 rebuild of python-jupyter-console.
Current python-jupyter-console fixes this.
Ok, so I'll push the update of ipython package back to F31 once python-jupyter-console-6.1.0-1.fc31 reaches stable.
I wanted to add ipython-7.11.1-1.fc31 to the python-jupyter-console-6.1.0-1.fc31 update, but apparently, that is not possible: "Builds : Update for ipython-7.11.1-1.fc31 already exists" Lumír, what about pushing the ipython-7.11.1-1.fc31 update to testing now, but disabling automatic push to stable based on karma / time, and only push it to stable manually once python-jupyter-console-6.1.0-1.fc31 is in?
ipython-7.11.1-1.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.