From 7932eca85a1bcea958b55a875156d8acfc40e9ae7cef5913505e53e22276f8c7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Jul 2022 16:43:00 +0000 Subject: [PATCH] Accepting request 988408 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/988408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pre-commit?expand=0&rev=21 --- pre_commit-2.19.0.tar.gz | 3 --- pre_commit-2.20.0.tar.gz | 3 +++ python-pre-commit.changes | 21 +++++++++++++++++++++ python-pre-commit.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 pre_commit-2.19.0.tar.gz create mode 100644 pre_commit-2.20.0.tar.gz diff --git a/pre_commit-2.19.0.tar.gz b/pre_commit-2.19.0.tar.gz deleted file mode 100644 index 7a0d43d..0000000 --- a/pre_commit-2.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33165e3cd4dcb68742d69b1192a204c69830d143c82e5d9a255d94027b230156 -size 266117 diff --git a/pre_commit-2.20.0.tar.gz b/pre_commit-2.20.0.tar.gz new file mode 100644 index 0000000..29904b4 --- /dev/null +++ b/pre_commit-2.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:380ca8e6ea7d4b3d851b6656aa861e51fa52e023b82e2b0781d43a602f9cb81f +size 266604 diff --git a/python-pre-commit.changes b/python-pre-commit.changes index 1a022a3..0409434 100644 --- a/python-pre-commit.changes +++ b/python-pre-commit.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 11 13:58:51 UTC 2022 - Arun Persaud + +- update to version 2.20.0: + * Features + + Expose source and object-name (positional args) of + prepare-commit-msg hook as PRE_COMMIT_COMIT_MSG_SOURCE and + PRE_COMMIT_COMMIT_OBJECT_NAME. + #2407 PR by @M-Whitaker. + #2406 issue by @M-Whitaker. + * Fixes + + Fix language: ruby installs when --user-install is set in gemrc. + #2394 PR by @narpfel. + #2393 issue by @narpfel. + + Adjust pty setup for solaris. + #2390 PR by @gaige. + #2389 issue by @gaige. + + Remove unused --config option from gc, sample-config, + validate-config, validate-manifest sub-commands. + #2429 PR by @asottile. + ------------------------------------------------------------------- Tue May 31 02:56:01 UTC 2022 - Arun Persaud diff --git a/python-pre-commit.spec b/python-pre-commit.spec index c7cc57f..039d33f 100644 --- a/python-pre-commit.spec +++ b/python-pre-commit.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pre-commit -Version: 2.19.0 +Version: 2.20.0 Release: 0 Summary: Multi-language pre-commit hooks License: MIT