Hello community,

here is the log from the commit of package python-ssdeep for openSUSE:Factory 
checked in at 2018-08-24 17:01:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ssdeep (Old)
 and      /work/SRC/openSUSE:Factory/.python-ssdeep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ssdeep"

Fri Aug 24 17:01:22 2018 rev:1 rq:628362 version:3.3

Changes:
--------
New Changes file:

--- /dev/null   2018-08-15 23:51:58.373630633 +0200
+++ /work/SRC/openSUSE:Factory/.python-ssdeep.new/python-ssdeep.changes 
2018-08-24 17:01:30.501886719 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Aug  2 13:38:48 UTC 2018 - [email protected]
+
+- initial package for version 3.3

New:
----
  python-ssdeep-3.3.tar.gz
  python-ssdeep.changes
  python-ssdeep.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ssdeep.spec ++++++
#
# spec file for package python-ssdeep
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-ssdeep
Version:        3.3
Release:        0
License:        LGPL-3.0+
Summary:        Python wrapper for the ssdeep library
Url:            http://github.com/DinoTools/python-ssdeep
Group:          Development/Languages/Python
#Source:         
https://files.pythonhosted.org/packages/source/s/ssdeep/ssdeep-%%{version}.tar.gz
 # no docs here, see https://github.com/DinoTools/python-ssdeep/issues/37
Source:         
https://github.com/DinoTools/python-ssdeep/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module cffi >= 0.8.6}
# SECTION tests
BuildRequires:  %{python_module pytest-runner}
# /SECTION
# SECTION docs
BuildRequires:  python-sphinx
BuildRequires:  python-mock
# /SECTION
BuildRequires:  libfuzzy-devel
BuildRequires:  fdupes
Requires:       ssdeep

%python_subpackages

%description
A Python wrapper for ssdeep, which is a library for computing context triggered 
piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that 
have homologies. Such inputs
have sequences of identical bytes in the same order, although bytes in between 
these sequences may be different in both
content and length.

%prep
%setup -q -n python-ssdeep-%{version}

%build
%python_build
pushd docs
make html
rm build/html/.buildinfo
popd

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}

%check
%python_exec setup.py test

%files %{python_files}
%{python_sitearch}/*
%doc README.rst CHANGELOG.rst docs/build/html/
%license LICENSE

%changelog

Reply via email to