14
0

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

- Update to version 3.5.3
  * automatically patch file system methods imported as another name like from
    os.path import exists as my_exists, including builtin open and io.open
  * make tests for access time less strict to account for file systems that do
    not change it immediately

OBS-URL: https://build.opensuse.org/request/show/651219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=8
This commit is contained in:
Karol Babioch
2018-11-22 19:47:40 +00:00
committed by Git OBS Bridge
parent f77f6262ac
commit 450e240f4b
4 changed files with 13 additions and 4 deletions

View File

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