AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Add dependency on the full python (which is not pulled by setuptools anymore). Use %{pythons} macro now.
- Upgrade to 0.3.12: * Refactor classes to functions * Ignore Selenium * Move to pytest * Conditionally patch time.clock (removed in 3.8) * Patch time.time_ns added in Python 3.7
- Do not require python2 module for building python3 module
- Update to 0.3.11: * Performance improvements * Fix nesting time.time * Add nanosecond property - Remove nose dependency by adding denose.patch - Remove _u_p37_tests.patch, which is superseeded by new release.
- Remove superfluous devel dependency for noarch package
- Add remove_dependency_on_mock.patch which removes dependency on python-mock for Python 3, where it is not required.
- update to 0.3.10 - add _u_p37_tests.patch * Performance improvements * Coroutine support
- Drop python-sure BuildRequires. Add python-mock BuildRequires.