forked from pool/python-pathspec
Accepting request 674877 from home:jayvdb:coala:python3-bears
- Update to v0.5.9 * Fixed file system error handling. - from v0.5.8 * Improved type checking. * Created scripts to test Python 2.6 because Tox removed support for it. * Improved byte string handling in Python 3. * Handle dangling symlinks. - from v0.5.7 * Fix collections deprecation warning. OBS-URL: https://build.opensuse.org/request/show/674877 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=5
This commit is contained in:
parent
2b94049b23
commit
14fe40cd3c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be664567cf96a718a68b33329862d1e6f6803ef9c48a6e2636265806cfceb29d
|
||||
size 24494
|
3
pathspec-0.5.9.tar.gz
Normal file
3
pathspec-0.5.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873
|
||||
size 25473
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 07:08:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Update to v0.5.9
|
||||
* Fixed file system error handling.
|
||||
- from v0.5.8
|
||||
* Improved type checking.
|
||||
* Created scripts to test Python 2.6 because Tox removed support for it.
|
||||
* Improved byte string handling in Python 3.
|
||||
* Handle dangling symlinks.
|
||||
- from v0.5.7
|
||||
* Fix collections deprecation warning.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:51:19 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pathspec
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-pathspec
|
||||
Version: 0.5.6
|
||||
Version: 0.5.9
|
||||
Release: 0
|
||||
Summary: Utility library for gitignore style pattern matching of file paths
|
||||
License: MPL-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user