File python-binaryornot.changes of Package python-binaryornot
-------------------------------------------------------------------
Fri Apr 3 14:57:51 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* **Three-Layer Detection:**
- Extension check: Recognizes 131 file types by name for
instant classification.
- File signatures: Checks headers against known magic-byte
signatures.
- Content analysis: Uses a trained decision tree for
statistical classification.
* **Zero Dependencies:** The library no longer requires `chardet`.
* **License:** Changed from BSD-3-Clause to MIT.
* **Requirements:** Now requires Python 3.10 or higher.
* **Packaging:** Switched to hatchling and PEP 621.
- drop remove_hypothesis_tests.patch (obsolete)
-------------------------------------------------------------------
Wed Feb 28 06:02:26 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Wed May 10 08:51:01 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- add sle15_python_module_pythons
-------------------------------------------------------------------
Tue Dec 4 12:46:07 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Aug 10 11:55:44 UTC 2018 - mcepl@suse.com
- Remove unnecessary dependency on unittest2
-------------------------------------------------------------------
Wed Feb 28 10:49:07 UTC 2018 - sebix+novell.com@sebix.at
- add remove_hypothesis_tests.patch to remove hypothesis-based tests and fix tests in build environment
-------------------------------------------------------------------
Mon Sep 11 18:43:53 UTC 2017 - toddrme2178@gmail.com
- Initial version