From f77f6262acb0f8001dda3cdfe45c4eba7ccb6c4770bc90b6a83b1a6b6e16a6f8 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Mon, 12 Nov 2018 09:11:29 +0000 Subject: [PATCH] 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 --- python-pyfakefs-3.5.2.tar.gz | 3 +++ python-pyfakefs-3.5.tar.gz | 3 --- python-pyfakefs.changes | 12 ++++++++++++ python-pyfakefs.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 python-pyfakefs-3.5.2.tar.gz delete mode 100644 python-pyfakefs-3.5.tar.gz diff --git a/python-pyfakefs-3.5.2.tar.gz b/python-pyfakefs-3.5.2.tar.gz new file mode 100644 index 0000000..2a401e2 --- /dev/null +++ b/python-pyfakefs-3.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8796f09a59a4d038ede40c7b3ba4d285f9dfdc8f993f6cb38e0a810b60d8114e +size 166325 diff --git a/python-pyfakefs-3.5.tar.gz b/python-pyfakefs-3.5.tar.gz deleted file mode 100644 index b7a868a..0000000 --- a/python-pyfakefs-3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15427f405666c6bf69f124ceb41bfe525d2ff4feaf77f566058b62d474689823 -size 164792 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 70cf278..57d2f22 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 12 09:07:49 UTC 2018 - Karol Babioch + +- 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` + ------------------------------------------------------------------- Thu Nov 1 10:04:37 UTC 2018 - Tomáš Chvátal diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 910fc29..c0054e4 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 +Version: 3.5.2 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0