15
0
forked from pool/python-vistir
Commit Graph

9 Commits

Author SHA256 Message Date
Tomáš Chvátal
67f54f31ac Accepting request 760503 from home:StefanBruens:branches:devel:languages:python
- Fix test case failing due to too long generated name:
  * Add fix-test_Account-for-encoded-length.patch

OBS-URL: https://build.opensuse.org/request/show/760503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=15
2020-01-03 08:24:52 +00:00
Tomáš Chvátal
8d013b8ebe - Skip additional tests as they requires bigger seed than most
of OBS machines are providing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=13
2019-12-04 09:41:58 +00:00
Tomáš Chvátal
510e902911 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=11
2019-07-22 11:51:39 +00:00
Tomáš Chvátal
5373e06d05 - 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/package/show/devel:languages:python/python-vistir?expand=0&rev=9
2019-05-24 14:03:06 +00:00
Tomáš Chvátal
df509c6263 Accepting request 701029 from home:pgajdos
- 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)

OBS-URL: https://build.opensuse.org/request/show/701029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=7
2019-05-06 09:43:03 +00:00
Tomáš Chvátal
50079e18b1 Accepting request 691324 from home:jayvdb:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/691324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=5
2019-04-04 08:04:37 +00:00
Tomáš Chvátal
a5c9364aac Accepting request 683061 from home:jayvdb:coala:python3-bears
- 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

OBS-URL: https://build.opensuse.org/request/show/683061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=3
2019-03-10 08:05:02 +00:00
Tomáš Chvátal
26188661c0 - Switch to github tarball as the archive present didn't match
the pypi archive

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=2
2019-03-08 12:35:19 +00:00
Tomáš Chvátal
8a358601ce Accepting request 682765 from home:jayvdb:coala:python3-bears
- Initial spec for v0.3.1

OBS-URL: https://build.opensuse.org/request/show/682765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=1
2019-03-08 12:27:32 +00:00