Bug 1055246 - Review Request: python-scrapy - A high-level Python Screen Scraping framework
Summary: Review Request: python-scrapy - A high-level Python Screen Scraping framework
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Christopher Meng
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-19 20:52 UTC by Eduardo Echeverria
Modified: 2014-06-18 22:22 UTC (History)
2 users (show)

Fixed In Version: python-scrapy-0.22.0-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-18 22:22:48 UTC
Type: Bug
Embargoed:
i: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Eduardo Echeverria 2014-01-19 20:52:54 UTC
Spec URL: http://echevemaster.fedorapeople.org/python-scrapy/python-scrapy.spec
SRPM URL: http://echevemaster.fedorapeople.org/python-scrapy/python-scrapy-0.20.2-1.fc19.src.rpm

Description: Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be used for a wide range of purposes, from data mining to monitoring and automated testing.

Fedora Account System Username: echevemaster

Tested on koji http://koji.fedoraproject.org/koji/taskinfo?taskID=6427317

Comment 1 Christopher Meng 2014-01-20 02:25:55 UTC
Not the latest one...

Comment 3 Christopher Meng 2014-01-20 04:59:55 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated


===== MUST items =====

Generic:
[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.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "Unknown or generated". 296 files have unknown license. Detailed output
     of licensecheck:

Unknown or generated
--------------------
Scrapy-0.22.0/bin/runtests.sh
Scrapy-0.22.0/docs/_ext/scrapydocs.py
Scrapy-0.22.0/docs/conf.py
Scrapy-0.22.0/extras/coverage-report.sh
Scrapy-0.22.0/extras/makedeb.py
Scrapy-0.22.0/extras/qps-bench-server.py
Scrapy-0.22.0/extras/qpsclient.py
Scrapy-0.22.0/extras/scrapy-ws.py
Scrapy-0.22.0/scrapy/__init__.py
Scrapy-0.22.0/scrapy/cmdline.py
Scrapy-0.22.0/scrapy/command.py
Scrapy-0.22.0/scrapy/commands/bench.py
Scrapy-0.22.0/scrapy/commands/check.py
Scrapy-0.22.0/scrapy/commands/crawl.py
Scrapy-0.22.0/scrapy/commands/deploy.py
Scrapy-0.22.0/scrapy/commands/edit.py
Scrapy-0.22.0/scrapy/commands/fetch.py
Scrapy-0.22.0/scrapy/commands/genspider.py
Scrapy-0.22.0/scrapy/commands/list.py
Scrapy-0.22.0/scrapy/commands/parse.py
Scrapy-0.22.0/scrapy/commands/runspider.py
Scrapy-0.22.0/scrapy/commands/settings.py
Scrapy-0.22.0/scrapy/commands/shell.py
Scrapy-0.22.0/scrapy/commands/startproject.py
Scrapy-0.22.0/scrapy/commands/version.py
Scrapy-0.22.0/scrapy/commands/view.py
Scrapy-0.22.0/scrapy/conf.py
Scrapy-0.22.0/scrapy/contracts/__init__.py
Scrapy-0.22.0/scrapy/contracts/default.py
Scrapy-0.22.0/scrapy/contrib/closespider.py
Scrapy-0.22.0/scrapy/contrib/corestats.py
Scrapy-0.22.0/scrapy/contrib/debug.py
Scrapy-0.22.0/scrapy/contrib/djangoitem.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/ajaxcrawl.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/chunked.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/cookies.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/defaultheaders.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/downloadtimeout.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/httpauth.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/httpcache.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/httpcompression.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/httpproxy.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/redirect.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/retry.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/robotstxt.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/stats.py
Scrapy-0.22.0/scrapy/contrib/downloadermiddleware/useragent.py
Scrapy-0.22.0/scrapy/contrib/exporter/__init__.py
Scrapy-0.22.0/scrapy/contrib/feedexport.py
Scrapy-0.22.0/scrapy/contrib/httpcache.py
Scrapy-0.22.0/scrapy/contrib/linkextractors/__init__.py
Scrapy-0.22.0/scrapy/contrib/linkextractors/htmlparser.py
Scrapy-0.22.0/scrapy/contrib/linkextractors/lxmlhtml.py
Scrapy-0.22.0/scrapy/contrib/linkextractors/regex.py
Scrapy-0.22.0/scrapy/contrib/linkextractors/sgml.py
Scrapy-0.22.0/scrapy/contrib/loader/__init__.py
Scrapy-0.22.0/scrapy/contrib/loader/common.py
Scrapy-0.22.0/scrapy/contrib/loader/processor.py
Scrapy-0.22.0/scrapy/contrib/logstats.py
Scrapy-0.22.0/scrapy/contrib/memdebug.py
Scrapy-0.22.0/scrapy/contrib/memusage.py
Scrapy-0.22.0/scrapy/contrib/pipeline/__init__.py
Scrapy-0.22.0/scrapy/contrib/pipeline/files.py
Scrapy-0.22.0/scrapy/contrib/pipeline/images.py
Scrapy-0.22.0/scrapy/contrib/pipeline/media.py
Scrapy-0.22.0/scrapy/contrib/spidermiddleware/depth.py
Scrapy-0.22.0/scrapy/contrib/spidermiddleware/httperror.py
Scrapy-0.22.0/scrapy/contrib/spidermiddleware/offsite.py
Scrapy-0.22.0/scrapy/contrib/spidermiddleware/referer.py
Scrapy-0.22.0/scrapy/contrib/spidermiddleware/urllength.py
Scrapy-0.22.0/scrapy/contrib/spiders/__init__.py
Scrapy-0.22.0/scrapy/contrib/spiders/crawl.py
Scrapy-0.22.0/scrapy/contrib/spiders/feed.py
Scrapy-0.22.0/scrapy/contrib/spiders/init.py
Scrapy-0.22.0/scrapy/contrib/spiders/sitemap.py
Scrapy-0.22.0/scrapy/contrib/spiderstate.py
Scrapy-0.22.0/scrapy/contrib/statsmailer.py
Scrapy-0.22.0/scrapy/contrib/throttle.py
Scrapy-0.22.0/scrapy/contrib/webservice/crawler.py
Scrapy-0.22.0/scrapy/contrib/webservice/enginestatus.py
Scrapy-0.22.0/scrapy/contrib/webservice/stats.py
Scrapy-0.22.0/scrapy/contrib_exp/__init__.py
Scrapy-0.22.0/scrapy/contrib_exp/djangoitem.py
Scrapy-0.22.0/scrapy/contrib_exp/downloadermiddleware/decompression.py
Scrapy-0.22.0/scrapy/contrib_exp/iterators.py
Scrapy-0.22.0/scrapy/core/__init__.py
Scrapy-0.22.0/scrapy/core/downloader/__init__.py
Scrapy-0.22.0/scrapy/core/downloader/contextfactory.py
Scrapy-0.22.0/scrapy/core/downloader/handlers/__init__.py
Scrapy-0.22.0/scrapy/core/downloader/handlers/file.py
Scrapy-0.22.0/scrapy/core/downloader/handlers/ftp.py
Scrapy-0.22.0/scrapy/core/downloader/handlers/http.py
Scrapy-0.22.0/scrapy/core/downloader/handlers/http10.py
Scrapy-0.22.0/scrapy/core/downloader/handlers/http11.py
Scrapy-0.22.0/scrapy/core/downloader/handlers/s3.py
Scrapy-0.22.0/scrapy/core/downloader/middleware.py
Scrapy-0.22.0/scrapy/core/downloader/webclient.py
Scrapy-0.22.0/scrapy/core/engine.py
Scrapy-0.22.0/scrapy/core/scheduler.py
Scrapy-0.22.0/scrapy/core/scraper.py
Scrapy-0.22.0/scrapy/core/spidermw.py
Scrapy-0.22.0/scrapy/crawler.py
Scrapy-0.22.0/scrapy/dupefilter.py
Scrapy-0.22.0/scrapy/exceptions.py
Scrapy-0.22.0/scrapy/extension.py
Scrapy-0.22.0/scrapy/http/__init__.py
Scrapy-0.22.0/scrapy/http/common.py
Scrapy-0.22.0/scrapy/http/cookies.py
Scrapy-0.22.0/scrapy/http/headers.py
Scrapy-0.22.0/scrapy/http/request/__init__.py
Scrapy-0.22.0/scrapy/http/request/form.py
Scrapy-0.22.0/scrapy/http/request/rpc.py
Scrapy-0.22.0/scrapy/http/response/__init__.py
Scrapy-0.22.0/scrapy/http/response/html.py
Scrapy-0.22.0/scrapy/http/response/text.py
Scrapy-0.22.0/scrapy/http/response/xml.py
Scrapy-0.22.0/scrapy/interfaces.py
Scrapy-0.22.0/scrapy/item.py
Scrapy-0.22.0/scrapy/link.py
Scrapy-0.22.0/scrapy/linkextractor.py
Scrapy-0.22.0/scrapy/log.py
Scrapy-0.22.0/scrapy/logformatter.py
Scrapy-0.22.0/scrapy/mail.py
Scrapy-0.22.0/scrapy/middleware.py
Scrapy-0.22.0/scrapy/project.py
Scrapy-0.22.0/scrapy/resolver.py
Scrapy-0.22.0/scrapy/responsetypes.py
Scrapy-0.22.0/scrapy/selector/__init__.py
Scrapy-0.22.0/scrapy/selector/csstranslator.py
Scrapy-0.22.0/scrapy/selector/lxmldocument.py
Scrapy-0.22.0/scrapy/selector/lxmlsel.py
Scrapy-0.22.0/scrapy/selector/unified.py
Scrapy-0.22.0/scrapy/settings/__init__.py
Scrapy-0.22.0/scrapy/settings/default_settings.py
Scrapy-0.22.0/scrapy/settings/deprecated.py
Scrapy-0.22.0/scrapy/shell.py
Scrapy-0.22.0/scrapy/signalmanager.py
Scrapy-0.22.0/scrapy/signals.py
Scrapy-0.22.0/scrapy/spider.py
Scrapy-0.22.0/scrapy/spidermanager.py
Scrapy-0.22.0/scrapy/squeue.py
Scrapy-0.22.0/scrapy/stats.py
Scrapy-0.22.0/scrapy/statscol.py
Scrapy-0.22.0/scrapy/telnet.py
Scrapy-0.22.0/scrapy/templates/project/module/spiders/__init__.py
Scrapy-0.22.0/scrapy/tests/__init__.py
Scrapy-0.22.0/scrapy/tests/mocks/dummydbm.py
Scrapy-0.22.0/scrapy/tests/mockserver.py
Scrapy-0.22.0/scrapy/tests/spiders.py
Scrapy-0.22.0/scrapy/tests/test_closespider.py
Scrapy-0.22.0/scrapy/tests/test_cmdline/__init__.py
Scrapy-0.22.0/scrapy/tests/test_cmdline/extensions.py
Scrapy-0.22.0/scrapy/tests/test_cmdline/settings.py
Scrapy-0.22.0/scrapy/tests/test_command_fetch.py
Scrapy-0.22.0/scrapy/tests/test_command_shell.py
Scrapy-0.22.0/scrapy/tests/test_command_version.py
Scrapy-0.22.0/scrapy/tests/test_commands.py
Scrapy-0.22.0/scrapy/tests/test_contracts.py
Scrapy-0.22.0/scrapy/tests/test_contrib_exporter.py
Scrapy-0.22.0/scrapy/tests/test_contrib_feedexport.py
Scrapy-0.22.0/scrapy/tests/test_contrib_linkextractors.py
Scrapy-0.22.0/scrapy/tests/test_contrib_loader.py
Scrapy-0.22.0/scrapy/tests/test_contrib_spiderstate.py
Scrapy-0.22.0/scrapy/tests/test_crawl.py
Scrapy-0.22.0/scrapy/tests/test_dependencies.py
Scrapy-0.22.0/scrapy/tests/test_djangoitem/__init__.py
Scrapy-0.22.0/scrapy/tests/test_djangoitem/models.py
Scrapy-0.22.0/scrapy/tests/test_djangoitem/settings.py
Scrapy-0.22.0/scrapy/tests/test_downloader_handlers.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_ajaxcrawlable.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_cookies.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_decompression.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_defaultheaders.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_downloadtimeout.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_httpauth.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_httpcache.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_httpcompression.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_httpproxy.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_redirect.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_retry.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_robotstxt.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_stats.py
Scrapy-0.22.0/scrapy/tests/test_downloadermiddleware_useragent.py
Scrapy-0.22.0/scrapy/tests/test_dupefilter.py
Scrapy-0.22.0/scrapy/tests/test_engine.py
Scrapy-0.22.0/scrapy/tests/test_http_cookies.py
Scrapy-0.22.0/scrapy/tests/test_http_headers.py
Scrapy-0.22.0/scrapy/tests/test_http_request.py
Scrapy-0.22.0/scrapy/tests/test_http_response.py
Scrapy-0.22.0/scrapy/tests/test_item.py
Scrapy-0.22.0/scrapy/tests/test_link.py
Scrapy-0.22.0/scrapy/tests/test_log.py
Scrapy-0.22.0/scrapy/tests/test_logformatter.py
Scrapy-0.22.0/scrapy/tests/test_mail.py
Scrapy-0.22.0/scrapy/tests/test_middleware.py
Scrapy-0.22.0/scrapy/tests/test_pipeline_files.py
Scrapy-0.22.0/scrapy/tests/test_pipeline_images.py
Scrapy-0.22.0/scrapy/tests/test_pipeline_media.py
Scrapy-0.22.0/scrapy/tests/test_proxy_connect.py
Scrapy-0.22.0/scrapy/tests/test_responsetypes.py
Scrapy-0.22.0/scrapy/tests/test_selector.py
Scrapy-0.22.0/scrapy/tests/test_selector_csstranslator.py
Scrapy-0.22.0/scrapy/tests/test_selector_lxmldocument.py
Scrapy-0.22.0/scrapy/tests/test_settings.py
Scrapy-0.22.0/scrapy/tests/test_spider.py
Scrapy-0.22.0/scrapy/tests/test_spidermanager/__init__.py
Scrapy-0.22.0/scrapy/tests/test_spidermanager/test_spiders/spider0.py
Scrapy-0.22.0/scrapy/tests/test_spidermanager/test_spiders/spider1.py
Scrapy-0.22.0/scrapy/tests/test_spidermanager/test_spiders/spider2.py
Scrapy-0.22.0/scrapy/tests/test_spidermanager/test_spiders/spider3.py
Scrapy-0.22.0/scrapy/tests/test_spidermanager/test_spiders/spider4.py
Scrapy-0.22.0/scrapy/tests/test_spidermiddleware_depth.py
Scrapy-0.22.0/scrapy/tests/test_spidermiddleware_httperror.py
Scrapy-0.22.0/scrapy/tests/test_spidermiddleware_offsite.py
Scrapy-0.22.0/scrapy/tests/test_spidermiddleware_referer.py
Scrapy-0.22.0/scrapy/tests/test_spidermiddleware_urllength.py
Scrapy-0.22.0/scrapy/tests/test_squeue.py
Scrapy-0.22.0/scrapy/tests/test_stats.py
Scrapy-0.22.0/scrapy/tests/test_urlparse_monkeypatches.py
Scrapy-0.22.0/scrapy/tests/test_utils_conf.py
Scrapy-0.22.0/scrapy/tests/test_utils_datatypes.py
Scrapy-0.22.0/scrapy/tests/test_utils_defer.py
Scrapy-0.22.0/scrapy/tests/test_utils_deprecate.py
Scrapy-0.22.0/scrapy/tests/test_utils_gz.py
Scrapy-0.22.0/scrapy/tests/test_utils_http.py
Scrapy-0.22.0/scrapy/tests/test_utils_httpobj.py
Scrapy-0.22.0/scrapy/tests/test_utils_iterators.py
Scrapy-0.22.0/scrapy/tests/test_utils_jsonrpc.py
Scrapy-0.22.0/scrapy/tests/test_utils_misc/__init__.py
Scrapy-0.22.0/scrapy/tests/test_utils_misc/test_walk_modules/mod/mod0.py
Scrapy-0.22.0/scrapy/tests/test_utils_misc/test_walk_modules/mod1.py
Scrapy-0.22.0/scrapy/tests/test_utils_python.py
Scrapy-0.22.0/scrapy/tests/test_utils_reqser.py
Scrapy-0.22.0/scrapy/tests/test_utils_request.py
Scrapy-0.22.0/scrapy/tests/test_utils_response.py
Scrapy-0.22.0/scrapy/tests/test_utils_serialize.py
Scrapy-0.22.0/scrapy/tests/test_utils_signal.py
Scrapy-0.22.0/scrapy/tests/test_utils_sitemap.py
Scrapy-0.22.0/scrapy/tests/test_utils_spider.py
Scrapy-0.22.0/scrapy/tests/test_utils_template.py
Scrapy-0.22.0/scrapy/tests/test_utils_url.py
Scrapy-0.22.0/scrapy/tests/test_webclient.py
Scrapy-0.22.0/scrapy/utils/conf.py
Scrapy-0.22.0/scrapy/utils/console.py
Scrapy-0.22.0/scrapy/utils/datatypes.py
Scrapy-0.22.0/scrapy/utils/decorator.py
Scrapy-0.22.0/scrapy/utils/defer.py
Scrapy-0.22.0/scrapy/utils/deprecate.py
Scrapy-0.22.0/scrapy/utils/display.py
Scrapy-0.22.0/scrapy/utils/engine.py
Scrapy-0.22.0/scrapy/utils/ftp.py
Scrapy-0.22.0/scrapy/utils/gz.py
Scrapy-0.22.0/scrapy/utils/http.py
Scrapy-0.22.0/scrapy/utils/httpobj.py
Scrapy-0.22.0/scrapy/utils/iterators.py
Scrapy-0.22.0/scrapy/utils/job.py
Scrapy-0.22.0/scrapy/utils/jsonrpc.py
Scrapy-0.22.0/scrapy/utils/markup.py
Scrapy-0.22.0/scrapy/utils/misc.py
Scrapy-0.22.0/scrapy/utils/multipart.py
Scrapy-0.22.0/scrapy/utils/ossignal.py
Scrapy-0.22.0/scrapy/utils/project.py
Scrapy-0.22.0/scrapy/utils/python.py
Scrapy-0.22.0/scrapy/utils/reactor.py
Scrapy-0.22.0/scrapy/utils/reqser.py
Scrapy-0.22.0/scrapy/utils/request.py
Scrapy-0.22.0/scrapy/utils/response.py
Scrapy-0.22.0/scrapy/utils/serialize.py
Scrapy-0.22.0/scrapy/utils/signal.py
Scrapy-0.22.0/scrapy/utils/sitemap.py
Scrapy-0.22.0/scrapy/utils/spider.py
Scrapy-0.22.0/scrapy/utils/template.py
Scrapy-0.22.0/scrapy/utils/test.py
Scrapy-0.22.0/scrapy/utils/testproc.py
Scrapy-0.22.0/scrapy/utils/testsite.py
Scrapy-0.22.0/scrapy/utils/trackref.py
Scrapy-0.22.0/scrapy/utils/txweb.py
Scrapy-0.22.0/scrapy/utils/url.py
Scrapy-0.22.0/scrapy/webservice.py
Scrapy-0.22.0/scrapy/xlib/__init__.py
Scrapy-0.22.0/scrapy/xlib/lsprofcalltree.py
Scrapy-0.22.0/scrapy/xlib/pydispatch/__init__.py
Scrapy-0.22.0/scrapy/xlib/pydispatch/dispatcher.py
Scrapy-0.22.0/scrapy/xlib/pydispatch/errors.py
Scrapy-0.22.0/scrapy/xlib/pydispatch/robust.py
Scrapy-0.22.0/scrapy/xlib/pydispatch/robustapply.py
Scrapy-0.22.0/scrapy/xlib/pydispatch/saferef.py
Scrapy-0.22.0/scrapy/xlib/tx/__init__.py
Scrapy-0.22.0/scrapy/xlib/tx/_newclient.py
Scrapy-0.22.0/scrapy/xlib/tx/client.py
Scrapy-0.22.0/scrapy/xlib/tx/endpoints.py
Scrapy-0.22.0/scrapy/xlib/tx/interfaces.py
Scrapy-0.22.0/scrapy/xlib/tx/iweb.py
Scrapy-0.22.0/scrapy/xlib/urlparse_monkeypatches.py
Scrapy-0.22.0/setup.py

[x]: License file installed when any subpackage combination is installed.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 3 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package do not use a name that already exist
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Python:
[x]: Python eggs must not download any dependencies during the build process.
[x]: A package which is used by another package via an egg interface should
     provide egg info.
[x]: Package meets the Packaging Guidelines::Python
[x]: Package contains BR: python2-devel or python3-devel
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[x]: If the source package does not include license text(s) as a separate file
     from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in python-
     scrapy-doc
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: Dist tag is present (not strictly required in GL).
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).


Rpmlint
-------
Checking: python-scrapy-0.22.0-1.fc21.noarch.rpm
          python-scrapy-doc-0.22.0-1.fc21.noarch.rpm
          python-scrapy-0.22.0-1.fc21.src.rpm
python-scrapy.noarch: E: explicit-lib-dependency python-queuelib
python-scrapy.noarch: E: explicit-lib-dependency python-w3lib
python-scrapy.noarch: W: no-manual-page-for-binary scrapy
3 packages and 0 specfiles checked; 2 errors, 1 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint python-scrapy python-scrapy-doc
python-scrapy.noarch: E: explicit-lib-dependency python-queuelib
python-scrapy.noarch: E: explicit-lib-dependency python-w3lib
python-scrapy.noarch: W: no-manual-page-for-binary scrapy
2 packages and 0 specfiles checked; 2 errors, 1 warnings.
# echo 'rpmlint-done:'



Requires
--------
python-scrapy (rpmlib, GLIBC filtered):
    /usr/bin/python2
    pyOpenSSL
    python(abi)
    python-cssselect
    python-lxml
    python-queuelib
    python-twisted
    python-w3lib
    python-zope-interface

python-scrapy-doc (rpmlib, GLIBC filtered):



Provides
--------
python-scrapy:
    python-scrapy

python-scrapy-doc:
    python-scrapy-doc



Source checksums
----------------
https://pypi.python.org/packages/source/S/Scrapy/Scrapy-0.22.0.tar.gz :
  CHECKSUM(SHA256) this package     : 419d27e3333b53f0d19aa18bb6d00f60d05eca0667a532bee00f3f812d327e48
  CHECKSUM(SHA256) upstream package : 419d27e3333b53f0d19aa18bb6d00f60d05eca0667a532bee00f3f812d327e48


Generated by fedora-review 0.5.1 (bb9bf27) last change: 2013-12-13
Command line :/usr/bin/fedora-review -rvn python-scrapy-0.22.0-1.fc19.src.rpm
Buildroot used: fedora-rawhide-i386
Active plugins: Generic, Python, Shell-api
Disabled plugins: Java, C/C++, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby
Disabled flags: BATCH, EPEL5, EXARCH, DISTTAG

----------------------------
1. Notify upstream about the license header issue, seems that they never add header to any file.

2. This package supports python3 as well, see their tox configuration(you ca try building it)

3. This package supports 2.7 only, so please request an EPEL7 branch. I'm not sure if you still want to package it to EPEL6 with older version.

But anyway,

PACKAGE APPROVED.

Comment 4 Eduardo Echeverria 2014-01-20 21:13:54 UTC
thanks for the review @cicku.

New Package SCM Request
=======================
Package Name: python-scrapy  
Short Description: A high-level Python Screen Scraping framework
Owners: echevemaster
Branches: F20
InitialCC:

Comment 5 Gwyn Ciesla 2014-01-21 14:11:07 UTC
Git done (by process-git-requests).

Comment 6 Fedora Update System 2014-03-25 07:28:59 UTC
python-scrapy-0.22.0-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-scrapy-0.22.0-1.fc20

Comment 7 Fedora Update System 2014-03-26 05:28:42 UTC
python-scrapy-0.22.0-1.fc20 has been pushed to the Fedora 20 testing repository.

Comment 8 Christopher Meng 2014-06-10 03:06:52 UTC
ping for latest version and stable push.

Comment 9 Fedora Update System 2014-06-18 22:22:48 UTC
python-scrapy-0.22.0-1.fc20 has been pushed to the Fedora 20 stable repository.


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