14
0
forked from pool/python-pyperf
Commit Graph

3 Commits

Author SHA256 Message Date
Tomáš Chvátal
c00feb8435 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
2020-03-20 12:58:20 +00:00
Tomáš Chvátal
0d42012e1b - Add patches to work with py3.8:
* python-retcode.patch
 * python38.patch

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=3
2020-03-09 10:44:29 +00:00
Tomáš Chvátal
ab16bf4d5d Accepting request 737938 from home:jayvdb:pg8000
skipped a test failing on arm/ppc/etc
also needed by perfmetrics

OBS-URL: https://build.opensuse.org/request/show/737938
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=1
2019-10-14 06:56:39 +00:00