File python-PeachPy.changes of Package python-PeachPy
-------------------------------------------------------------------
Wed Aug 28 04:45:00 UTC 2024 - Guang Yee <gyee@suse.com>
- Enable sle15_python_module_pythons.
-------------------------------------------------------------------
Mon Mar 27 15:12:19 UTC 2023 - hpj@urpla.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 10:26:45 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
- Fix the version to match reality as it is git repo snapshot
-------------------------------------------------------------------
Wed Dec 11 13:54:19 UTC 2019 - Christian Goll <cgoll@suse.com>
- removed i586 builds as the instructions are x86_64 specific
-------------------------------------------------------------------
Tue Nov 5 10:08:27 UTC 2019 - Christian Goll <cgoll@suse.com>
- updated to actual master from github, as setup.py was fixed upstream
* removed removed-enum-for-new-pythons.patch
-------------------------------------------------------------------
Wed Sep 4 09:14:50 UTC 2019 - Christian Goll <cgoll@suse.com>
- 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