Bug 204561 - Review Request: python-pyspf - Sender Policy Framework library for Python.
Summary: Review Request: python-pyspf - Sender Policy Framework library for Python.
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Kevin Fenzi
QA Contact: Fedora Package Reviews List
URL:
Whiteboard:
Depends On: 204560
Blocks: FE-ACCEPT
TreeView+ depends on / blocked
 
Reported: 2006-08-29 23:55 UTC by jafo-redhat
Modified: 2014-10-22 16:41 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-01 19:09:00 UTC
Type: ---
Embargoed:
gwync: fedora-cvs+


Attachments (Terms of Use)

Description jafo-redhat 2006-08-29 23:55:11 UTC
Spec URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf.spec
SRPM URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf-1.7-1.noarch.rpm
Description: A Python library for doing SPF (Sender Policy Framework) lookups.  This depends on python-pydns (just submitted).

This is my second package, I need a sponsor.

Comment 1 Peter Gordon 2006-08-30 01:48:32 UTC
(Adding bug dependency for the python-pydns review request.)

On a brief looking-over, your Source0 should be a full URL to the source tarball
(or if that does not make, a brief explanation as to why it is not a full URL as
a comment). 

Comment 2 Kevin Fenzi 2006-08-30 02:52:34 UTC
I'd be happy to take a look at this. 
In addition to the item from comment #1, the SRPM URL is pointing to the noarch 
package, not the src.rpm. Update those and I can do a formal review. 

Comment 3 jafo-redhat 2006-08-30 10:19:37 UTC
I've updated the URL, and have pushed new versions up.

Spec URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf.spec
SRPM URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf-1.7-2.src.rpm

Comment 4 Kevin Fenzi 2006-08-31 02:49:25 UTC
OK - Package name
OK - Spec file matches base package name.
OK - Meets Packaging Guidelines.
OK - License
See below - License field in spec matches
See below - License file included in package
OK - Spec in American English
OK - Spec is legible.
OK - Sources match upstream md5sum:
eabc78b67018efdfea68ae9b9d545e80  pyspf-1.7.tar.gz
eabc78b67018efdfea68ae9b9d545e80  pyspf-1.7.tar.gz.1
OK - Package compiles and builds on at least one arch.
See below - BuildRequires correct
OK - Package owns all the directories it creates.
OK - Package has no duplicate files in %files.
OK - Package has %defattr and permissions on files is good.
OK - Package has a correct %clean section.
OK - Spec has consistant macro usage.
OK - Package is code or permissible content.
OK - Packages %doc files don't affect runtime.
OK - Package doesn't own any directories other packages own.
See below - No rpmlint output.
SHOULD Items:
See below - Should include License or ask upstream to include it.
OK - Should build in mock.

Issues:

1. There seems to be some confusion on the license on this package...
You have 'Python License' in the spec, but the package lists
'Python Software Foundation License' in several places. Most confusingly,
the spfquery.py file says it's released under the GPL:

PKG-INFO:License: Python Software Foundation License
PKG-INFO:Classifier: License :: OSI Approved :: Python Software Foundation 
License
README:License: Python Software Foundation License
setup.py:      license='Python Software Foundation License',
setup.py:       'License :: OSI Approved :: Python Software Foundation License',
spfquery.py:# This code is under the GNU General Public License.  See COPYING 
for details.

2. rpmlint has some output:

W: python-pyspf summary-ended-with-dot Python module and programs for SPF 
(Sender Policy Framework).

suggest: remove the . at the end of summary.

W: python-pyspf incoherent-version-in-changelog 1.7-1 1.7-2.fc6

suggest: add changelog for -2 release.

W: python-pyspf invalid-license Python License

suggestion: see issue 1.

E: python-pyspf non-executable-script /usr/lib/python2.4/site-packages/spf.py 
0644
                                                                                          
spf.py has a #! for python, so it should either be 755 or (more likely) have
the top line simply removed so it can be used as a python module instead of a 
script.

Comment 5 jafo-redhat 2006-08-31 06:04:55 UTC
Thanks for the review, Kevin.  I've got a corrected version at:

Spec URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf.spec
SRPM URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf-1.7-3.src.rpm

Comment 6 jafo-redhat 2006-08-31 21:33:17 UTC
This version has a changelog for the -2 release as well.

Spec URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf.spec
SRPM URL: ftp://ftp.tummy.com/pub/tummy/RPMS/SRPMS/python-pyspf-1.7-4.src.rpm



Comment 7 jafo-redhat 2006-08-31 22:01:00 UTC
According to an e-mail from the author, the license for spfquery will be changed
to the Python license:

From: "Stuart D. Gathman" <stuart>
Date: Thu, 31 Aug 2006 11:05:12 -0400 (EDT)
To: Sean Reifschneider <jafo>

On Wed, 30 Aug 2006, Sean Reifschneider wrote:

> In pyspf 1.7, spfquery.py says it's GPLed, but the PKG-INFO file says it's
> under the Python Software Foundation License.

Spfquery is by me.  It was originally for pymilter - which is GPL
due to the original author.  I will change it to Python license.
I would like to change pymilter as well, with the original authors
permission.


Comment 8 Kevin Fenzi 2006-09-01 01:40:20 UTC
ok. 
Almost everything is fixed up, but I am still getting the rpmlint: 
E: python-pyspf non-executable-script /usr/lib/python2.4/site-packages/spf.py 
0644

I don't think the construct you are using is working right. 
How about something like: 

sed -i -e 's|^#!/usr/bin/env python$||' %{python_sitelib}/spf.py


Comment 10 Kevin Fenzi 2006-09-01 02:22:21 UTC
Excellent. That looks good to go... this package is APPROVED. 

Comment 11 jafo-redhat 2006-09-01 19:09:00 UTC
The package was imported and built.

Comment 12 Sean Reifschneider 2007-06-11 23:14:40 UTC
Package Change Request
======================
Package Name: python-pyspf
New Branches: EL-5

Want to get it into EPEL as well.

Comment 13 Kevin Fenzi 2007-06-11 23:36:38 UTC
branch done.

Comment 14 Paul Wouters 2014-10-22 14:26:25 UTC
Package Change Request
======================
Package Name: python-pyspf
New Branches: epel7

Comment 15 Paul Wouters 2014-10-22 14:27:11 UTC
Package Change Request
======================
Package Name: python-pyspf
New Branches: epel7
Owners: pwouters

Comment 16 Gwyn Ciesla 2014-10-22 16:41:35 UTC
Git done (by process-git-requests).


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