diff --git a/python-vistir.changes b/python-vistir.changes index e25697d..a5981e9 100644 --- a/python-vistir.changes +++ b/python-vistir.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 24 13:59:14 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-vistir.spec b/python-vistir.spec index 797aec9..b2a1dd5 100644 --- a/python-vistir.spec +++ b/python-vistir.spec @@ -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 diff --git a/vistir-0.4.0.tar.gz b/vistir-0.4.0.tar.gz deleted file mode 100644 index 5a44d62..0000000 --- a/vistir-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3b13c5570636e8d44daad9b4212e2939e464c77bb67b2144e05c130e561c27c -size 83608 diff --git a/vistir-0.4.2.tar.gz b/vistir-0.4.2.tar.gz new file mode 100644 index 0000000..6b888cb --- /dev/null +++ b/vistir-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8158c9cb3a3a212738fa7bab6679d99d9cf13063fe9f08b93fe987973264baec +size 96051