Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 674667 - Review Request: python-venusian - A library for deferring decorator actions
Summary: Review Request: python-venusian - A library for deferring decorator actions
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 674692
TreeView+ depends on / blocked
 
Reported: 2011-02-02 21:10 UTC by Luke Macken
Modified: 2016-09-20 02:41 UTC (History)
5 users (show)

Fixed In Version: python-venusian-0.6-1.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-03 03:40:21 UTC
Type: ---
Embargoed:
tla: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Luke Macken 2011-02-02 21:10:17 UTC
Spec URL: http://lmacken.fedorapeople.org/rpms/python-venusian.spec
SRPM URL: http://lmacken.fedorapeople.org/rpms/python-venusian-0.6-1.fc13.src.rpm
Description:
Venusian is a library which allows framework authors to defer decorator
actions.  Instead of taking actions when a function (or class) decorator is
executed at import time, you can defer the action usually taken by the
decorator until a separate "scan" phase.

Comment 1 Tim Lauridsen 2011-02-17 06:25:52 UTC
I will review this bug

Comment 2 Tim Lauridsen 2011-02-17 06:29:49 UTC
Source0 dont point to upstream source
It should be
http://pypi.python.org/packages/source/v/venusian/%{modname}-%{version}.tar.gz

Comment 3 Luke Macken 2011-02-17 07:08:49 UTC
(In reply to comment #2)
> Source0 dont point to upstream source
> It should be
> http://pypi.python.org/packages/source/v/venusian/%{modname}-%{version}.tar.gz

Fixed.

Comment 4 Tim Lauridsen 2011-02-17 15:53:19 UTC
Package Review
==============

Key:
- = N/A
x = Check
! = Problem
? = Not evaluated

[x] : MUST - Package successfully compiles and builds into binary rpms on at least one supported architecture.
[x] : MUST - Buildroot is correct (EPEL5 & Fedora < 10)
        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
[x] : MUST - Package has a %clean section, which contains rm -rf %{buildroot} (or $RPM_BUILD_ROOT).
[x] : MUST - Each %files section contains %defattr
[x] : MUST - Spec file lacks Packager, Vendor, PreReq tags.
[x] : MUST - Package run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) and the beginning of %install.
[x] : MUST - Package use %makeinstall only when make install DESTDIR=... doesn't work.
[x] : MUST - Package is named according to the Package Naming Guidelines.
[!] : MUST - Rpmlint output is silent.
        
        rpmlint python-venusian-0.6-1.fc13.src.rpm
        ================================================================================
        python-venusian.src: W: non-coherent-filename python-venusian-0.6-1.fc13.src.rpm python-venusian-0.6-1.fc14.src.rpm
        1 packages and 0 specfiles checked; 0 errors, 1 warnings.
        ================================================================================
        
        rpmlint python-venusian-0.6-1.fc14.noarch.rpm
        ================================================================================
        python-venusian.noarch: W: python-bytecode-without-source /usr/lib/python2.7/site-packages/venusian/tests/fixtures/pyc/module2.pyc
        1 packages and 0 specfiles checked; 0 errors, 1 warnings.
        ================================================================================
        
[x] : MUST - Sources used to build the package matches the upstream source, as provided in the spec URL.
        MD5SUM this package     : e2d37698f0f63d1c128f31f0d073db9f
        MD5SUM upstream package : e2d37698f0f63d1c128f31f0d073db9f
[x] : MUST - Spec file name must match the spec package %{name}, in the format %{name}.spec.
[x] : MUST - Spec file is legible and written in American English.
[x] : MUST - Spec uses macros instead of hard-coded directory names.
[x] : MUST - Package consistently uses macros.
[x] : MUST - Macros in Summary, %description expandable at SRPM build time.
[x] : MUST - Requires correct, justified where necessary.
[!] : MUST - All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines.
    BuildRequires: python2-devel is missing (https://fedoraproject.org/wiki/Packaging:Python#BuildRequires)

[-] : MUST - The spec file handles locales properly.
[x] : MUST - Changelog in prescribed format.
[x] : MUST - License field in the package spec file matches the actual license.
[x] : MUST - 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.
[-] : MUST - License file installed when any subpackage combination is installed.
[x] : MUST - Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.
[x] : MUST - Sources contain only permissible code or content.
[-] : MUST - Compiler flags are appropriate.
[-] : MUST - %build honors applicable compiler flags or justifies otherwise.
[-] : MUST - ldconfig called in %post and %postun if required.
[x] : MUST - Package must own all directories that it creates.
[x] : MUST - Package does not own files or directories owned by other packages.
[x] : MUST - Package requires other packages for directories it uses.
[x] : MUST - Package does not contain duplicates in %files.
[x] : MUST - Permissions on files are set properly.
[-] : MUST - No %config files under /usr.
[-] : MUST - %config files are marked noreplace or the reason is justified.
[-] : MUST - Package contains a properly installed %{name}.desktop using desktop-file-install file if it is a GUI application.
[-] : MUST - Package contains a valid .desktop file.
[x] : MUST - Package contains code, or permissable content.
[-] : MUST - Package contains a SysV-style init script if in need of one.
[x] : MUST - File names are valid UTF-8.
[-] : MUST - Large documentation files are in a -doc subpackage, if required.
[x] : MUST - Package uses nothing in %doc for runtime.
[x] : MUST - Package contains no bundled libraries.
[x] : MUST - Header files in -devel subpackage, if present.
[-] : MUST - Static libraries in -static subpackage, if present.
[-] : MUST - Package contains no static executables.
[-] : MUST - Package requires pkgconfig, if .pc files are present.
[-] : MUST - Development .so files in -devel subpackage, if present.
[-] : MUST - Fully versioned dependency in subpackages, if present.
[-] : MUST - Package does not contain any libtool archives (.la).
[-] : MUST - Useful -debuginfo package or justification otherwise.
[x] : MUST - Rpath absent or only used for internal libs.
[x] : MUST - Package does not genrate any conflict.
[x] : MUST - Package does not contains kernel modules.
[x] : MUST - Package is not relocatable.
[x] : MUST - Package is not known to require ExcludeArch.
[x] : MUST - Package installs properly.
[x] : MUST - Package obeys FHS, except libexecdir and /usr/target.
[x] : MUST - Package meets the Packaging Guidelines.
[x] : SHOULD - Dist tag is present.
[x] : SHOULD - SourceX is a working URL.
[?] : SHOULD - Package functions as described.
[x] : SHOULD - Latest version is packaged.
[x] : SHOULD - Package does not include license text files separate from upstream.
[x] : SHOULD - If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it.
[!] : SHOULD - Description and summary sections in the package spec file contains translations for supported Non-English languages, if available.
[x] : SHOULD - SourceX / PatchY prefixed with %{name}.
[x] : SHOULD - Final provides and requires are sane (rpm -q --provides and rpm -q --requires).
[x] : SHOULD - %check is present and all tests pass.
[-] : SHOULD - Usually, subpackages other than devel should require the base package using a fully versioned dependency.
[?] : SHOULD - Reviewer should test that the package builds in mock.
[?] : SHOULD - Package should compile and build into binary rpms on all supported architectures.
[!] : SHOULD - Spec use %global instead of %define.
    %define modname venusian, should be %global modname venusian
[-] : SHOULD - Scriptlets must be sane, if used.
[-] : SHOULD - The placement of pkgconfig(.pc) files are correct.
[-] : SHOULD - No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x] : SHOULD - Packages should try to preserve timestamps of original installed files.
[-] : SHOULD - File based requires are sane.
[-] : SHOULD - Man pages included for all executables.
[?] : SHOULD - Uses parallel make.
[-] : SHOULD - Patches link to upstream bugs/comments/lists or are otherwise justified.

Issues:
[!] : SHOULD - Spec use %global instead of %define.
    %define modname venusian, should be %global modname venusian
[!] : MUST - All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines.
    BuildRequires: python2-devel is missing (https://fedoraproject.org/wiki/Packaging:Python#BuildRequires)

Comment 5 Luke Macken 2011-02-18 03:27:54 UTC
(In reply to comment #4)
> Package Review
> ==============
> [!] : MUST - Rpmlint output is silent.
>         python-venusian.src: W: non-coherent-filename
> python-venusian-0.6-1.fc13.src.rpm python-venusian-0.6-1.fc14.src.rpm
>         1 packages and 0 specfiles checked; 0 errors, 1 warnings.

rpmlint is silent with my fc14.src.rpm below.

> [!] : MUST - All build dependencies are listed in BuildRequires, except for any
> that are listed in the exceptions section of Packaging Guidelines.
>     BuildRequires: python2-devel is missing
> (https://fedoraproject.org/wiki/Packaging:Python#BuildRequires)

Added.

> [!] : SHOULD - Spec use %global instead of %define.
>     %define modname venusian, should be %global modname venusian

Fixed.

Spec URL: http://lmacken.fedorapeople.org/rpms/python-venusian.spec
SRPM URL:
http://lmacken.fedorapeople.org/rpms/python-venusian-0.6-1.fc14.src.rpm

Comment 6 Tim Lauridsen 2011-02-18 14:11:32 UTC
APPROVED

Comment 7 Luke Macken 2011-02-18 19:07:14 UTC
New Package SCM Request
=======================
Package Name: python-venusian
Short Description: A library for deferring decorator actions
Owners: lmacken
Branches: f14 f15 el5 el6

Comment 8 Jason Tibbitts 2011-02-18 19:32:07 UTC
Git done (by process-git-requests).

Comment 9 Fedora Update System 2011-02-22 21:36:57 UTC
python-venusian-0.6-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/python-venusian-0.6-1.fc14

Comment 10 Fedora Update System 2011-02-22 21:37:04 UTC
python-venusian-0.6-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/python-venusian-0.6-1.el6

Comment 11 Fedora Update System 2011-02-22 21:37:12 UTC
python-venusian-0.6-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/python-venusian-0.6-1.fc15

Comment 12 Fedora Update System 2011-02-23 20:29:11 UTC
python-venusian-0.6-1.fc15 has been pushed to the Fedora 15 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-venusian'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/python-venusian-0.6-1.fc15

Comment 13 Fedora Update System 2011-03-03 03:40:15 UTC
python-venusian-0.6-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 14 Fedora Update System 2011-03-04 10:00:40 UTC
python-venusian-0.6-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 15 Fedora Update System 2011-03-10 17:24:47 UTC
python-venusian-0.6-1.el6 has been pushed to the Fedora EPEL 6 stable repository.

Comment 16 Ralph Bean 2014-10-14 01:05:33 UTC
Package Change Request
======================
Package Name: python-venusian
New Branches: epel7
Owners: ralph

Comment 17 Gwyn Ciesla 2014-10-14 11:52:52 UTC
Git done (by process-git-requests).

Comment 18 Fedora Update System 2014-11-07 20:10:52 UTC
python-venusian-1.0-0.10.a7.el7 has been submitted as an update for Fedora EPEL 7.
https://admin.fedoraproject.org/updates/python-venusian-1.0-0.10.a7.el7

Comment 19 Fedora Update System 2014-11-24 21:23:06 UTC
python-venusian-1.0-0.10.a7.el7 has been pushed to the Fedora EPEL 7 stable repository.


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