14
0

Accepting request 1152469 from home:bnavigator:branches:devel:languages:python

- Update to 3.6.2
  * Fix building golang hooks during `git commit --all`.
- Changelog for 3.6.1
  * Remove `PYTHONEXECUTABLE` from environment when running.
  * Handle staged-files-only with only a crlf diff.
- Build PEP517 wheel
- Skip golang test trying to download dependency

OBS-URL: https://build.opensuse.org/request/show/1152469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=35
This commit is contained in:
2024-02-28 12:57:18 +00:00
committed by Git OBS Bridge
parent 77c103bf1f
commit 27c864f3f9
4 changed files with 33 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 27 17:36:39 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 3.6.2
* Fix building golang hooks during `git commit --all`.
- Changelog for 3.6.1
* Remove `PYTHONEXECUTABLE` from environment when running.
* Handle staged-files-only with only a crlf diff.
- Build PEP517 wheel
- Skip golang test trying to download dependency
-------------------------------------------------------------------
Wed Jan 3 17:04:33 UTC 2024 - Marina Latini <marina.latini@suse.com>