From 695f6465c0c67a2bd37780eed766bf6fbfa5e3af936a88ab93742ac16a67cbad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 7 Mar 2020 13:56:11 +0000 Subject: [PATCH] - Update to 3.7.2: * Various fixes for python 3.8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=26 --- python-pyfakefs-3.6.1.tar.gz | 3 --- python-pyfakefs-3.7.2.tar.gz | 3 +++ python-pyfakefs.changes | 6 ++++++ python-pyfakefs.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 python-pyfakefs-3.6.1.tar.gz create mode 100644 python-pyfakefs-3.7.2.tar.gz diff --git a/python-pyfakefs-3.6.1.tar.gz b/python-pyfakefs-3.6.1.tar.gz deleted file mode 100644 index ba972cb..0000000 --- a/python-pyfakefs-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3c603bed878d5428c4e7719094387b6f3b6beadeaee4b1c1eed1b9bcac2de3c -size 176272 diff --git a/python-pyfakefs-3.7.2.tar.gz b/python-pyfakefs-3.7.2.tar.gz new file mode 100644 index 0000000..10d6f85 --- /dev/null +++ b/python-pyfakefs-3.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99512e30277a823290faf74041c3bc34c910e439426c8c9ef2230781aa41c390 +size 180195 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index bf7c030..092fcd3 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 7 13:52:47 UTC 2020 - Tomáš Chvátal + +- Update to 3.7.2: + * Various fixes for python 3.8 + ------------------------------------------------------------------- Wed Dec 11 08:44:45 UTC 2019 - Tomáš Chvátal diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 4514e45..da10463 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyfakefs # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyfakefs -Version: 3.6.1 +Version: 3.7.2 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0