Daniel Garcia
68d9faaf48
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-virtualenv?expand=0&rev=17
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 4 11:47:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove not needed python-setuptools-git
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
* Modernised package.
|
|
* Added delete_workspace parameter to VirtualEnv.
|
|
* Removed extras_require.
|
|
- Switch to pyproject macros.
|
|
- No more greedy globs in %files.
|
|
- Removed patches, included upstream:
|
|
* remove_mock.patch
|
|
- Refreshed remove_virtualenv.patch
|
|
- Do not test with Python 3.12 and above due to an upstream bug.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 10 09:44:58 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 15 07:23:10 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Inject multibuild to break up a build loop.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 13 21:55:46 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- We don't need to break Python 2.7
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 11 22:44:02 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add remove_mock.patch to remove dependency on the external mock
|
|
package (gh#man-group/pytest-plugins#168). Also add
|
|
remove_virtualenv.patch to remove dependency on external
|
|
virtualenv package.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 3 08:53:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.7.0:
|
|
* Support pytest 4
|
|
* Support python 3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 13 09:13:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, needed by pytest-runner
|