14
0
forked from pool/python-vistir

Accepting request 705264 from devel:languages:python

- Update to 0.4.2:
  * Added expanded functionality to assist with the removal of read-only
    paths on Windows via icacls system calls if necessary. #81
  * Improved fs_encode compatibility shim in vistir.compat for
    handling of non-UTF8 data. #83
  * Shortened windows paths will now be properly resolved to the full
    path by vistir.path.normalize_path. #90

OBS-URL: https://build.opensuse.org/request/show/705264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-vistir?expand=0&rev=4
This commit is contained in:
2019-05-27 06:31:07 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri May 24 13:59:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.2:
* Added expanded functionality to assist with the removal of read-only
paths on Windows via icacls system calls if necessary. #81
* Improved fs_encode compatibility shim in vistir.compat for
handling of non-UTF8 data. #83
* Shortened windows paths will now be properly resolved to the full
path by vistir.path.normalize_path. #90
-------------------------------------------------------------------
Mon May 6 09:37:57 UTC 2019 - pgajdos@suse.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-vistir
Version: 0.4.0
Version: 0.4.2
Release: 0
Summary: Utilities for filesystems, paths, projects, subprocesses, and more
License: ISC
@@ -32,14 +32,14 @@ BuildRequires: python-rpm-macros
Requires: python-colorama >= 0.3.4
Requires: python-requests
Requires: python-six
Recommends: python-yaspin
BuildArch: noarch
%ifpython2
Requires: python2-backports.functools_lru_cache
Requires: python2-backports.shutil_get_terminal_size
Requires: python2-backports.weakref
Requires: python2-pathlib2
%endif
Recommends: python-yaspin
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module colorama >= 0.3.4}
BuildRequires: %{python_module hypothesis-fspaths}
@@ -75,7 +75,7 @@ rm -r tasks
%check
export LANG=en_US.UTF-8
# test_open_file requires network access
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest -k 'not test_open_file'
%pytest -k 'not test_open_file'
%files %{python_files}
%doc CHANGELOG.rst README.rst

View File

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

3
vistir-0.4.2.tar.gz Normal file
View File

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