14
0
forked from pool/python-pyperf

- 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
This commit is contained in:
Tomáš Chvátal
2020-03-09 10:44:29 +00:00
committed by Git OBS Bridge
parent eef4b1dded
commit 0d42012e1b
6 changed files with 67 additions and 17 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Mar 9 10:35:44 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Add patches to work with py3.8:
* python-retcode.patch
* python38.patch
-------------------------------------------------------------------
Mon Mar 9 09:21:24 UTC 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 16:36:04 UTC 2019 - John Vandenberg <jayvdb@gmail.com>