Accepting request 784798 from devel:languages:python
Staging:I py3 only pkg OBS-URL: https://build.opensuse.org/request/show/784798 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfakefs?expand=0&rev=12
This commit is contained in:
commit
8eaed001e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99512e30277a823290faf74041c3bc34c910e439426c8c9ef2230781aa41c390
|
||||
size 180195
|
3
python-pyfakefs-4.0.2.tar.gz
Normal file
3
python-pyfakefs-4.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54aad744602e95db53e37fc0675659af185c97c3fcb9a1a0cfdd72e36c1606ad
|
||||
size 177627
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user