forked from pool/python-pytest-randomly
- Downgrade Faker dependency to Recommends - Add Suggests for numpy - Add tests-restore-python2.7.patch to re-add support for Python 2.7 - Use PYTHONDONTWRITEBYTECODE=true to fix file-contains-buildroot on Leap 42.3 - Update to v2.1.1 * Fix including tests in sdist after re-arrangement in 2.1.0 - from v2.1.0 * Add the option --randomly-seed=last to reuse the last used value for the seed - from v2.0.0 * Drop Python 2 support, only Python 3.4+ is supported now - Make sure we execute tests - Initial version for v1.2.3 OBS-URL: https://build.opensuse.org/request/show/688847 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-randomly?expand=0&rev=5
26 lines
938 B
Plaintext
26 lines
938 B
Plaintext
-------------------------------------------------------------------
|
|
Tue Mar 26 10:08:08 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Downgrade Faker dependency to Recommends
|
|
- Add Suggests for numpy
|
|
- Add tests-restore-python2.7.patch to re-add support for Python 2.7
|
|
- Use PYTHONDONTWRITEBYTECODE=true to fix file-contains-buildroot
|
|
on Leap 42.3
|
|
- Update to v2.1.1
|
|
* Fix including tests in sdist after re-arrangement in 2.1.0
|
|
- from v2.1.0
|
|
* Add the option --randomly-seed=last to reuse the last used value
|
|
for the seed
|
|
- from v2.0.0
|
|
* Drop Python 2 support, only Python 3.4+ is supported now
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 15:24:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Make sure we execute tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 21 03:52:33 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Initial version for v1.2.3
|