Bug 1413374 - Review Request: python-pyswip - Python-SWI-Prolog bridge
Summary: Review Request: python-pyswip - Python-SWI-Prolog bridge
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Julien Enselme
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-01-15 13:46 UTC by Till Hofmann
Modified: 2017-04-01 17:04 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-28 06:29:48 UTC
Type: ---
Embargoed:
jujens: fedora-review+


Attachments (Terms of Use)

Description Till Hofmann 2017-01-15 13:46:31 UTC
Spec URL: https://thofmann.fedorapeople.org/python-pyswip.spec
SRPM URL: https://thofmann.fedorapeople.org/python-pyswip-0.2.3-1.git72771d9.fc25.src.rpm
Description:
PySWIP is a Python - SWI-Prolog bridge enabling to query SWI-Prolog in your     
Python programs. It features an (incomplete) SWI-Prolog foreign language        
interface, a utility class that makes it easy querying with Prolog and also a   
Pythonic interface.

Fedora Account System Username: thofmann
Koji scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=17291649

There is currently one test case that fails in python2, so I've disabled testing for python2. I've submitted a bug report for the failing test [1]. The python3 tests pass.

[1] https://github.com/yuce/pyswip/issues/7

Comment 1 Julien Enselme 2017-03-13 15:29:56 UTC
- You can define the 1st summary normally then use the %{summary} macro. No need to declare it globally.
- May use in %files %{python3_sitelib}/%{srcname}/ and %{python3_sitelib}/%{srcname}-py%{python3_version}.egg-info (and the same for Python 2 of course).

Otherwise, everything is OK. Approved!


Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

Generic:
[X]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[X]: 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)", "Unknown or generated". 19 files have
     unknown license. Detailed output of licensecheck in /tmp/1413374
     -python-pyswip/licensecheck.txt
[X]: License file installed when any subpackage combination is installed.
[X]: Package must own all directories that it creates.
[X]: Package contains no bundled libraries without FPC exception.
[X]: Changelog in prescribed format.
[X]: 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
[X]: Package uses nothing in %doc for runtime.
[X]: Package consistently uses macros (instead of hard-coded directory
     names).
[X]: Package is named according to the Package Naming Guidelines.
[X]: Package does not generate any conflict.
[X]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[X]: Requires correct, justified where necessary.
[X]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[X]: Package is not known to require an ExcludeArch tag.
[X]: 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.
[X]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: 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.
[x]: Package requires other packages for directories it uses.
[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:
[X]: Python eggs must not download any dependencies during the build
     process.
[X]: A package which is used by another package via an egg interface should
     provide egg info.
[X]: 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:
[X]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[X]: Final provides and requires are sane (see attachments).
[X]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     python2-pyswip , python3-pyswip
[?]: Package functions as described.
[X]: Latest version is packaged.
[X]: 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.
[X]: %check is present and all tests pass.
[X]: 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:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python2-pyswip-0.2.3-1.git72771d9.fc27.noarch.rpm
          python3-pyswip-0.2.3-1.git72771d9.fc27.noarch.rpm
          python-pyswip-0.2.3-1.git72771d9.fc27.src.rpm
python2-pyswip.noarch: E: devel-dependency pl-devel
python3-pyswip.noarch: E: devel-dependency pl-devel
3 packages and 0 specfiles checked; 2 errors, 0 warnings.




Rpmlint (installed packages)
----------------------------
sh: /usr/bin/python: No such file or directory
python2-pyswip.noarch: E: devel-dependency pl-devel
python3-pyswip.noarch: E: devel-dependency pl-devel
2 packages and 0 specfiles checked; 2 errors, 0 warnings.



Requires
--------
python2-pyswip (rpmlib, GLIBC filtered):
    pl-devel
    python(abi)

python3-pyswip (rpmlib, GLIBC filtered):
    pl-devel
    python(abi)



Provides
--------
python2-pyswip:
    python-pyswip
    python2-pyswip
    python2.7dist(pyswip)
    python2dist(pyswip)

python3-pyswip:
    python3-pyswip
    python3.6dist(pyswip)
    python3dist(pyswip)



Source checksums
----------------
https://github.com/yuce/pyswip/archive/72771d9f693928f4b58394441aa4e927be8e833c/pyswip-72771d9f693928f4b58394441aa4e927be8e833c.tar.gz :
  CHECKSUM(SHA256) this package     : f4001bf46422dd0a3e63c084f3411b7719228dd76166a51a8884ebd354510ef6
  CHECKSUM(SHA256) upstream package : f4001bf46422dd0a3e63c084f3411b7719228dd76166a51a8884ebd354510ef6


Generated by fedora-review 0.6.1 (f03e4e7) last change: 2016-05-02
Command line :/usr/bin/fedora-review -m fedora-rawhide-x86_64 -b 1413374
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

Comment 2 Till Hofmann 2017-03-13 18:12:33 UTC
(In reply to Julien Enselme from comment #1)
> - You can define the 1st summary normally then use the %{summary} macro. No
> need to declare it globally.
> - May use in %files %{python3_sitelib}/%{srcname}/ and
> %{python3_sitelib}/%{srcname}-py%{python3_version}.egg-info (and the same
> for Python 2 of course).
> 
> Otherwise, everything is OK. Approved!
> 

Thank you for reviewing and for your remarks! I changed the Spec accordingly.

Comment 3 Gwyn Ciesla 2017-03-13 18:15:53 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/python-pyswip

Comment 4 Fedora Update System 2017-03-14 09:37:44 UTC
python-pyswip-0.2.3-2.git72771d9.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-7ec0b0998e

Comment 5 Fedora Update System 2017-03-14 09:37:49 UTC
python-pyswip-0.2.3-2.git72771d9.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-0a958bf89a

Comment 6 Fedora Update System 2017-03-14 09:37:54 UTC
python-pyswip-0.2.3-2.git72771d9.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-cd4110b464

Comment 7 Fedora Update System 2017-03-14 18:20:01 UTC
python-pyswip-0.2.3-2.git72771d9.fc24 has been pushed to the Fedora 24 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-2017-cd4110b464

Comment 8 Fedora Update System 2017-03-14 18:22:34 UTC
python-pyswip-0.2.3-2.git72771d9.fc25 has been pushed to the Fedora 25 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-2017-7ec0b0998e

Comment 9 Fedora Update System 2017-03-15 04:22:35 UTC
python-pyswip-0.2.3-2.git72771d9.fc26 has been pushed to the Fedora 26 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-2017-0a958bf89a

Comment 10 Fedora Update System 2017-03-28 00:24:20 UTC
python-pyswip-0.2.3-2.git72771d9.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.

Comment 11 Fedora Update System 2017-03-28 06:18:42 UTC
python-pyswip-0.2.3-2.git72771d9.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.

Comment 12 Fedora Update System 2017-04-01 17:04:08 UTC
python-pyswip-0.2.3-2.git72771d9.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.