forked from pool/python-ssdeep
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ssdeep?expand=0&rev=17
63 lines
2.1 KiB
Plaintext
63 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 4 07:18:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to autosetup and pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 11 13:09:00 UTC 2022 - pgajdos@suse.com
|
|
|
|
- silent rpmlint
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 11 12:41:42 UTC 2022 - pgajdos@suse.com
|
|
|
|
- version update to 3.4.1
|
|
* Add internal build improvements
|
|
* Update CI pipelines
|
|
- do not require python-six
|
|
- added patches
|
|
fix https://github.com/DinoTools/python-ssdeep/commit/6cf96d63e9512fa14b6557d0d8afaa5128e0e853
|
|
+ python-ssdeep-no-six.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 7 19:29:56 UTC 2021 - pgajdos@suse.com
|
|
|
|
- do not require pytest-runner for build, it is not needed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 10:50:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add missing six dependency declaration
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 13 12:25:28 UTC 2021 - pgajdos@suse.com
|
|
|
|
- use %pytest_arch macro
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 3 10:56:35 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
|
|
|
- Disable Python 2 build because build dependencies do not resolve.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 09:16:34 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Do not generate docu, fails with new sphinx and till now used
|
|
py2 version for that
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- initial package for version 3.3
|