- Update to 4.0.2:

* py3 only variant

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal 2020-03-14 07:23:10 +00:00 committed by Git OBS Bridge
parent 9b2249f70a
commit 859cb3cec0
4 changed files with 11 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 14 07:22:28 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.0.2:
* py3 only variant
-------------------------------------------------------------------
Sun Mar 8 03:36:36 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -25,8 +25,9 @@
%define psuffix %{nil}
%bcond_with test
%endif
%define skip_python2 1
Name: python-pyfakefs%{psuffix}
Version: 3.7.2
Version: 4.0.2
Release: 0
Summary: Fake file system that mocks the Python file system modules
License: Apache-2.0
@ -36,16 +37,10 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python
Requires: python-pathlib2 >= 2.3.2
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module pathlib2 >= 2.3.2}
BuildRequires: %{python_module pytest >= 2.8.6}
BuildRequires: %{pythons}
BuildRequires: python2-scandir >= 1.8
%endif
%ifpython2
Requires: python-scandir >= 1.8
%endif
%python_subpackages