Changelog for
python312-PeachPy-0.2.0~pre.20221113T090827.349e8f8-3.2.x86_64.rpm :
* Mon Mar 27 2023 hpjAATTurpla.net- Update to version 0.2.0~pre.20221113T090827.349e8f8:
* Import setuptools before distutils
* AppVeyor: Python 2.7, 3.6, 3.8, 3.10 (#130)
* Fix typos discovered by codespell
* Use print() function in both Python 2 and Python 3
* Make the build reproducible
* Update setup.py
* Adds RDSEED starting from Broadwell
* Fix rip register usage in AT&T assembly (#112)
* Support simple syntax for RIP-relative CALL (#107)
* Allow asm printing for CALL(RIPRelativeOffset(3)) (#105)- pytest is used for testing now, remove rednose dependency- Disable dysfunctional arm tests- Changed service to spell out timestamp in human readable form and to create a changelog entry on updates- Removed outdated automated-convertion-form-2to3.patch
* Thu Apr 23 2020 Tomáš Chvátal
- Fix build without python2- Fix the version to match reality as it is git repo snapshot
* Wed Dec 11 2019 Christian Goll - removed i586 builds as the instructions are x86_64 specific
* Tue Nov 05 2019 Christian Goll - updated to actual master from github, as setup.py was fixed upstream
* removed removed-enum-for-new-pythons.patch
* Wed Sep 04 2019 Christian Goll - initial release of PeachPy
* added removed-enum-for-new-pythons.patch to fix wrong requirement for enum in setup.py
* added automated-convertion-form-2to3.patch, to cover the nosetets also for python3