14
0

Accepting request 786145 from home:mcalabkova:branches:devel:languages:python

- Update to 2.2.0
  * Add conda as a new language. 
  * Remove python2 / python3.5 support. Note that pre-commit still 
    supports running hooks written in python2, but pre-commit itself 
    requires python 3.6+.
  * Removed pcre language, use pygrep instead. 
  * Don't filter GIT_SSL_NO_VERIFY from environment when cloning.
  * Replace aspy.yaml with sort_keys=False. 
  * Add support for perl. 
  * Fix python healthy() check when python executable goes missing. 
  * Many more fixes and improvements, see upstream changelog

OBS-URL: https://build.opensuse.org/request/show/786145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-03-18 11:56:14 +00:00
committed by Git OBS Bridge
parent 89f4c78f62
commit e9b367ec9a
4 changed files with 46 additions and 40 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 18 11:26:55 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.2.0
* Add conda as a new language.
* Remove python2 / python3.5 support. Note that pre-commit still
supports running hooks written in python2, but pre-commit itself
requires python 3.6+.
* Removed pcre language, use pygrep instead.
* Don't filter GIT_SSL_NO_VERIFY from environment when cloning.
* Replace aspy.yaml with sort_keys=False.
* Add support for perl.
* Fix python healthy() check when python executable goes missing.
* Many more fixes and improvements, see upstream changelog
-------------------------------------------------------------------
Fri Nov 1 14:44:33 CET 2019 - Matej Cepl <mcepl@suse.com>