| Summary: | python-nbformat-4.2.0 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | python-nbformat | Assignee: | Orion Poplawski <orion> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | orion, tomspur | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-03-16 15:45:15 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2016-12-06 12:14:58 UTC
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 |