Changelog for
python310-vistir-0.5.2-qubes.4.16.noarch.rpm :
* Mon Feb 21 2022 Andreas Schneider
- Skip building on python2 (this doesn\'t work anymore)
* Fri Nov 13 2020 John Vandenberg - Disable tests that fail on Python 2 only, fixing Leap builds
* Wed Jul 22 2020 Marketa Calabkova - update to 0.5.2
* small fixes
* Thu Feb 06 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 2020 Tomáš Chvátal - Conditionalize python2 build to do it only on older codestreams
* Thu Jan 02 2020 Stefan Brüns - Fix test case failing due to too long generated name:
* Add fix-test_Account-for-encoded-length.patch
* Wed Dec 04 2019 Tomáš Chvátal - Skip additional tests as they requires bigger seed than most of OBS machines are providing
* Mon Jul 22 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 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 06 2019 pgajdosAATTsuse.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 02 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 08 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 08 2019 Tomáš Chvátal - Switch to github tarball as the archive present didn\'t match the pypi archive
* Fri Mar 01 2019 John Vandenberg - Initial spec for v0.3.1