Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1383081 Details for
Bug 1495293
Review Request: python-Naked - A command line application framework
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
fedora-review results (review.txt) 20180118
review.txt (text/plain), 36.08 KB, created by
Clint Savage
on 2018-01-18 22:27:31 UTC
(
hide
)
Description:
fedora-review results (review.txt) 20180118
Filename:
MIME Type:
Creator:
Clint Savage
Created:
2018-01-18 22:27:31 UTC
Size:
36.08 KB
patch
obsolete
> >This is a review *template*. Besides handling the [ ]-marked tests you are >also supposed to fix the template before pasting into bugzilla: >- Add issues you find to the list of issues on top. If there isn't such > a list, create one. >- Add your own remarks to the template checks. >- Add new lines marked [!] or [?] when you discover new things not > listed by fedora-review. >- Change or remove any text in the template which is plain wrong. In this > case you could also file a bug against fedora-review >- Remove the "[ ] Manual check required", you will not have any such lines > in what you paste. >- Remove attachments which you deem not really useful (the rpmlint > ones are mandatory, though) >- Remove this text > > > >Package Review >============== > >Legend: >[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated >[ ] = Manual review needed > > >Issues: >======= >- Package installs properly. > Note: Installation errors (see attachment) > See: https://fedoraproject.org/wiki/Packaging:Guidelines >- If (and only if) the source package includes the text of the license(s) > in its own file, then that file, containing the text of the license(s) > for the package is included in %license. > Note: License file licenses.pyc is not marked as %license > See: > http://fedoraproject.org/wiki/Packaging/LicensingGuidelines#License_Text > > >===== MUST items ===== > >Generic: >[ ]: Package is licensed with an open-source compatible license and meets > other legal requirements as defined in the legal section of Packaging > Guidelines. >[ ]: License field in the package spec file matches the actual license. > Note: Checking patched sources after %prep for licenses. Licenses > found: "MIT/X11 (BSD like)", "Apache BSD (2 clause)", "Unknown or > generated". 69 files have unknown license. Detailed output of > licensecheck in /home/herlo/1495293-python-Naked/licensecheck.txt >[ ]: License file installed when any subpackage combination is installed. >[ ]: Package contains no bundled libraries without FPC exception. >[ ]: Changelog in prescribed format. >[ ]: Sources contain only permissible code or content. >[ ]: Package contains desktop file if it is a GUI application. >[ ]: Development files must be in a -devel package >[ ]: Package uses nothing in %doc for runtime. >[ ]: Package consistently uses macros (instead of hard-coded directory > names). >[ ]: Package is named according to the Package Naming Guidelines. >[ ]: Package does not generate any conflict. >[ ]: Package obeys FHS, except libexecdir and /usr/target. >[ ]: If the package is a rename of another package, proper Obsoletes and > Provides are present. >[ ]: Requires correct, justified where necessary. >[ ]: Spec file is legible and written in American English. >[ ]: Package contains systemd file(s) if in need. >[ ]: Package is not known to require an ExcludeArch tag. >[ ]: Large documentation must go in a -doc subpackage. Large could be size > (~1MB) or number of files. > Note: Documentation size is 20480 bytes in 4 files. >[ ]: Package complies to the Packaging Guidelines >[x]: Package successfully compiles and builds into binary rpms on at least > one supported primary architecture. >[x]: Rpmlint is run on all rpms the build produces. > Note: There are rpmlint messages (see attachment). >[x]: Package requires other packages for directories it uses. >[x]: Package must own all directories that it creates. >[x]: Package does not own files or directories owned by other packages. >[x]: All build dependencies are listed in BuildRequires, except for any > that are listed in the exceptions section of Packaging Guidelines. >[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT >[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the > beginning of %install. >[x]: Macros in Summary, %description expandable at SRPM build time. >[x]: Dist tag is present. >[x]: Package does not contain duplicates in %files. >[x]: Permissions on files are set properly. >[x]: Package use %makeinstall only when make install DESTDIR=... doesn't > work. >[x]: Package is named using only allowed ASCII characters. >[x]: Package does not use a name that already exists. >[x]: Package is not relocatable. >[x]: Sources used to build the package match the upstream source, as > provided in the spec URL. >[x]: Spec file name must match the spec package %{name}, in the format > %{name}.spec. >[x]: File names are valid UTF-8. >[x]: Packages must not store files under /srv, /opt or /usr/local > >Python: >[ ]: Python eggs must not download any dependencies during the build > process. >[ ]: A package which is used by another package via an egg interface should > provide egg info. >[ ]: Package meets the Packaging Guidelines::Python >[x]: Package contains BR: python2-devel or python3-devel >[x]: Binary eggs must be removed in %prep > >===== SHOULD items ===== > >Generic: >[ ]: If the source package does not include license text(s) as a separate > file from upstream, the packager SHOULD query upstream to include it. >[ ]: Final provides and requires are sane (see attachments). >[ ]: Fully versioned dependency in subpackages if applicable. > Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in > python2-Naked , python3-Naked >[ ]: Package functions as described. >[ ]: Latest version is packaged. >[ ]: Package does not include license text files separate from upstream. >[ ]: Description and summary sections in the package spec file contains > translations for supported Non-English languages, if available. >[ ]: Package should compile and build into binary rpms on all supported > architectures. >[ ]: %check is present and all tests pass. >[ ]: Packages should try to preserve timestamps of original installed > files. >[x]: Reviewer should test that the package builds in mock. >[x]: Buildroot is not present >[x]: Package has no %clean section with rm -rf %{buildroot} (or > $RPM_BUILD_ROOT) >[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin. >[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file >[x]: Sources can be downloaded from URI in Source: tag >[x]: SourceX is a working URL. >[x]: Spec use %global instead of %define unless justified. > >===== EXTRA items ===== > >Generic: >[!]: Rpmlint is run on all installed packages. > Note: Mock build failed > See: http://fedoraproject.org/wiki/Packaging/Guidelines#rpmlint >[x]: Spec file according to URL is the same as in SRPM. > > >Installation errors >------------------- >INFO: mock.py version 1.4.6 starting (python version = 3.6.2)... >Start: init plugins >INFO: selinux disabled >Finish: init plugins >Start: run >Start: chroot init >INFO: calling preinit hooks >INFO: enabled root cache >INFO: enabled dnf cache >Start: cleaning dnf metadata >Finish: cleaning dnf metadata >INFO: enabled HW Info plugin >Mock Version: 1.4.6 >INFO: Mock Version: 1.4.6 >Finish: chroot init >INFO: installing package(s): /home/herlo/1495293-python-Naked/results/python2-Naked-0.1.31-1.fc28.noarch.rpm /home/herlo/1495293-python-Naked/results/python3-Naked-0.1.31-1.fc28.noarch.rpm >ERROR: Command failed: > # /usr/bin/dnf --installroot /var/lib/mock/fedora-rawhide-x86_64/root/ --releasever 28 --disableplugin=local --setopt=deltarpm=False install /home/herlo/1495293-python-Naked/results/python2-Naked-0.1.31-1.fc28.noarch.rpm /home/herlo/1495293-python-Naked/results/python3-Naked-0.1.31-1.fc28.noarch.rpm > > > >Rpmlint >------- >Checking: python2-Naked-0.1.31-1.fc28.noarch.rpm > python3-Naked-0.1.31-1.fc28.noarch.rpm > python-Naked-0.1.31-1.fc28.src.rpm >python2-Naked.noarch: E: description-line-too-long C Naked is a new Python command line application framework that makes creating command line options and sub-commands simpler. >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/app.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/app.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commandline.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commandline.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/args.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/args.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/build.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/build.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/classifier.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/classifier.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/dist.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/dist.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/help.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/help.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/locate.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/locate.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/make.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/make.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/profile.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/profile.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/pyh.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/pyh.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/test.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/test.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/usage.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/usage.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/commands/version.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/commands/version.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/scratchpad.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/scratchpad.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/settings.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/settings.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/app_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/app_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/licenses.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/licenses.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/manifest_in_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/manifest_in_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/profiler_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/profiler_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/pypush_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/pypush_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/readme_md_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/readme_md_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/settings_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/settings_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/setup_cfg_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/setup_cfg_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/templates/setup_py_file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/templates/setup_py_file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/benchmarking.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/benchmarking.py 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/benchmarking.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/benchmarking.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/benchmarking.pyx 644 /usr/bin/env python >python2-Naked.noarch: E: script-without-shebang /usr/lib/python2.7/site-packages/Naked/toolshed/c/build.sh >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/casts.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/casts.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/casts.pyx 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/cstate.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/cstate.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/cstate.pyx 644 /usr/bin/env python >python2-Naked.noarch: E: script-without-shebang /usr/lib/python2.7/site-packages/Naked/toolshed/c/cythonize.sh >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/file.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/file.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/file.pyx 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/ink.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/ink.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/ink.pyx 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/network.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/network.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/network.pyx 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/python.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/python.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/python.pyx 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/shell.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/shell.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/shell.pyx 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/system.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/system.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/system.pyx 644 /usr/bin/env python >python2-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python2.7/site-packages/Naked/toolshed/c/types.c >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/c/types.pyx /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/c/types.pyx 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/casts.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/casts.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/file.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/file.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/ink.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/ink.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/iter.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/iter.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/network.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/network.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/python.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/python.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/shell.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/shell.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/state.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/state.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/system.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/system.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/lib/python2.7/site-packages/Naked/toolshed/types.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/Naked/toolshed/types.py 644 /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/share/doc/python2-Naked/readme_md_file.py /usr/bin/env python >python2-Naked.noarch: E: wrong-script-interpreter /usr/share/licenses/python2-Naked/licenses.py /usr/bin/env python >python2-Naked.noarch: E: non-executable-script /usr/share/licenses/python2-Naked/licenses.py 644 /usr/bin/env python >python2-Naked.noarch: W: no-manual-page-for-binary naked >python2-Naked.noarch: W: no-manual-page-for-binary naked-2 >python2-Naked.noarch: W: no-manual-page-for-binary naked-2.7 >python3-Naked.noarch: E: description-line-too-long C Naked is a new Python command line application framework that makes creating command line options and sub-commands simpler. >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/app.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/app.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commandline.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commandline.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/args.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/args.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/build.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/build.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/classifier.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/classifier.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/dist.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/dist.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/help.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/help.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/locate.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/locate.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/make.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/make.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/profile.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/profile.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/pyh.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/pyh.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/test.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/test.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/usage.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/usage.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/commands/version.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/commands/version.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/scratchpad.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/scratchpad.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/settings.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/settings.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/app_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/app_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/licenses.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/licenses.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/manifest_in_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/manifest_in_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/profiler_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/profiler_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/pypush_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/pypush_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/readme_md_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/readme_md_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/settings_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/settings_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/setup_cfg_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/setup_cfg_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/templates/setup_py_file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/templates/setup_py_file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/benchmarking.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/benchmarking.py 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/benchmarking.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/benchmarking.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/benchmarking.pyx 644 /usr/bin/env python >python3-Naked.noarch: E: script-without-shebang /usr/lib/python3.6/site-packages/Naked/toolshed/c/build.sh >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/casts.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/casts.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/casts.pyx 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/cstate.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/cstate.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/cstate.pyx 644 /usr/bin/env python >python3-Naked.noarch: E: script-without-shebang /usr/lib/python3.6/site-packages/Naked/toolshed/c/cythonize.sh >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/file.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/file.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/file.pyx 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/ink.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/ink.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/ink.pyx 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/network.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/network.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/network.pyx 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/python.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/python.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/python.pyx 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/shell.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/shell.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/shell.pyx 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/system.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/system.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/system.pyx 644 /usr/bin/env python >python3-Naked.noarch: W: devel-file-in-non-devel-package /usr/lib/python3.6/site-packages/Naked/toolshed/c/types.c >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/c/types.pyx /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/c/types.pyx 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/casts.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/casts.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/file.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/file.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/ink.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/ink.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/iter.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/iter.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/network.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/network.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/python.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/python.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/shell.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/shell.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/state.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/state.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/system.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/system.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/lib/python3.6/site-packages/Naked/toolshed/types.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/lib/python3.6/site-packages/Naked/toolshed/types.py 644 /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/share/doc/python3-Naked/readme_md_file.py /usr/bin/env python >python3-Naked.noarch: E: wrong-script-interpreter /usr/share/licenses/python3-Naked/licenses.py /usr/bin/env python >python3-Naked.noarch: E: non-executable-script /usr/share/licenses/python3-Naked/licenses.py 644 /usr/bin/env python >python3-Naked.noarch: W: no-manual-page-for-binary naked-3 >python3-Naked.noarch: W: no-manual-page-for-binary naked-3.6 >python-Naked.src: E: description-line-too-long C Naked is a new Python command line application framework that makes creating command line options and sub-commands simpler. >3 packages and 0 specfiles checked; 197 errors, 25 warnings. > > > > >Requires >-------- >python3-Naked (rpmlib, GLIBC filtered): > /usr/bin/python3 > python(abi) > python3-Naked > python3-pyyaml > python3-requests > python3-setuptools > >python2-Naked (rpmlib, GLIBC filtered): > /usr/bin/python2 > python(abi) > python2-Naked > python2-pyyaml > python2-requests > python2-setuptools > > > >Provides >-------- >python3-Naked: > python3-Naked > python3.6dist(naked) > python3dist(naked) > >python2-Naked: > python-Naked > python2-Naked > python2.7dist(naked) > python2dist(naked) > > > >Source checksums >---------------- >https://files.pythonhosted.org/packages/source/N/Naked/Naked-0.1.31.tar.gz : > CHECKSUM(SHA256) this package : 12b76b8a14595d07039422f1d2219ca8fbef8b237f9cdf5d8e947c03e148677e > CHECKSUM(SHA256) upstream package : 12b76b8a14595d07039422f1d2219ca8fbef8b237f9cdf5d8e947c03e148677e > > >Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02 >Command line :/usr/bin/fedora-review -vb 1495293 >Buildroot used: fedora-rawhide-x86_64 >Active plugins: Python, Generic, Shell-api >Disabled plugins: Java, C/C++, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP >Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
csavage
: review+
Actions:
View
Attachments on
bug 1495293
:
1331164
| 1383081