From 892f4176e8483f3741aafaad42cede400b2d828b2d53f92857dec553e1f8dc72 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Dec 2022 22:35:33 +0000 Subject: [PATCH] Accepting request 1039863 from home:yarunachalam:branches:devel:languages:python - Update to version 0.10.2: Bug fixes: * Fix failing tests on Windows. * Type hint on root parameter on pathspec.pathspec.PathSpec.match_tree_entries(). * Type hint on root parameter on pathspec.pathspec.PathSpec.match_tree_files(). * Type hint on root parameter on pathspec.util.iter_tree_entries(). * Type hint on root parameter on pathspec.util.iter_tree_files(). * Issue #64: IndexError with my .gitignore file when trying to build a Python package. Improvements: * Issue #58: CI: add GitHub Actions test workflow. OBS-URL: https://build.opensuse.org/request/show/1039863 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=20 --- pathspec-0.10.1.tar.gz | 3 --- pathspec-0.10.2.tar.gz | 3 +++ python-pathspec.changes | 14 ++++++++++++++ python-pathspec.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 pathspec-0.10.1.tar.gz create mode 100644 pathspec-0.10.2.tar.gz diff --git a/pathspec-0.10.1.tar.gz b/pathspec-0.10.1.tar.gz deleted file mode 100644 index f0121bd..0000000 --- a/pathspec-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d -size 43155 diff --git a/pathspec-0.10.2.tar.gz b/pathspec-0.10.2.tar.gz new file mode 100644 index 0000000..0460243 --- /dev/null +++ b/pathspec-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0 +size 44432 diff --git a/python-pathspec.changes b/python-pathspec.changes index 410a53d..99dd224 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Dec 3 19:55:41 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.10.2: + Bug fixes: + * Fix failing tests on Windows. + * Type hint on root parameter on pathspec.pathspec.PathSpec.match_tree_entries(). + * Type hint on root parameter on pathspec.pathspec.PathSpec.match_tree_files(). + * Type hint on root parameter on pathspec.util.iter_tree_entries(). + * Type hint on root parameter on pathspec.util.iter_tree_files(). + * Issue #64: IndexError with my .gitignore file when trying to build a Python package. + Improvements: + * Issue #58: CI: add GitHub Actions test workflow. + ------------------------------------------------------------------- Mon Sep 12 20:36:41 UTC 2022 - BenoƮt Monin diff --git a/python-pathspec.spec b/python-pathspec.spec index 16f64d9..e5ee6ad 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pathspec -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: Utility library for gitignore style pattern matching of file paths License: MPL-2.0