------------------------------------------------------------------- Fri Jun 13 12:44:10 UTC 2025 - Markéta Machová - Convert to pip-based build ------------------------------------------------------------------- Tue May 9 21:43:26 UTC 2023 - Dirk Müller - update to 0.8.0: * Drop spinner * Drop deprecated functions * Drop ability to import all from the package, instead user from vistir.. ------------------------------------------------------------------- Fri Oct 14 13:44:57 UTC 2022 - pgajdos@suse.com - version update to 0.7.0 - Drop backports modules ``vistir.compat`` - Bug fix - Remove Python2 support - Fix bug where ``rmtree`` fails in non ``utf-8`` system. `#116 `_ - * Remove unsupported test runners for Python 2.7, 3.5 and 3.6 * Add test runner for Python 3.9 * remove reference to distutils * Update ``vistir`` Pipfile.lock after pinning ``pytest`` to prior working version * Remove ``pytype`` from the lock file as it was faiing to install * Remove ``coveralls`` from the CI * Remove Azure pipelines `#130 `_ ------------------------------------------------------------------- Mon Feb 21 09:18:12 UTC 2022 - Andreas Schneider - Skip building on python2 (this doesn't work anymore) ------------------------------------------------------------------- Fri Nov 13 08:32:25 UTC 2020 - John Vandenberg - Disable tests that fail on Python 2 only, fixing Leap builds ------------------------------------------------------------------- Wed Jul 22 12:40:25 UTC 2020 - Marketa Calabkova - update to 0.5.2 * small fixes ------------------------------------------------------------------- Thu Feb 6 17:47:56 UTC 2020 - Marketa Calabkova - update to 0.5.0 * Reimplemented vistir.contextmanagers.open_file to fall back to urllib.urlopen in the absence of requests, which is now an optional extra. * Fixed a bug which caused path_to_url to sometimes fail to properly encode surrogates using utf-8 on windows using python 3. - drop upstreamed patch fix-test_Account-for-encoded-length.patch ------------------------------------------------------------------- Fri Jan 10 14:46:09 UTC 2020 - Tomáš Chvátal - Conditionalize python2 build to do it only on older codestreams ------------------------------------------------------------------- Thu Jan 2 22:53:33 UTC 2020 - Stefan Brüns - Fix test case failing due to too long generated name: * Add fix-test_Account-for-encoded-length.patch ------------------------------------------------------------------- Wed Dec 4 09:37:38 UTC 2019 - Tomáš Chvátal - Skip additional tests as they requires bigger seed than most of OBS machines are providing ------------------------------------------------------------------- Mon Jul 22 11:46:16 UTC 2019 - Tomáš Chvátal - Update to 0.4.3: * Added compatibility shim for TimeoutError exception handling. #92 * Exceptions are no longer suppressed after being handled during vistir.misc.run. #95 * The signal handler for VistirSpinner will no longer cause deadlocks when CTRL_BREAK_EVENTS occur on windows. #96 ------------------------------------------------------------------- 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 - version update to 0.4.0 - Fixed a bug which caused test failures due to generated paths on *nix based operating systems which were too long. `#65 `_ - Fixed a bug which caused spinner output to sometimes attempt to double encode on python 2, resulting in failed output encoding. `#69 `_ - Fixed an issue where paths could sometimes fail to be fs-encoded properly when using backported ``NamedTemporaryFile`` instances. `#74 `_ - Fixed a bug in ``vistir.misc.locale_encoding`` which caused invocation of a non-existent method called ``getlocaleencoding`` which forced all systems to use default encoding of ``ascii``. `#78 `_ - deleted patches - merged_pr_68-colorama-pin.patch (upstreamed) - merged_pr_75-backport-pins.patch (upstreamed) - no-ffi.patch (upstreamed) - py27-missing-exception.patch (upstreamed) ------------------------------------------------------------------- Tue Apr 2 15:51:35 UTC 2019 - John Vandenberg - Add merged_pr_68-colorama-pin.patch to fix colorama minimum dependency - Replace fix-py3-backports.patch with merged_pr_75-backport-pins.patch - Rename GitHub tarball to match PyPI tarball name ------------------------------------------------------------------- Fri Mar 8 14:57:21 UTC 2019 - John Vandenberg - Add py27-missing-exception.patch to workaround bug in Python 2 - Fix py2 only dependencies with fix-py3-backports.patch - Set minimum version of colorama to avoid failures on Leap standard ------------------------------------------------------------------- Fri Mar 8 12:33:55 UTC 2019 - Tomáš Chvátal - Switch to github tarball as the archive present didn't match the pypi archive ------------------------------------------------------------------- Fri Mar 1 01:57:43 PM UTC 2019 - John Vandenberg - Initial spec for v0.3.1