forked from pool/python-pathspec
		
	Accepting request 839910 from home:jayvdb:branches:devel:languages:python
- Update to v0.8.0
  * Expose what patterns matched paths. Added `util.detailed_match_files()`
  * `match_tree()` doesn't return symlinks
    - Add `PathSpec.match_tree_entries` and `util.iter_tree_entries()` to
      support directories and symlinks
    - API change: `match_tree()` has been renamed to `match_tree_files()`
      The old name `match_tree()` is still available as an alias
    - API change: `match_tree_files()` now returns symlinks
OBS-URL: https://build.opensuse.org/request/show/839910
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=11
			
			
This commit is contained in:
		
				
					committed by
					
						 Git OBS Bridge
						Git OBS Bridge
					
				
			
			
				
	
			
			
			
						parent
						
							98d160cce0
						
					
				
				
					commit
					25a1bafe4d
				
			| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96 |  | ||||||
| size 24306 |  | ||||||
							
								
								
									
										3
									
								
								pathspec-0.8.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								pathspec-0.8.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061 | ||||||
|  | size 26256 | ||||||
| @@ -1,3 +1,15 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Wed Oct  7 03:51:16 UTC 2020 - John Vandenberg <jayvdb@gmail.com> | ||||||
|  |  | ||||||
|  | - Update to v0.8.0 | ||||||
|  |   * Expose what patterns matched paths. Added `util.detailed_match_files()` | ||||||
|  |   * `match_tree()` doesn't return symlinks | ||||||
|  |     - Add `PathSpec.match_tree_entries` and `util.iter_tree_entries()` to | ||||||
|  |       support directories and symlinks | ||||||
|  |     - API change: `match_tree()` has been renamed to `match_tree_files()` | ||||||
|  |       The old name `match_tree()` is still available as an alias | ||||||
|  |     - API change: `match_tree_files()` now returns symlinks | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Wed Mar 11 15:51:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> | Wed Mar 11 15:51:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -18,7 +18,7 @@ | |||||||
|  |  | ||||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} | %{?!python_module:%define python_module() python-%{**} python3-%{**}} | ||||||
| Name:           python-pathspec | Name:           python-pathspec | ||||||
| Version:        0.7.0 | Version:        0.8.0 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Utility library for gitignore style pattern matching of file paths | Summary:        Utility library for gitignore style pattern matching of file paths | ||||||
| License:        MPL-2.0 | License:        MPL-2.0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user