Bug 1014848 - Review Request: python-mandrill - A CLI client and API library for Mandrill email service.
Summary: Review Request: python-mandrill - A CLI client and API library for Mandrill e...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Yohan Graterol
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-02 22:33 UTC by Daniel Bruno
Modified: 2013-11-04 09:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-11-04 09:00:49 UTC
Type: ---
Embargoed:
yohangraterol92: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Daniel Bruno 2013-10-02 22:33:31 UTC
Spec URL: http://dbruno.fedorapeople.org/python-mandrill/python-mandrill.spec
SRPM URL: http://dbruno.fedorapeople.org/python-mandrill/python-mandrill-1.0.51-1.fc19.src.rpm
Description: A Python API client and suite of CLI-based tools for the Mandrill email as a platform service.
Fedora Account System Username: dbruno

Comment 1 Yohan Graterol 2013-10-07 21:28:19 UTC
Hello Daniel,

1 - Please add the LICENSE's file.
2 - Specific the folders or files on the python sitelib folder.
3 - You skipped a dependency python-ujson

Comment 2 Daniel Bruno 2013-10-10 19:07:38 UTC
Spec URL: http://dbruno.fedorapeople.org/python-mandrill/python-mandrill.spec
SRPM URL: http://dbruno.fedorapeople.org/python-mandrill/python-mandrill-1.0.51-1.fc19.src.rpm

1 - The LICENSE file isn't provided on the source by pypi.
2 - It's mandatory?
3 - It was not skipped, was added python-simplejson that works with the package, but i change to python-ujson as recommended.

Comment 3 Yohan Graterol 2013-10-10 19:23:06 UTC
1 - You can add the LICENSE from repo on bitbucket [0] as Source1. 
2 - Not, but is good.
3 - Good! 
4 - You must increment the release number and add the changes in the changelog.

[0] https://bitbucket.org/mailchimp/mandrill-api-python/raw/fb4ca79cbd0d2705bfae24f1e96ca81d070cf4c0/LICENSE

Comment 5 Yohan Graterol 2013-10-22 23:59:12 UTC
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.
[-]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[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
[-]: 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.
[-]: 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.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 2 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 %doc.
[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]: Each %files section contains %defattr if rpm < 4.4
[x]: Macros in Summary, %description expandable at SRPM build time.
[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 do not use a name that already exist
[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.
[-]: 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]: Package functions as described.
[x]: 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.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[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]: Dist tag is present (not strictly required in GL).
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: SourceX tarball generation or download is documented.
[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]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: python-mandrill-1.0.51-2.fc21.noarch.rpm
          python-mandrill-1.0.51-2.fc21.src.rpm
python-mandrill.noarch: W: no-manual-page-for-binary sendmail.mandrill
python-mandrill.noarch: W: no-manual-page-for-binary mandrill
2 packages and 0 specfiles checked; 0 errors, 2 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint python-mandrill
python-mandrill.noarch: W: no-manual-page-for-binary sendmail.mandrill
python-mandrill.noarch: W: no-manual-page-for-binary mandrill
1 packages and 0 specfiles checked; 0 errors, 2 warnings.
# echo 'rpmlint-done:'



Requires
--------
python-mandrill (rpmlib, GLIBC filtered):
    /usr/bin/python2
    python(abi)
    python-docopt
    python-requests
    python-ujson



Provides
--------
python-mandrill:
    python-mandrill



Source checksums
----------------
https://pypi.python.org/packages/source/m/mandrill/mandrill-1.0.51.tar.gz :
  CHECKSUM(SHA256) this package     : 5b4ebd3da44d88615c52769b3a9b9de572c1d66b419b62031e41f12cb360ccbd
  CHECKSUM(SHA256) upstream package : 5b4ebd3da44d88615c52769b3a9b9de572c1d66b419b62031e41f12cb360ccbd

Comment 6 Yohan Graterol 2013-10-23 00:00:08 UTC
PACKAGE APPROVED

Comment 7 Daniel Bruno 2013-10-25 19:16:25 UTC
New Package SCM Request
=======================
Package Name: python-mandrill
Short Description: A CLI client and API library for Mandrill email service
Owners: dbruno
Branches: f18 f19 f20
InitialCC:

Comment 8 Gwyn Ciesla 2013-10-25 19:29:52 UTC
Git done (by process-git-requests).

Comment 9 Christopher Meng 2013-11-04 09:00:49 UTC
DO NOT forget to close the bug!


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