14
0

Accepting request 648402 from home:kbabioch:branches:devel:languages:python

- Update to version 3.5.2 
  * This is mostly a bug-fix release.
  * added support for pause/resume of patching the file system modules
  * allow to set current group ID, set current user ID and group ID as `st_uid`
    and `st_gid` in new files
  * fixed using `modules_to_patch` (regression)
  * fixed recursion error on unpickling the fake file system
  * allow trailing path in `add_real_directory`

OBS-URL: https://build.opensuse.org/request/show/648402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=7
This commit is contained in:
Karol Babioch
2018-11-12 09:11:29 +00:00
committed by Git OBS Bridge
parent bedee0f129
commit f77f6262ac
4 changed files with 16 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyfakefs
Version: 3.5
Version: 3.5.2
Release: 0
Summary: Fake file system that mocks the Python file system modules
License: Apache-2.0