Package Release Info

python-python-afl-0.7.2-bp153.1.12

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-python-afl
python3-python-afl

Change Logs

Version: 0.7.2-bp152.2.1
* Wed May 20 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Sat Mar 16 2019 Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 07 2018 sebix+novell.com@sebix.at
- 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 06 2018 sebix+novell.com@sebix.at
- 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.
Version: 0.6.1-bp150.2.4
* Fri Sep 22 2017 sebix+novell.com@sebix.at
- initial package for version 0.6.1
- add Use-setuptools-and-use-test-command-for-setup.patch to allow installation and test with setuptools