1
0

Accepting request 1042720 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.10.3 
  * New features:
  Added utility function pathspec.util.append_dir_sep() to aid in distinguishing between directories and files on the file-system. See Issue #65.
  * Bug fixes:
  Issue #66/Pull #67: Package not marked as py.typed.
  Issue #68: Exports are considered private.
  Issue #70/Pull #71: 'Self' string literal type is Unknown in pyright.
  * Improvements:
  Issue #65: Checking directories via match_file() does not work on Path objects.

OBS-URL: https://build.opensuse.org/request/show/1042720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=22
This commit is contained in:
Dirk Mueller 2022-12-14 10:10:39 +00:00 committed by Git OBS Bridge
parent 892f4176e8
commit e1715ee9e7
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f6bf73e5758fd365ef5d58ce09ac7c27d2833a8d7da51712eac6e27e35141b0
size 44432

3
pathspec-0.10.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6
size 45821

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Dec 13 15:46:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.10.3
* New features:
Added utility function pathspec.util.append_dir_sep() to aid in distinguishing between directories and files on the file-system. See Issue #65.
* Bug fixes:
Issue #66/Pull #67: Package not marked as py.typed.
Issue #68: Exports are considered private.
Issue #70/Pull #71: 'Self' string literal type is Unknown in pyright.
* Improvements:
Issue #65: Checking directories via match_file() does not work on Path objects.
-------------------------------------------------------------------
Sat Dec 3 19:55:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pathspec
Version: 0.10.2
Version: 0.10.3
Release: 0
Summary: Utility library for gitignore style pattern matching of file paths
License: MPL-2.0