Package Release Info

python-pyperf-2.0.0-bp153.1.14

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-pyperf

Change Logs

Version: 2.0.0-bp152.1.5
* Fri Mar 20 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to version 2.0.0
  * Drop Python 2 support. Use pyperf 1.7.1 if you still need Python 2.7
    support.
  * Remove ``python_unicode`` metadata.
  * pyperf.perf_counter() is now deprecated: use time.perf_counter() directly.
  * Support Python 3.8: ``time.clock()`` no longer exists.
- Drop no longer needed patches python-retcode.patch and python38.patch
* Mon Mar 09 2020 Tomá? Chvátal <tchvatal@suse.com>
- Add patches to work with py3.8:
  * python-retcode.patch
  * python38.patch
* Mon Mar 09 2020 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.7.0:
  * metadata: add ``python_compiler``
  * Windows: inherit ``SystemDrive`` environment variable by default.
  * Fix tests on ARM and PPC: cpu_model_name metadata is no longer required
    on Linux.
  * tests: Do not allow test suite to execute without unittest2 on Python2,
    otherwise man failures occur due to missing 'assertRegex'.
  * doc: Update old/dead links.
  * Travis CI: drop Python 3.4 support.
* Sat Oct 12 2019 John Vandenberg <jayvdb@gmail.com>
- Fixed execution of test suite, skipping test_collect_metadata
- Fixed Python 2 runtime dependencies and recommends psutil
* Thu Sep 12 2019 John Vandenberg <jayvdb@gmail.com>
- Initial spec for v1.6.1