17
0

Accepting request 926579 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to version 0.5.0
* Easier ways to use `MockCommand` to customise mocked commands,
  including `python=` to specify extra code to run,
  `.MockCommand.fixed_output`, and `.MockCommand.assert_called`.
* Command mocking will use `os.defpath` as the initial PATH if the
  PATH environment variable is not set.
- Drop Python 2 build

OBS-URL: https://build.opensuse.org/request/show/926579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-testpath?expand=0&rev=10
This commit is contained in:
2021-10-20 16:26:00 +00:00
committed by Git OBS Bridge
parent 19049ce97b
commit e46c6c837a
4 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 20 16:23:05 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 0.5.0
* Easier ways to use `MockCommand` to customise mocked commands,
including `python=` to specify extra code to run,
`.MockCommand.fixed_output`, and `.MockCommand.assert_called`.
* Command mocking will use `os.defpath` as the initial PATH if the
PATH environment variable is not set.
- Drop Python 2 build
-------------------------------------------------------------------
Tue Nov 12 16:33:53 UTC 2019 - Todd R <toddrme2178@gmail.com>