Bug 708820 - Review Request: python-async - A framework to process interdependent tasks in a pool of workers
Summary: Review Request: python-async - A framework to process interdependent tasks in...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Fabian Affolter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-05-29 18:58 UTC by Jesse Keating
Modified: 2013-01-10 03:34 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-13 22:45:46 UTC
Type: ---
Embargoed:
mail: fedora-review+
jkeating: fedora-cvs+


Attachments (Terms of Use)

Description Jesse Keating 2011-05-29 18:58:31 UTC
Spec URL: http://jkeating.fedorapeople.org/review/python-async.spec
SRPM URL: http://jkeating.fedorapeople.org/review/python-async-0.6.1-1.gite91b469.fc14.src.rpm
Description: 
Async aims to make writing asyncronous processing easier. It provides a         
task-graph with interdependent tasks that communicate using blocking channels,  
allowing to delay actual computations until items are requested. Tasks will     
automatically be distributed among 0 or more threads for the actual             
computation.

A scratch build was done at http://koji.fedoraproject.org/koji/taskinfo?taskID=3099332

Comment 1 Fabian Affolter 2011-06-04 15:47:23 UTC
Package Review
==============

Package: 

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

=== REQUIRED ITEMS ===
 [x] Package is named according to the Package Naming Guidelines
 [x] Spec file name must match the base package %{name}, in the format %{name}.spec
 [x] Package meets the Packaging Guidelines
 [x] Package successfully compiles and builds into binary RPMs on at least one
supported architecture
     Tested: http://koji.fedoraproject.org/koji/taskinfo?taskID=3111278
 [?] Rpmlint output:
     Source RPM:
     [fab@laptop021 SRPMS]$ rpmlint python-async-0.6.1-1.gite91b469.fc14.src.rpm 
     python-async.src: W: spelling-error %description -l en_US asyncronous -> asynchronous, synchronous, noncancerous
     python-async.src: W: invalid-url Source0: gitpython-developers-async-0.6.1-5-ge91b469.tar.gz
     1 packages and 0 specfiles checked; 0 errors, 2 warnings.
     Binary RPM(s):
     [fab@laptop021 x86_64]$ rpmlint python-async*
     python-async.x86_64: W: spelling-error %description -l en_US asyncronous -> asynchronous, synchronous, noncancerous
     2 packages and 0 specfiles checked; 0 errors, 1 warnings.
 [x] Package is not relocatable
 [x] Buildroot is correct (if it's still used)
     master   : %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     spec file: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 [x] Package is licensed with an open-source compatible license and meets other legal requirements as defined in the legal section of Packaging Guidelines.
 [x] License field in the package spec file matches the actual license
     License type: BSD
 [x] 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

 [?] Spec file is legible and written in American English
 [?] Sources used to build the package matches the upstream source, as provided
in the spec URL
     Upstream source: 17d963e8273ee97da3a1a63a68c262d1  gitpython-developers-async-0.6.1-5-ge91b469.tar.gz
     Build source:    17d963e8273ee97da3a1a63a68c262d1  gitpython-developers-async-0.6.1-5-ge91b469.tar.gz
 [x] Package is not known to require ExcludeArch
 [-] Architecture independent packages have: BuildArch: noarch
 [x] All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines.
 [-] The spec file handles locales properly.  %find_lang used for locales
 [x] %{optflags} or RPM_OPT_FLAGS are honoured
 [-] ldconfig called in %post and %postun if required
 [x] %install starts with rm -rf %{buildroot} or $RPM_BUILD_ROOT (if it's still used)
 [-] Package use %makeinstall only when make install DESTDIR=... doesn't work.
 [x] Package must own all directories that it creates
 [x] Package requires other packages for directories it uses
 [x] Package does not own files or directories owned by other packages
 [x] Package does not contain duplicates in %files
 [x] Permissions on files are set properly. %defattr(-,root,root,-) is in every %files section
 [x] Package uses nothing in %doc for runtime
 [x] Package has a %clean section, which contains rm -rf %{buildroot} or $RPM_BUILD_ROOT (if it's still used)
 [-] Included tests passed successfully 
 [x] Package consistently uses macros
 [x] Package contains code, or permissable content
 [x] Included filenames are in UTF-8

 [-] Large documentation files are in a -doc subpackage, if required
 [-] Header files (.h) in -devel subpackage, if present
 [-] Fully versioned dependency in subpackage, if present
 [-] Static libraries (.a) in -static subpackage, if present
 [-] Package requires pkgconfig, if .pc files are present
 [-] Development .so files in -devel subpackage, if present
 [x] Package does not contain any libtool archives (.la)
 [x] -debuginfo subpackage is present and looks complete
 [x] No pre-built binaries (.a, .so*, executable)
 
 [-] Package contains a properly installed .desktop file if it is a GUI application
 [-] Follows desktop entry spec
 [-] Valid .desktop Name
 [-] Valid .desktop GenericName
 [-] Valid .desktop Categories
 [-] Valid .desktop StartupNotify
 [-] .desktop file installed with desktop-file-install in %install

=== SUGGESTED ITEMS ===
 [-] Timestamps preserved with cp and install
 [x] Spec use %global instead of %define
 [-] Uses parallel make (%{?_smp_mflags})
 [x] Latest version is packaged
 [x] Package does not include license text files separate from upstream
 [-] Description and summary sections in the package spec file contains
translations for supported Non-English languages, if available
 [x] Package functions as described
 [-] Scriptlets must be sane, if used
 [-] The placement of pkgconfig(.pc) files is correct
 [-] File based requires are sane
 [x] Changelog in allowed format

- There are tests in the async/test directory. Can you please add them before the VCS import.

Beside that I see no further blocker, package APPROVED

Comment 2 Jesse Keating 2011-06-13 20:40:31 UTC
New Package SCM Request
=======================
Package Name: python-async
Short Description: A framework to process interdependent tasks in a pool of workers
Owners: jkeating
Branches:
InitialCC:

Comment 3 Gwyn Ciesla 2011-06-13 22:13:16 UTC
Git done (by process-git-requests).

Comment 4 Jesse Keating 2011-06-13 22:45:46 UTC
Built for rawhide.

Comment 5 Jesse Keating 2011-10-26 23:12:06 UTC
Package Change Request
======================
Package Name: python-async
New Branches: f15

Comment 6 Jesse Keating 2011-10-26 23:22:06 UTC
Package Change Request
======================
Package Name: python-async
New Branches: f15
Owners: jkeating

Comment 7 Jesse Keating 2011-10-26 23:22:53 UTC
Git done (by process-git-requests).

Comment 8 Jesse Keating 2011-11-01 21:55:50 UTC
Package Change Request
======================
Package Name: python-async
New Branches: el6
Owners: jkeating

Comment 9 Jesse Keating 2011-11-01 22:23:27 UTC
Git done (by process-git-requests).


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