From 859cb3cec053b386c035dcdb0ccf5229bd1ce76bef3e8bec2f1671087f55b9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Mar 2020 07:23:10 +0000 Subject: [PATCH] - 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 --- python-pyfakefs-3.7.2.tar.gz | 3 --- python-pyfakefs-4.0.2.tar.gz | 3 +++ python-pyfakefs.changes | 6 ++++++ python-pyfakefs.spec | 9 ++------- 4 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 python-pyfakefs-3.7.2.tar.gz create mode 100644 python-pyfakefs-4.0.2.tar.gz diff --git a/python-pyfakefs-3.7.2.tar.gz b/python-pyfakefs-3.7.2.tar.gz deleted file mode 100644 index 10d6f85..0000000 --- a/python-pyfakefs-3.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99512e30277a823290faf74041c3bc34c910e439426c8c9ef2230781aa41c390 -size 180195 diff --git a/python-pyfakefs-4.0.2.tar.gz b/python-pyfakefs-4.0.2.tar.gz new file mode 100644 index 0000000..28285f7 --- /dev/null +++ b/python-pyfakefs-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54aad744602e95db53e37fc0675659af185c97c3fcb9a1a0cfdd72e36c1606ad +size 177627 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index bf044c5..5375787 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 14 07:22:28 UTC 2020 - Tomáš Chvátal + +- Update to 4.0.2: + * py3 only variant + ------------------------------------------------------------------- Sun Mar 8 03:36:36 UTC 2020 - Tomáš Chvátal diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 4783dce..8e4dea3 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -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