[ol7_developer_EPEL] python-summershum-0.1.5-2.el7.noarch

Name:python-summershum
Version:0.1.5
Release:2.el7
Architecture:noarch
Group:Development/Libraries
Size:49808
License:GPLv2+
RPM: python-summershum-0.1.5-2.el7.noarch.rpm
Source RPM: python-summershum-0.1.5-2.el7.src.rpm
Build Date:Sun Nov 05 2017
Build Host:x86-ol7-builder-02.us.oracle.com
Vendor:Oracle America
URL:http://pypi.python.org/pypi/summershum
Summary:A fedmsg consumer that extracts and stores hashes of source files
Description:
A fedmsg consumer that extracts and stores hashes of source files.

summershum is composed of two components:

- A fedmsg consumer plugin that listens for
  ``org.fedoraproject.prod.git.lookaside.new`` messages.  Whenever a
  contributor uploads a new source tarball to the lookaside cache,
  summershum will download that tarball, unpack it, and calculate the
  sha1 sum of every file in the tarball.  Those hashes are then stored in
  a database to be queried later.
- A cli tool ``summershum-cli`` that queries datagrepper for the fedmsg
  history.  It then crawls through old lookaside messages to fill in data where
  it was missed.

With the summershum database, we can then make some interesting queries
in short time:

- how many files have this hash sum in all of fedora?  and for which
  packages ?
- we can easily find what is bundling what and generate a programatic list
- we could check the db in taskotron tests
- we could check to see how many packages include the full GPL license
- how many packages have that license but with the old FSF address

Related Packages (Show Changelog) (Show Filelist)