X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=python-fs.spec;h=83c2eca9ea84c310a7ba17b38bf4356d6df2edbe;hb=HEAD;hp=7a66e364d3de0b69217fa1305071c4b4362861a5;hpb=2eb1efcb0a60cd92c05ea80ec2826f2b51a0808a;p=packages%2Fpython-fs.git diff --git a/python-fs.spec b/python-fs.spec index 7a66e36..83c2eca 100644 --- a/python-fs.spec +++ b/python-fs.spec @@ -8,14 +8,13 @@ Summary: Filesystem abstraction layer for Python 2 Summary(pl.UTF-8): Warstwa abstrakcji systemu plików dla Pythona 2 Name: python-fs -Version: 2.4.15 -Release: 2 +Version: 2.4.16 +Release: 1 License: MIT Group: Libraries/Python #Source0Download: https://pypi.org/simple/fs/ Source0: https://files.pythonhosted.org/packages/source/f/fs/fs-%{version}.tar.gz -# Source0-md5: a83a339af4e862e770247d79c1e01f5f -Patch0: %{name}-py3-requires.patch +# Source0-md5: 2c9dae3d52950407fe265c3576396c33 URL: https://pypi.org/project/fs/ %if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?) BuildRequires: glibc-localedb-all @@ -51,11 +50,11 @@ BuildRequires: python3-pyftpdlib >= 1.5 BuildRequires: python3-pytest >= 4.6 BuildRequires: python3-pytest-randomly >= 1.2 BuildRequires: python3-pytz -%if "%{py3_ver}" < "3.5" +%if "%{ver_lt '%{py3_ver}' '3.5'}" == "1" BuildRequires: python3-scandir >= 1.5 %endif BuildRequires: python3-six >= 1.10.0 -%if "%{py3_ver}" < "3.6" +%if "%{ver_lt '%{py3_ver}' '3.6'}" == "1" BuildRequires: python3-typing >= 3.6 %endif %endif @@ -102,7 +101,6 @@ Dokumentacja API modułu Pythona fs. %prep %setup -q -n fs-%{version} -%patch0 -p1 # relies on pyftpdlib tests %{__rm} tests/test_ftpfs.py @@ -112,10 +110,13 @@ Dokumentacja API modułu Pythona fs. %py_build %if %{with tests} +# 3 tests apparently fail with python2.7 LC_ALL=C.UTF-8 \ PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ PYTHONPATH=$(pwd) \ -%{__python} -m pytest tests +%{__python} -m pytest tests \ + -k 'not test_move_file_same_fs_read_only_source and not test_move_dir and not test_move_file' +# -k 'not TestMove.test_move_file_same_fs_read_only_source and not TestWrapReadOnlySyspath.test_move_dir and not TestWrapReadOnlySyspath.test_move_file' %endif %endif