Hide Forgot
Latest upstream release: 4.2.0 Current version/release in rawhide: 4.0.0-5.fc25 URL: https://pypi.python.org/pypi/nbformat 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/12632/
Patching or scratch build for python-nbformat-4.0.0 failed.
Created attachment 1228455 [details] Rebase-helper rebase-helper-debug.log log file. See for details and report the eventual error to rebase-helper https://github.com/phracek/rebase-helper/issues.
Patches were not touched. All were applied properly
https://github.com/jupyter/nbformat/issues/74 =================================== FAILURES =================================== _________________________ TestValidator.test_nb4custom _________________________ self = <nbformat.tests.test_validator.TestValidator testMethod=test_nb4custom> def test_nb4custom(self): """Test that a notebook with a custom JSON mimetype passes validation""" with self.fopen(u'test4custom.ipynb', u'r') as f: > nb = read(f, as_version=4) nbformat/tests/test_validator.py:47: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ nbformat/__init__.py:141: in read return reads(fp.read(), as_version, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <encodings.ascii.IncrementalDecoder object at 0x7fc2bdbbe748> input = b'{\n "cells": [\n {\n "cell_type": "code",\n "execution_count": 2,\n "metadata": {\n "collapsed": false\n ...\n },\n "outputs": [],\n "source": []\n }\n ],\n "metadata": {\n },\n "nbformat": 4,\n "nbformat_minor": 0\n}\n' final = True def decode(self, input, final=False): > return codecs.ascii_decode(input, self.errors)[0] E UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 217: ordinal not in range(128) /usr/lib64/python3.5/encodings/ascii.py:26: UnicodeDecodeError
orion's python-nbformat-4.2.0-1.fc26 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=826663
churchyard's python-nbformat-4.2.0-2.fc26 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=827505
releng's python-nbformat-4.2.0-3.fc26 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=854666