diff --git a/python-ssdeep-3.3.tar.gz b/python-ssdeep-3.3.tar.gz deleted file mode 100644 index 16f2cf0..0000000 --- a/python-ssdeep-3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31bd3c20a9c066f5cd89fa90073320ea43c08c09fb995e4284c6bcf055704e89 -size 108076 diff --git a/python-ssdeep-3.4.tar.gz b/python-ssdeep-3.4.tar.gz new file mode 100644 index 0000000..5a83f12 --- /dev/null +++ b/python-ssdeep-3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1924ca700aedd6563b9939cac6519d5aa24c4c3c24e09a748b31c09955b09ad4 +size 107465 diff --git a/python-ssdeep.changes b/python-ssdeep.changes index bdadb30..10d7e04 100644 --- a/python-ssdeep.changes +++ b/python-ssdeep.changes @@ -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 diff --git a/python-ssdeep.spec b/python-ssdeep.spec index 09d83d7..c8407db 100644 --- a/python-ssdeep.spec +++ b/python-ssdeep.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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-%{**}} Name: python-ssdeep -Version: 3.3 +Version: 3.4 Release: 0 -License: LGPL-3.0+ Summary: Python wrapper for the ssdeep library -Url: http://github.com/DinoTools/python-ssdeep +License: LGPL-3.0-or-later 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://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 setuptools} -BuildRequires: %{python_module cffi >= 0.8.6} +BuildRequires: fdupes +BuildRequires: libfuzzy-devel +BuildRequires: python-rpm-macros +Requires: python-cffi +Requires: ssdeep # SECTION tests BuildRequires: %{python_module pytest-runner} # /SECTION # SECTION docs -BuildRequires: python-sphinx BuildRequires: python-mock +BuildRequires: python-sphinx # /SECTION -BuildRequires: libfuzzy-devel -BuildRequires: fdupes -Requires: ssdeep - %python_subpackages %description @@ -53,7 +54,7 @@ content and length. %build %python_build pushd docs -make html +%make_build html rm build/html/.buildinfo popd