14
0
forked from pool/python-pyperf

Accepting request 786877 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/786877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-03-20 12:58:20 +00:00
committed by Git OBS Bridge
parent 0d42012e1b
commit c00feb8435
6 changed files with 16 additions and 45 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 20 12:42:05 UTC 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 9 10:35:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>