Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pathspec for openSUSE:Factory
checked in at 2023-12-13 18:34:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pathspec (Old)
and /work/SRC/openSUSE:Factory/.python-pathspec.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pathspec"
Wed Dec 13 18:34:06 2023 rev:16 rq:1132675 version:0.12.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pathspec/python-pathspec.changes
2023-09-08 21:15:26.462256160 +0200
+++
/work/SRC/openSUSE:Factory/.python-pathspec.new.25432/python-pathspec.changes
2023-12-13 18:34:08.512585022 +0100
@@ -1,0 +2,29 @@
+Tue Dec 12 13:14:15 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.12.1:
+ * `Issue #84`_: PathSpec.match_file() returns None since
+ 0.12.0.
+ * Major changes:
+ * Dropped support of EOL Python 3.7. See `Pull #82`_.
+ * API changes:
+ * Signature of protected method
+ `pathspec.pathspec.PathSpec._match_file()` (with a leading
+ underscore) has been changed from `def _match_file(patterns:
+ Iterable[Pattern], file: str) -> bool` to `def
+ _match_file(patterns: Iterable[Tuple[int, Pattern]], file:
+ str) -> Tuple[Optional[bool], Optional[int]]`.
+ * Added `pathspec.pathspec.PathSpec.check_*()` methods. These
+ methods behave similarly to `.match_*()` but return
+ additional information in the `pathspec.util.CheckResult`
+ objects (e.g., `CheckResult.index` indicates the index of the
+ last pattern that matched the file).
+ * Added `pathspec.pattern.RegexPattern.pattern` attribute which
+ stores the original, uncompiled pattern.
+ * Mark Python 3.12 as supported.
+ * Improve test debugging.
+ * Improve type hint on *on_error* parameter on
+ `pathspec.pathspec.PathSpec.match_tree_entries()`.
+ * Improve type hint on *on_error* parameter on
+ `pathspec.util.iter_tree_entries()`.
+
+-------------------------------------------------------------------
Old:
----
pathspec-0.11.2.tar.gz
New:
----
pathspec-0.12.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pathspec.spec ++++++
--- /var/tmp/diff_new_pack.Z3IKSS/_old 2023-12-13 18:34:09.016603645 +0100
+++ /var/tmp/diff_new_pack.Z3IKSS/_new 2023-12-13 18:34:09.020603793 +0100
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pathspec
-Version: 0.11.2
+Version: 0.12.1
Release: 0
Summary: Utility library for gitignore style pattern matching of file
paths
License: MPL-2.0
++++++ pathspec-0.11.2.tar.gz -> pathspec-0.12.1.tar.gz ++++++
++++ 6834 lines of diff (skipped)