File python-python-afl.changes of Package python-python-afl
-------------------------------------------------------------------
Tue Oct 26 03:31:21 UTC 2021 - Steve Kowalik <[email protected]>
- Add remove-nose.patch:
* Stop using nose methods, using bare asserts instead.
-------------------------------------------------------------------
Tue Jun 1 11:08:33 UTC 2021 - [email protected]
- %check: use %pytest_arch rpm macro
-------------------------------------------------------------------
Wed Oct 7 19:44:11 UTC 2020 - Sebastian Wagner <[email protected]>
- update to version 0.7.3:
* Improve the build system:
+ Declare build-dependencies (as per PEP-518).
* Improve the test suite.
-------------------------------------------------------------------
Wed May 20 07:26:46 UTC 2020 - Petr Gajdos <[email protected]>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Sat Mar 16 12:55:38 UTC 2019 - Sebastian Wagner <[email protected]>
- update to version 0.7.2:
* Document that multi-threaded code is not supported.
* Update URLs in the trophy-case.
- update Use-setuptools-and-use-test-command-for-setup.patch
-------------------------------------------------------------------
Sat Jul 7 08:50:22 UTC 2018 - [email protected]
- update Use-setuptools-and-use-test-command-for-setup.patch
- update to version 0.7.1:
* Reset the SIGCHLD signal handler in the forkserver.
Thanks to Kuang-che Wu for the bug report.
* Document that sys.stdin rewinding is necessary in persistent mode.
* Improve the test suite.
+ Improve error messages for missing command-line tools.
* Explicitly set Cython's Python language level to 2.
This might fix build failures with future versions of Cython.
-------------------------------------------------------------------
Sun May 6 08:36:28 UTC 2018 - [email protected]
- update to version 0.7:
* Fix stability issues in persistent mode.
* Capitalize “American Fuzzy Lop” in documentation.
* Speed up integer division and modulo operators.
* Improve the build system:
+ Declare build-dependencies (as per PEP-518).
+ Add the bdist_wheel command.
* Improve the test suite.
+ Print helpful error message when the required command-line tools are
missing.
+ Fix stability of the persistent target.
+ Rewind stdin in the persistent target.
Thanks to Alex Groce for the bug report.
* Improve documentation:
+ Add another “Further reading” link to README.
+ Update PyPI URLs.
* Add the PYTHON_AFL_TSTL environment variable.
-------------------------------------------------------------------
Fri Sep 22 19:38:17 UTC 2017 - [email protected]
- initial package for version 0.6.1
- add Use-setuptools-and-use-test-command-for-setup.patch to allow installation and test with setuptools