14
0
forked from pool/python-ssdeep

Accepting request 785934 from home:pgajdos:python

- version update to 3.4
  * Update documentation
  * Replace Jenkins and Travis CI with Drone CI
  * Add new copy() function to Hash() and PseudoHash() class
  * Add new attributes to Hash() and PseudoHash() class
    * name
    * block_size

OBS-URL: https://build.opensuse.org/request/show/785934
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ssdeep?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-17 13:51:32 +00:00
committed by Git OBS Bridge
parent ab03028e87
commit 7532d6f359
4 changed files with 28 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31bd3c20a9c066f5cd89fa90073320ea43c08c09fb995e4284c6bcf055704e89
size 108076

3
python-ssdeep-3.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1924ca700aedd6563b9939cac6519d5aa24c4c3c24e09a748b31c09955b09ad4
size 107465

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 17 13:01:23 UTC 2020 - pgajdos@suse.com
- version update to 3.4
* Update documentation
* Replace Jenkins and Travis CI with Drone CI
* Add new copy() function to Hash() and PseudoHash() class
* Add new attributes to Hash() and PseudoHash() class
* name
* block_size
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 2 13:38:48 UTC 2018 - sebix+novell.com@sebix.at Thu Aug 2 13:38:48 UTC 2018 - sebix+novell.com@sebix.at

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-ssdeep # spec file for package python-ssdeep
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,34 +12,35 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ssdeep Name: python-ssdeep
Version: 3.3 Version: 3.4
Release: 0 Release: 0
License: LGPL-3.0+
Summary: Python wrapper for the ssdeep library Summary: Python wrapper for the ssdeep library
Url: http://github.com/DinoTools/python-ssdeep License: LGPL-3.0-or-later
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/DinoTools/python-ssdeep
#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://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 Source: https://github.com/DinoTools/python-ssdeep/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: python-rpm-macros BuildRequires: %{python_module cffi >= 0.8.6}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module cffi >= 0.8.6} BuildRequires: fdupes
BuildRequires: libfuzzy-devel
BuildRequires: python-rpm-macros
Requires: python-cffi
Requires: ssdeep
# SECTION tests # SECTION tests
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest-runner}
# /SECTION # /SECTION
# SECTION docs # SECTION docs
BuildRequires: python-sphinx
BuildRequires: python-mock BuildRequires: python-mock
BuildRequires: python-sphinx
# /SECTION # /SECTION
BuildRequires: libfuzzy-devel
BuildRequires: fdupes
Requires: ssdeep
%python_subpackages %python_subpackages
%description %description
@@ -53,7 +54,7 @@ content and length.
%build %build
%python_build %python_build
pushd docs pushd docs
make html %make_build html
rm build/html/.buildinfo rm build/html/.buildinfo
popd popd