14
0
forked from pool/python-vistir

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
This commit is contained in:
John Vandenberg
2022-10-14 15:00:50 +00:00
committed by Git OBS Bridge
parent 191502f1d0
commit 05b087042e
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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 <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>`_
-------------------------------------------------------------------
Mon Feb 21 09:18:12 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>