Bug 847777 - Review Request: strata-sdk - Python library for Red Hat customer portal's RESTful service interface
Summary: Review Request: strata-sdk - Python library for Red Hat customer portal's RES...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bohuslav "Slavek" Kabrda
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-13 13:56 UTC by Keith Robertson
Modified: 2016-07-04 01:34 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-07-02 09:48:14 UTC
Type: ---
Embargoed:
bkabrda: fedora-review?


Attachments (Terms of Use)

Description Keith Robertson 2012-08-13 13:56:13 UTC
Spec URL: http://kojak.fedorapeople.org/strata-sdk.spec

SRPM URL: http://kojak.fedorapeople.org/strata-sdk-1.0.1-0.fc17.src.rpm

Description: The strata-sdk is a Python based library for interacting with the Red Hat customer portal's RESTful service interface.  The library handles connection setup, connection tear down, and will marshal the results to/from the RESTful api into Python objects that have getters and setters for easy processing.  With the SDK it is possible to search for solutions, create cases, diagnose logs, and various other activities.

Fedora Account System Username: kojak

Comment 1 Bohuslav "Slavek" Kabrda 2012-08-15 07:31:27 UTC
I will take this for a review.

Comment 2 Bohuslav "Slavek" Kabrda 2012-08-15 08:15:36 UTC
- BuildRequires: "python-setuptools-devel" should be just "python-setuptools".
- Your Requies: python-lxml should specify the version as in setup.py (>= 2.2.8).
- Requires: python is useless, because the automatic dependency processor will pick that dependency up and specify it better:

$ rpm -q -p --requires strata-sdk-1.0.1-0.fc19.noarch.rpm
...
python(abi) = 2.7
...

So please drop the Requires: python line.

- Is there a specific reason to run build and install the way you do and not doing just "python setup.py [build|install]"? If not, please use the standard way, as the current state is somehow confusing.
- When there are tests present in the package, it is a good practice to run them in the %check section of the specfile. This ensures that the package works as deployed from source. Please do this.
- The first release should be 1, not 0.
- I'm not sure about the URL you provide. Typically, it should point to a page with some kind of the information about the project - I found no information about strata-sdk at your URL.

Comment 5 Keith Robertson 2012-08-16 14:58:05 UTC
(In reply to comment #2)
> - BuildRequires: "python-setuptools-devel" should be just
> "python-setuptools".
Done
> - Your Requies: python-lxml should specify the version as in setup.py (>=
> 2.2.8).
Done
> - Requires: python is useless, because the automatic dependency processor
> will pick that dependency up and specify it better:
> 
> $ rpm -q -p --requires strata-sdk-1.0.1-0.fc19.noarch.rpm
> ...
> python(abi) = 2.7
> ...
> 
> So please drop the Requires: python line.
Dropped
> 
> - Is there a specific reason to run build and install the way you do and not
> doing just "python setup.py [build|install]"? If not, please use the
> standard way, as the current state is somehow confusing.
> - When there are tests present in the package, it is a good practice to run
> them in the %check section of the specfile. This ensures that the package
> works as deployed from source. Please do this.
The tests need an internet connection to run, as such, it really doesn't make sense to execute them.

> - The first release should be 1, not 0.
> - I'm not sure about the URL you provide. Typically, it should point to a
> page with some kind of the information about the project - I found no
> information about strata-sdk at your URL.
I will open a ticket and get a fedorahosted project.


Updated spec file: http://kojak.fedorapeople.org/strata-sdk.spec
Updated SRPM: http://kojak.fedorapeople.org/strata-sdk-1.0.0-0.fc17.src.rpm
SRC tarball for above: http://kojak.fedorapeople.org/strata-sdk-1.0.0.tar.gz

Comment 6 Keith Robertson 2012-08-16 14:59:07 UTC
I'll update the spec with a fedorahosted project as soon as I get one created.
cheers

Comment 7 Bohuslav "Slavek" Kabrda 2012-08-17 05:54:33 UTC
(In reply to comment #5)
> (In reply to comment #2)
> > - BuildRequires: "python-setuptools-devel" should be just
> > "python-setuptools".
> Done

Hmm, the specfile you are referring to still has python-setuptools-devel.

> > - Your Requies: python-lxml should specify the version as in setup.py (>=
> > 2.2.8).
> Done
> > - Requires: python is useless, because the automatic dependency processor
> > will pick that dependency up and specify it better:
> > 
> > $ rpm -q -p --requires strata-sdk-1.0.1-0.fc19.noarch.rpm
> > ...
> > python(abi) = 2.7
> > ...
> > 
> > So please drop the Requires: python line.
> Dropped
> > 
> > - Is there a specific reason to run build and install the way you do and not
> > doing just "python setup.py [build|install]"? If not, please use the
> > standard way, as the current state is somehow confusing.
> > - When there are tests present in the package, it is a good practice to run
> > them in the %check section of the specfile. This ensures that the package
> > works as deployed from source. Please do this.
> The tests need an internet connection to run, as such, it really doesn't
> make sense to execute them.
> 

Ok, agreed.

> > - The first release should be 1, not 0.

The specfile still has release 0. Please fix this.

> > - I'm not sure about the URL you provide. Typically, it should point to a
> > page with some kind of the information about the project - I found no
> > information about strata-sdk at your URL.
> I will open a ticket and get a fedorahosted project.
> 
> 
> Updated spec file: http://kojak.fedorapeople.org/strata-sdk.spec
> Updated SRPM: http://kojak.fedorapeople.org/strata-sdk-1.0.0-0.fc17.src.rpm
> SRC tarball for above: http://kojak.fedorapeople.org/strata-sdk-1.0.0.tar.gz

When doing changes during review, it is customary to bump the changelog and sum up all the changes you do in a new changelog entry (=new release). Please do so for any future changes. Thanks.

When you correct the minor issues mentioned above and have the URL, please post a new version of SPEC and SRPM, I believe that I will approve them then.

Comment 8 Bohuslav "Slavek" Kabrda 2015-07-02 09:48:14 UTC
Since there seems to be no progress here, I'm closing this bug. Feel free to reopen if you wish to restart the review.


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