2019-05-24 14:03:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-04-04 08:04:37 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-05-06 09:43:03 +00:00
|
|
|
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 <https://github.com/sarugaku/vistir/issues/65>`_
|
|
|
|
|
- Fixed a bug which caused spinner output to sometimes attempt to
|
|
|
|
|
double encode on python 2, resulting in failed output encoding.
|
|
|
|
|
`#69 <https://github.com/sarugaku/vistir/issues/69>`_
|
|
|
|
|
- Fixed an issue where paths could sometimes fail to be fs-encoded
|
|
|
|
|
properly when using backported ``NamedTemporaryFile`` instances.
|
|
|
|
|
`#74 <https://github.com/sarugaku/vistir/issues/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 <https://github.com/sarugaku/vistir/issues/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)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-04-04 08:04:37 +00:00
|
|
|
Tue Apr 2 15:51:35 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2019-03-10 08:05:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 8 14:57:21 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
2019-03-08 12:35:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 8 12:33:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Switch to github tarball as the archive present didn't match
|
|
|
|
|
the pypi archive
|
|
|
|
|
|
2019-03-08 12:27:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 1 01:57:43 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Initial spec for v0.3.1
|