17
0

Accepting request 638877 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/638877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-testpath?expand=0&rev=5
This commit is contained in:
2018-10-01 06:18:33 +00:00
committed by Git OBS Bridge
parent c30a68c62d
commit 6a5e2543c5
4 changed files with 29 additions and 7 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Sep 28 02:33:42 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to version 0.4.1:
* Don't error if we can't clean up command directory
* Comment test requirement; bug in flit prevents upload with it
- Update to version 0.4.0:
* Convert dev-requires to 'test' extra requirements
* Add doc URL
* Convert flit.ini to pyproject.toml
* Fix bitness selection for Windows exe
* Group related operations together
* Ignore pytest cache dir
* Separate command dir for each MockCommand
* Remove python_requires
* Remove x.y classifiers
* Add support for Python 3.5-3.6
* Drop support for EOL Python 3.3
* correct spelling mistake
* Document new assertion functions
* Add support for named pipes and sockets
-------------------------------------------------------------------
Thu Jan 18 17:16:06 UTC 2018 - toddrme2178@gmail.com