forked from pool/python-pytest-git
* Drop support for Python 2 and <3.6, removing compatibility code. * Use stdlib unittest.mock instead of mock package. * Removed usage of path.py and path in favour of pathlib. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-git?expand=0&rev=7
24 lines
888 B
Plaintext
24 lines
888 B
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.8.0:
|
|
* Drop support for Python 2 and <3.6, removing compatibility code.
|
|
* Use stdlib unittest.mock instead of mock package.
|
|
* Removed usage of path.py and path in favour of pathlib.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 7 15:56:27 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Disable python2 subpackage due to dependencies dropping python2.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 3 09:17:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.7.0:
|
|
* Support for pytest 4
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 01:34:25 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.6.0
|