From 170fd754bc1957141879b8add36a4a1879bd38695192b5692831f051c1f534d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 20 Dec 2018 12:36:52 +0000 Subject: [PATCH] Accepting request 660211 from home:kbabioch:branches:devel:languages:python - Update to version 3.5.4 * added context manager class Pause for pause/resume * fixed permission handling for root user * avoid AttributeError triggered by modules without __module__ attribute OBS-URL: https://build.opensuse.org/request/show/660211 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=10 --- python-pyfakefs-3.5.3.tar.gz | 3 --- python-pyfakefs-3.5.4.tar.gz | 3 +++ python-pyfakefs.changes | 8 ++++++++ python-pyfakefs.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-pyfakefs-3.5.3.tar.gz create mode 100644 python-pyfakefs-3.5.4.tar.gz diff --git a/python-pyfakefs-3.5.3.tar.gz b/python-pyfakefs-3.5.3.tar.gz deleted file mode 100644 index a500047..0000000 --- a/python-pyfakefs-3.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d1d9633f07c949b304d55edec95d30c2030342375c276b83dd26a9b2e9400ee -size 167207 diff --git a/python-pyfakefs-3.5.4.tar.gz b/python-pyfakefs-3.5.4.tar.gz new file mode 100644 index 0000000..c4052c2 --- /dev/null +++ b/python-pyfakefs-3.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:addc39194ace1b3efb934801faad3dda5b39790ea3ad68c0b0551361fe50a1f1 +size 170657 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index e9ce7a1..06812bd 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 20 07:33:19 UTC 2018 - Karol Babioch + +- Update to version 3.5.4 + * added context manager class Pause for pause/resume + * fixed permission handling for root user + * avoid AttributeError triggered by modules without __module__ attribute + ------------------------------------------------------------------- Thu Nov 22 19:40:46 UTC 2018 - Karol Babioch diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 166f1b0..acd38f0 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.3 +Version: 3.5.4 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0