1
0

Accepting request 674877 from home:jayvdb:coala:python3-bears

- Update to v0.5.9
  * Fixed file system error handling.
- from v0.5.8
  * Improved type checking.
  * Created scripts to test Python 2.6 because Tox removed support for it.
  * Improved byte string handling in Python 3.
  * Handle dangling symlinks.
- from v0.5.7
  * Fix collections deprecation warning.

OBS-URL: https://build.opensuse.org/request/show/674877
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-02-14 08:37:56 +00:00
committed by Git OBS Bridge
parent 2b94049b23
commit 14fe40cd3c
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 14 07:08:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.5.9
* Fixed file system error handling.
- from v0.5.8
* Improved type checking.
* Created scripts to test Python 2.6 because Tox removed support for it.
* Improved byte string handling in Python 3.
* Handle dangling symlinks.
- from v0.5.7
* Fix collections deprecation warning.
-------------------------------------------------------------------
Tue Dec 4 12:51:19 UTC 2018 - Matej Cepl <mcepl@suse.com>