diff --git a/python-pyfakefs-3.5.5.tar.gz b/python-pyfakefs-3.5.5.tar.gz deleted file mode 100644 index 1313187..0000000 --- a/python-pyfakefs-3.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a344abe360e14724c41daae1c691d0e09e70bbfe07d5c69168a6ef7a516b004 -size 170668 diff --git a/python-pyfakefs-3.5.6.tar.gz b/python-pyfakefs-3.5.6.tar.gz new file mode 100644 index 0000000..63816ef --- /dev/null +++ b/python-pyfakefs-3.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7d02d36675f5041c89d9a35f7b61df1bebe1448be2bb4676f55d44e7a1f96d +size 170960 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index d72285a..e3a95f3 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 14 08:32:56 UTC 2019 - Karol Babioch + +- Removed unit tests from package + +------------------------------------------------------------------- +Sun Jan 13 17:26:44 UTC 2019 - Karol Babioch + +- Update to version 3.5.6 + * import external pathlib2 and scandir packages first if present + ------------------------------------------------------------------- Thu Dec 20 21:11:36 UTC 2018 - Karol Babioch diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index bfac3fc..ef5c02a 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyfakefs # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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.5.5 +Version: 3.5.6 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0 @@ -53,6 +53,7 @@ no modification to work with pyfakefs. %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand rm -rf %{buildroot}%{$python_sitelib}/pyfakefs/tests/ %check export LANG=C.UTF-8