AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add remove-nose.patch: * Stop using nose methods, using bare asserts instead.
- %check: use %pytest_arch rpm macro
- update to version 0.7.3: * Improve the build system: + Declare build-dependencies (as per PEP-518). * Improve the test suite.
- %python3_only -> %python_alternative
- 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
- 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.
- 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.
- initial package for version 0.6.1 - add Use-setuptools-and-use-test-command-for-setup.patch to allow installation and test with setuptools