Bug 1392838 - Review Request: python-mlpy - Python module for Machine Learning
Summary: Review Request: python-mlpy - Python module for Machine Learning
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ML-SIG
TreeView+ depends on / blocked
 
Reported: 2016-11-08 11:02 UTC by Dhanesh B. Sabane
Modified: 2018-01-15 17:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-01-15 16:49:17 UTC
Type: ---
Embargoed:
zbyszek: fedora-review+


Attachments (Terms of Use)

Description Dhanesh B. Sabane 2016-11-08 11:02:25 UTC
Spec URL: https://pagure.io/rpm-packaging/blob/master/f/SPECS/python-mlpy.spec

SRPM URL: https://pagure.io/rpm-packaging/blob/master/f/SRPMS

Description: 
*python-mlpy provides machine learning methods for supervised and unsupervised problems.  

*I would appreciate a review so that I can get it into Fedora.  This is my first package and so I would also appreciate getting sponsored.  I'm currently active in the Fedora Project as a CommOps and Marketing contributor.

*With this package I'm hoping to be a member of Python SIG and Machine Learning SIG. 

Fedora Account System Username: dhanesh95

Koji build status: http://koji.fedoraproject.org/koji/taskinfo?taskID=16346771

Comment 1 Dhanesh B. Sabane 2016-11-08 11:43:59 UTC
Koji build status:

*For F25 - http://koji.fedoraproject.org/koji/taskinfo?taskID=16351147
*For rawhide - http://koji.fedoraproject.org/koji/taskinfo?taskID=16351456

Comment 2 Zbigniew Jędrzejewski-Szmek 2016-11-08 13:55:48 UTC
Please link to the raw file, so that fedora-review works:
Spec URL: https://pagure.io/rpm-packaging/raw/master/f/SPECS/python-mlpy.spec
SRPM URL: https://pagure.io/rpm-packaging/blob/master/f/SRPMS/python-mlpy-3.5.0-1.fc24.src.rpm

Comment 4 Dhanesh B. Sabane 2016-11-08 14:22:34 UTC
Sorry for the mix up. Linked wrong SRPM. 

* Updated SRPM URL: https://pagure.io/rpm-packaging/blob/master/f/SRPMS/python-mlpy-3.5.0-2.fc24.src.rpm

Comment 5 Zbigniew Jędrzejewski-Szmek 2016-11-10 05:21:32 UTC
Something strange is happening in %prep. Why don't you just use:
%autosetup -n %{srcname}-%{version}
?

Requires and other dependencies should be listed on-per-line (for diffability and general legibility).

%description is way too terse: is it a set of functions or building blocks, or does it provide ready tools, etc. Please extend it so that a person can get a general idea without going on the web.
"Machine Learning Python" suggests that this is some variant of python, like pypy.

Comment 7 Zbigniew Jędrzejewski-Szmek 2016-11-12 16:47:04 UTC
rpmlint:
python3-mlpy.x86_64: W: spelling-error %description -l en_US performace -> performance, perform ace, perform-ace
Typo.

python3-mlpy.x86_64: E: description-line-too-long C mlpy provides a wide range of state-of-the-art machine learning methods for supe
rvised and unsupervised problems.  It is a high performace Python library for predictive modeling.
%description should be wrapped at ~72 columns.

3 packages and 0 specfiles checked; 2 errors, 2 warnings.

fedora-review flags no errors.

+ package name is OK
+ builds and installs OK
+ license is acceptable (GPLv3)
+ license is specified correctly
+ latest version (no release since 2012 :( )
+ provides/requires look sane
+ no scriptlets necessary
+ python macros are used
+ %python_provide is used

I'll approve the package as soon as you are sponsored. Please fix the %description when uploading.

--

I can sponsors you into the packagers group. My requirement (apart from this package, which is now satisfied), is two-three reviews of other packages (see http://fedoraproject.org/PackageReviewStatus/NEW.html). Plenty of python packages there, so install mock, fire up fedora-review, and review-away. Please indicate on the review that you're not a packager yet, hence the review is informal. You'll be able to approve those packages after you are in the packagers group, if nobody beats you to it.

Comment 8 Dhanesh B. Sabane 2016-11-13 11:05:01 UTC
Fixed the description.

*SPEC URL: https://pagure.io/rpm-packaging/blob/master/f/SPECS/python-mlpy.spec
*SRPM URL: https://pagure.io/rpm-packaging/blob/master/f/SRPMS/python-mlpy-3.5.0-4.fc24.src.rpm

I may not be able to review other packages for a while now because I'm leaving on vacation for the rest of the month (https://apps.fedoraproject.org/calendar/vacation/#m4937). I'll start reviewing packages as soon as I get back. You may close the ticket and we'll revive it again after I return.

Comment 9 Zbigniew Jędrzejewski-Szmek 2016-11-13 15:44:46 UTC
That's fine. Just post the links to the other tickets here once you're back.

Comment 10 Dhanesh B. Sabane 2017-03-13 10:51:29 UTC
(In reply to Zbigniew Jędrzejewski-Szmek from comment #9)
> That's fine. Just post the links to the other tickets here once you're back.

It's been a long time coming. Here's a couple of reviews I did. Planning to do more of them. This is teaching me a lot.

1. https://bugzilla.redhat.com/show_bug.cgi?id=1402164#c2

2. https://bugzilla.redhat.com/show_bug.cgi?id=1431426#c1

3. https://bugzilla.redhat.com/show_bug.cgi?id=1409802#c1

Comment 11 Zbigniew Jędrzejewski-Szmek 2017-03-14 05:05:16 UTC
Please always provide link to the raw files (spec and srpm). Fedora-review and wget and other tools are confused otherwise. 

python3-mlpy.x86_64: W: spelling-error %description -l en_US menthods -> methods, menthol

The comments from comment #c7 still stand. Package is APPROVED.

--

I've added you to the packagers group. Please keep up the good work. In particular please take 1409802. If you have any questions or get stuck with anything, drop me a note (zbyszek, zbyszek in #fedora-devel).

Comment 12 Dhanesh B. Sabane 2017-03-14 15:51:28 UTC
(In reply to Zbigniew Jędrzejewski-Szmek from comment #11)
> Please always provide link to the raw files (spec and srpm). Fedora-review
> and wget and other tools are confused otherwise. 
> 
> python3-mlpy.x86_64: W: spelling-error %description -l en_US menthods ->
> methods, menthol
> 
> The comments from comment #c7 still stand. Package is APPROVED.
> 
Thank you so much. I'm sure this will be the final edit. (I like to keep things updated :P)

*SPEC URL: https://pagure.io/rpm-packaging/raw/master/f/SPECS/python-mlpy.spec
*SRPM URL: https://pagure.io/rpm-packaging/raw/master/f/SRPMS/python-mlpy-3.5.0-5.fc24.src.rpm

> 
> I've added you to the packagers group. Please keep up the good work. In
> particular please take 1409802. If you have any questions or get stuck with
> anything, drop me a note (zbyszek, zbyszek in #fedora-devel).

Thank you so much! I'll take 1409802. Glad to help!

Comment 13 Gwyn Ciesla 2017-03-14 17:39:43 UTC
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/python-mlpy

Comment 14 Fedora Update System 2018-01-05 18:41:48 UTC
python-mlpy-3.5.0-6.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f4f159153d

Comment 15 Fedora Update System 2018-01-05 19:07:18 UTC
python-mlpy-3.5.0-6.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2018-c77a5b46b9

Comment 16 Fedora Update System 2018-01-06 20:54:28 UTC
python-mlpy-3.5.0-6.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-2018-c77a5b46b9

Comment 17 Fedora Update System 2018-01-06 21:09:49 UTC
python-mlpy-3.5.0-6.fc27 has been pushed to the Fedora 27 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-2018-f4f159153d

Comment 18 Fedora Update System 2018-01-15 16:49:17 UTC
python-mlpy-3.5.0-6.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 19 Fedora Update System 2018-01-15 17:10:22 UTC
python-mlpy-3.5.0-6.fc27 has been pushed to the Fedora 27 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.