John Vandenberg
05b087042e
Accepting request 1010941 from home:pgajdos:python
...
- 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 <https://github.com/sarugaku/vistir/issues/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 <https://github.com/sarugaku/vistir/issues/130 >`_
OBS-URL: https://build.opensuse.org/request/show/1010941
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=31
2022-10-14 15:00:50 +00:00
191502f1d0
Accepting request 956341 from home:gladiac:branches:devel:languages:python
...
- Skip building on python2 (this doesn't work anymore)
OBS-URL: https://build.opensuse.org/request/show/956341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=30
2022-02-22 08:24:56 +00:00
b0c5203d13
Accepting request 848318 from home:jayvdb:branches:devel:languages:python
...
- Disable tests that fail on Python 2 only, fixing Leap builds
OBS-URL: https://build.opensuse.org/request/show/848318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=28
2020-11-13 18:37:22 +00:00
Tomáš Chvátal
1529e18594
Accepting request 822245 from home:mcalabkova:branches:devel:languages:python
...
- update to 0.5.2
* small fixes
OBS-URL: https://build.opensuse.org/request/show/822245
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=26
2020-07-22 13:16:52 +00:00
Tomáš Chvátal
1639cf6c8b
Accepting request 770673 from home:mcalabkova:branches:devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/770673
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=24
2020-02-06 18:20:39 +00:00
Tomáš Chvátal
c71fa1b81c
- Conditionalize python2 build to do it only on older codestreams
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=21
2020-01-10 14:46:25 +00:00
Tomáš Chvátal
ef7566cfa2
Accepting request 762855 from devel:languages:python
...
Revert for backporting
OBS-URL: https://build.opensuse.org/request/show/762855
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=20
2020-01-10 14:44:38 +00:00
Todd R
38c4897f99
Accepting request 762505 from home:TheBlackCat:branches:devel:languages:python
...
- Drop python2 subpackage due to dropping backports packages
OBS-URL: https://build.opensuse.org/request/show/762505
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vistir?expand=0&rev=19
2020-01-09 18:17:01 +00:00
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