forked from pool/python-pyfakefs
- 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:
committed by
Git OBS Bridge
parent
803d2fdf4d
commit
1613009ca8
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user