From 803d2fdf4d245725491b61f5da807f4549006ebed5628a84187be82637f81036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 22 Mar 2019 14:29:29 +0000 Subject: [PATCH] - Update to 3.5.8: * Mainly fixes a regression bug under Python 2.7. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=19 --- python-pyfakefs-3.5.7.tar.gz | 3 --- python-pyfakefs-3.5.8.tar.gz | 3 +++ python-pyfakefs.changes | 6 ++++++ python-pyfakefs.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 python-pyfakefs-3.5.7.tar.gz create mode 100644 python-pyfakefs-3.5.8.tar.gz diff --git a/python-pyfakefs-3.5.7.tar.gz b/python-pyfakefs-3.5.7.tar.gz deleted file mode 100644 index 5620456..0000000 --- a/python-pyfakefs-3.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab88a488762c3ca510c14207dda5aaf6e0e311db29264e62f2e680d2b8290ba -size 171418 diff --git a/python-pyfakefs-3.5.8.tar.gz b/python-pyfakefs-3.5.8.tar.gz new file mode 100644 index 0000000..07415e6 --- /dev/null +++ b/python-pyfakefs-3.5.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733d89f79b642ca4cb535ef5d64fb69a3ad2edbe27445553545e4c3fc227d285 +size 171519 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 1ce58b6..7af5379 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 22 14:28:34 UTC 2019 - Tomáš Chvátal + +- Update to 3.5.8: + * Mainly fixes a regression bug under Python 2.7. + ------------------------------------------------------------------- Tue Feb 12 15:37:32 UTC 2019 - Karol Babioch diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 04e2a9e..5a864de 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.7 +Version: 3.5.8 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0