Accepting request 665654 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/665654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfakefs?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2019-01-24 13:10:07 +00:00 committed by Git OBS Bridge
commit ef4b6786bd
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a344abe360e14724c41daae1c691d0e09e70bbfe07d5c69168a6ef7a516b004
size 170668

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c7d02d36675f5041c89d9a35f7b61df1bebe1448be2bb4676f55d44e7a1f96d
size 170960

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 14 08:32:56 UTC 2019 - Karol Babioch <kbabioch@suse.de>
- Removed unit tests from package
-------------------------------------------------------------------
Sun Jan 13 17:26:44 UTC 2019 - Karol Babioch <kbabioch@suse.de>
- 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 <kbabioch@suse.de>

View File

@ -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