diff --git a/python-pyfakefs-3.5.2.tar.gz b/python-pyfakefs-3.5.2.tar.gz deleted file mode 100644 index 2a401e2..0000000 --- a/python-pyfakefs-3.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8796f09a59a4d038ede40c7b3ba4d285f9dfdc8f993f6cb38e0a810b60d8114e -size 166325 diff --git a/python-pyfakefs-3.5.3.tar.gz b/python-pyfakefs-3.5.3.tar.gz new file mode 100644 index 0000000..a500047 --- /dev/null +++ b/python-pyfakefs-3.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d1d9633f07c949b304d55edec95d30c2030342375c276b83dd26a9b2e9400ee +size 167207 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 57d2f22..e9ce7a1 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 22 19:40:46 UTC 2018 - Karol Babioch + +- 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 + ------------------------------------------------------------------- Mon Nov 12 09:07:49 UTC 2018 - Karol Babioch diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index c0054e4..166f1b0 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -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