11
0
forked from pool/python-py

- Update to 1.8.1:

- Handle ``FileNotFoundError`` when trying to import pathlib in
    ``path.common`` on Python 3.4 (#207).
  - ``py.path.local.samefile`` now works correctly in Python 3 on
    Windows when dealing with symlinks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2020-01-06 12:57:39 +00:00
committed by Git OBS Bridge
parent 044a6ef27a
commit 5607d11cbe
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 6 12:53:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.8.1:
- Handle ``FileNotFoundError`` when trying to import pathlib in
``path.common`` on Python 3.4 (#207).
- ``py.path.local.samefile`` now works correctly in Python 3 on
Windows when dealing with symlinks.
-------------------------------------------------------------------
Wed Jun 19 10:08:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>