Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pre-commit for
openSUSE:Factory checked in at 2023-01-03 15:05:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pre-commit (Old)
and /work/SRC/openSUSE:Factory/.python-pre-commit.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pre-commit"
Tue Jan 3 15:05:30 2023 rev:13 rq:1046303 version:2.21.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pre-commit/python-pre-commit.changes
2022-11-28 11:07:29.615871570 +0100
+++
/work/SRC/openSUSE:Factory/.python-pre-commit.new.1563/python-pre-commit.changes
2023-01-03 15:05:52.902690683 +0100
@@ -1,0 +2,20 @@
+Mon Jan 2 20:10:56 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 2.21.0:
+ * Require new-enough virtualenv to prevent 3.10 breakage
+ * Respect aliases with `SKIP` for environment install.
+ * Allow `pre-commit run --files` against unmerged paths.
+ * Also apply regex warnings to `repo: local` hooks.
+ * `rust` is now a "first class" language -- supporting `language_version`
+ * `r` now uses more-reliable binary installation.
+ * `GIT_ALLOW_PROTOCOL` is now passed through for git operations.
+ * `GIT_ASKPASS` is now passed through for git operations.
+ * Remove `toml` dependency by using `cargo add` directly.
+ * Support `dotnet` hooks which have dotted prefixes.
+ * ### Fixes
+ * Properly adjust `--commit-msg-filename` if run from a sub directory.
+ * Simplify `--intent-to-add` detection by using `git diff`.
+ * Fix `R.exe` selection on windows.
+ * Skip default `nuget` source when installing `dotnet` packages.
+
+-------------------------------------------------------------------
Old:
----
pre_commit-2.20.0.tar.gz
New:
----
pre_commit-2.21.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pre-commit.spec ++++++
--- /var/tmp/diff_new_pack.NjMGeo/_old 2023-01-03 15:05:53.554694489 +0100
+++ /var/tmp/diff_new_pack.NjMGeo/_new 2023-01-03 15:05:53.558694511 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pre-commit
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-pre-commit
-Version: 2.20.0
+Version: 2.21.0
Release: 0
Summary: Multi-language pre-commit hooks
License: MIT
@@ -93,7 +93,8 @@
EXCLUDED_TESTS="$EXCLUDED_TESTS or conda or test_perl_hook or
test_local_perl_additional_dependencies"
EXCLUDED_TESTS="$EXCLUDED_TESTS or dart or dotnet or r_ or node or ruby"
EXCLUDED_TESTS="$EXCLUDED_TESTS or test_local_lua_additional_dependencies"
-EXCLUDED_TESTS="$EXCLUDED_TESTS or test_local_python_repo_python2"
+# rust_tests use rustup which require network
+EXCLUDED_TESTS="$EXCLUDED_TESTS or test_local_python_repo_python2 or rust_test"
# Fix issue with git submodule in OBS
git config --global --add protocol.file.allow always
++++++ pre_commit-2.20.0.tar.gz -> pre_commit-2.21.0.tar.gz ++++++
++++ 1601 lines of diff (skipped)