https://bugzilla.redhat.com/show_bug.cgi?id=1626733

Robert-AndrĂ© Mauchin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



--- Comment #1 from Robert-AndrĂ© Mauchin <[email protected]> ---
 - You must install the LICENSE file with %license in %files

 - Install Changelog with %doc

 - Seems Python 3 files are installed in Python 2 directories:


python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/__init__.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/_version.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/codelinks.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/commands.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/converters.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/doctree2md.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/doctree2nb.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/doctree2py.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/from_notebook.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/ipython_shim.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/mpl_interactive.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/nbplots.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/runroles.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)
python2-nb2plots.noarch: E: python-bytecode-wrong-magic-value
/usr/lib/python2.7/site-packages/nb2plots/__pycache__/sphinx2foos.cpython-37.pyc
expected 62211 (2.7), found 3394 (3.7)

   The setup.py only mention compatibility with Python 3, not Python 2.

 - Remove the shebangs from:

python2-nb2plots.noarch: E: wrong-script-interpreter
/usr/lib/python2.7/site-packages/nb2plots/from_notebook.py python 
python2-nb2plots.noarch: E: non-executable-script
/usr/lib/python2.7/site-packages/nb2plots/from_notebook.py 644 python 

python3-nb2plots.noarch: E: wrong-script-interpreter
/usr/lib/python3.7/site-packages/nb2plots/from_notebook.py python 
python3-nb2plots.noarch: E: non-executable-script
/usr/lib/python3.7/site-packages/nb2plots/from_notebook.py 644 python

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to