14
0

- Update to 3.6:

* fixed incorrect argument names for some os functions
  * fake DirEntry now implements os.PathLike in Python >= 3.6 (see #483)
  * fixed incorrect argument name for os.makedirs (see #481)
  * avoid pytest warning under Python 2.7 (see #466)
  * add next to FakeFileWrapper (see #485)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2019-10-07 08:56:22 +00:00
committed by Git OBS Bridge
parent 803d2fdf4d
commit 1613009ca8
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Oct 7 08:49:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.6:
* fixed incorrect argument names for some os functions
* fake DirEntry now implements os.PathLike in Python >= 3.6 (see #483)
* fixed incorrect argument name for os.makedirs (see #481)
* avoid pytest warning under Python 2.7 (see #466)
* add next to FakeFileWrapper (see #485)
-------------------------------------------------------------------
Fri Mar 22 14:28:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>