[Bug 785592] New: Review Request: python - Python module to customize a process title

bugzilla at redhat.com bugzilla at redhat.com
Sun Jan 29 20:25:34 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python -  Python module to customize a process title

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

           Summary: Review Request: python -  Python module to customize a
                    process title
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: karlthered at gmail.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com,
                    package-review at lists.fedoraproject.org
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


Spec URL: http://hguemar.fedorapeople.org/review/python-setproctitle.spec
SRPM URL:
http://hguemar.fedorapeople.org/review/python-setproctitle-1.1.3-1.fc16.src.rpm
Description: Python module allowing a process to change its title as displayed
by system tool such as ps and top.
It's useful in multi-process systems, allowing to identify tasks each forked
process is busy with. This technique has been used by PostgreSQL and OpenSSH.
It's based on PostgreSQL implementation which has proven to be portable.

scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=3745003

rpmlint:
$ rpmlint -iv python-setproctitle-1.1.3-1.fc17.src.rpm 
python-setproctitle.src: I: checking
python-setproctitle.src: W: spelling-error %description -l en_US ps -> PS, pa,
pd
The value of this tag appears to be misspelled. Please double-check.

python-setproctitle.src: W: spelling-error %description -l en_US multiprocess
-> multiprocessor, multiprocessing
The value of this tag appears to be misspelled. Please double-check.

python-setproctitle.src: I: checking-url
http://pypi.python.org/pypi/setproctitle (timeout 10 seconds)
python-setproctitle.src: I: checking-url
http://pypi.python.org/packages/source/s/setproctitle/setproctitle-1.1.3.tar.gz
(timeout 10 seconds)
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

$ rpmlint -iv python-setproctitle-1.1.3-1.fc17.x86_64.rpm 
python-setproctitle.x86_64: I: checking
python-setproctitle.x86_64: W: spelling-error %description -l en_US ps -> PS,
pa, pd
The value of this tag appears to be misspelled. Please double-check.

python-setproctitle.x86_64: W: spelling-error %description -l en_US
multiprocess -> multiprocessor, multiprocessing
The value of this tag appears to be misspelled. Please double-check.

python-setproctitle.x86_64: I: checking-url
http://pypi.python.org/pypi/setproctitle (timeout 10 seconds)
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

$ rpmlint -iv python3-setproctitle-1.1.3-1.fc17.x86_64.rpm
python3-setproctitle.x86_64: I: checking
python3-setproctitle.x86_64: W: spelling-error %description -l en_US ps -> PS,
pa, pd
The value of this tag appears to be misspelled. Please double-check.

python3-setproctitle.x86_64: W: spelling-error %description -l en_US multi ->
mulch, mufti
The value of this tag appears to be misspelled. Please double-check.

python3-setproctitle.x86_64: I: checking-url
http://pypi.python.org/pypi/setproctitle (timeout 10 seconds)
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

notes:
python3 variant is provided as it is supported upstream. Modules has been
tested and working on both python 2.7/3.2 (fedora 16 & rawhide)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list