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 2022-09-16 13:31:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pathspec (Old)
and /work/SRC/openSUSE:Factory/.python-pathspec.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pathspec"
Fri Sep 16 13:31:58 2022 rev:10 rq:1003577 version:0.10.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pathspec/python-pathspec.changes
2022-01-07 12:45:28.031807374 +0100
+++
/work/SRC/openSUSE:Factory/.python-pathspec.new.2083/python-pathspec.changes
2022-09-16 13:32:15.201251758 +0200
@@ -1,0 +2,62 @@
+Mon Sep 12 20:36:41 UTC 2022 - Beno??t Monin <[email protected]>
+
+- update to 0.10.1:
+ * Bug fixes:
+ + Fix documentation on pathspec.pattern.RegexPattern.match_file().
+ + Issue #60: Remove redundant wheel dep from pyproject.toml.
+ + Issue #61: Dist failure for Fedora, CentOS, EPEL.
+ + Issue #62: Since version 0.10.0 pure wildcard does not work
+ in some cases.
+ * Improvements:
+ + Restore support for legacy installations using setup.py. See
+ Issue #61.
+- additional changes from 0.10.0:
+ * Major changes:
+ + Dropped support of EOL Python 2.7, 3.5, 3.6. See Issue #47
+ + The gitwildmatch pattern dir/* is now handled the same as
+ dir/
+ + Added pathspec.GitIgnoreSpec class (see new features)
+ + Changed build system to pyproject.toml and build backend to
+ setuptools.build_meta which may have unforeseen consequences
+ + Renamed GitHub project from python-path-specification to
+ python-pathspec. See Issue #35.
+ * API changes:
+ + Deprecated: pathspec.util.match_files() is an old function no
+ longer used.
+ + Deprecated: pathspec.match_files() is an old function no
+ longer used.
+ + Deprecated: pathspec.util.normalize_files() is no longer used
+ + Deprecated: pathspec.util.iter_tree() is an alias for
+ pathspec.util.iter_tree_files().
+ + Deprecated: pathspec.iter_tree() is an alias for
+ pathspec.util.iter_tree_files().
+ + Deprecated: pathspec.pattern.Pattern.match() is no longer
+ used. Use or implement pathspec.pattern.Pattern.match_file().
+ * New features:
+ + Added class pathspec.gitignore.GitIgnoreSpec (with alias
+ pathspec.GitIgnoreSpec) to implement gitignore behavior not
+ possible with standard PathSpec class
+ * Bug fixes:
+ + Issue #19: Files inside an ignored sub-directory are not
+ matched.
+ + Issue #41: Incorrectly (?) matches files inside directories
+ that do match.
+ + Issue #51: Refactor deprecated unittest aliases for Python
+ 3.11 compatibility.
+ + Issue #53: Symlink pathspec_meta.py breaks Windows.
+ + Issue #54: test_util.py uses os.symlink which can fail on
+ Windows.
+ + Issue #55: Backslashes at start of pattern not handled
+ correctly.
+ + Issue #56: pyproject.toml: include subpackages in setuptools
+ config
+ + Issue #57: ! doesn't exclude files in directories if the
+ pattern doesn't have a trailing slash.
+ * Improvements:
+ + Support Python 3.10, 3.11.
+ + Modernize code to Python 3.7.
+ + Issue #52: match_files() is not a pure generator function,
+ and it impacts tree_*() gravely.
+- add BuildRequires for python >= 3.7
+
+-------------------------------------------------------------------
Old:
----
pathspec-0.9.0.tar.gz
New:
----
pathspec-0.10.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pathspec.spec ++++++
--- /var/tmp/diff_new_pack.Z624hr/_old 2022-09-16 13:32:15.593253023 +0200
+++ /var/tmp/diff_new_pack.Z624hr/_new 2022-09-16 13:32:15.601253050 +0200
@@ -18,12 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pathspec
-Version: 0.9.0
+Version: 0.10.1
Release: 0
Summary: Utility library for gitignore style pattern matching of file
paths
License: MPL-2.0
URL: https://github.com/cpburnz/python-path-specification
Source:
https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
++++++ pathspec-0.9.0.tar.gz -> pathspec-0.10.1.tar.gz ++++++
++++ 8350 lines of diff (skipped)