From 14fe40cd3cfad2ac91ed44265f3b6da89ca3da578b391597ee04919237e57a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 14 Feb 2019 08:37:56 +0000 Subject: [PATCH] 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 --- pathspec-0.5.6.tar.gz | 3 --- pathspec-0.5.9.tar.gz | 3 +++ python-pathspec.changes | 13 +++++++++++++ python-pathspec.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 pathspec-0.5.6.tar.gz create mode 100644 pathspec-0.5.9.tar.gz diff --git a/pathspec-0.5.6.tar.gz b/pathspec-0.5.6.tar.gz deleted file mode 100644 index 8a2ec78..0000000 --- a/pathspec-0.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be664567cf96a718a68b33329862d1e6f6803ef9c48a6e2636265806cfceb29d -size 24494 diff --git a/pathspec-0.5.9.tar.gz b/pathspec-0.5.9.tar.gz new file mode 100644 index 0000000..8496a5b --- /dev/null +++ b/pathspec-0.5.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873 +size 25473 diff --git a/python-pathspec.changes b/python-pathspec.changes index f66f6ca..639c9e4 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 14 07:08:42 UTC 2019 - John Vandenberg + +- 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 diff --git a/python-pathspec.spec b/python-pathspec.spec index e6032e6..32c0886 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -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