1
0

- Update to 0.6.0:

* Issue #24: Drop support for Python 2.6, 3.2, and 3.3.
  * Issue #25: Update README.rst.
  * Issue #26: Method to escape gitwildmatch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal 2019-10-10 08:26:46 +00:00 committed by Git OBS Bridge
parent 14fe40cd3c
commit cb0b956b80
4 changed files with 13 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873
size 25473

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 10 08:25:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.0:
* Issue #24: Drop support for Python 2.6, 3.2, and 3.3.
* Issue #25: Update README.rst.
* Issue #26: Method to escape gitwildmatch.
-------------------------------------------------------------------
Thu Feb 14 07:08:42 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@ -17,20 +17,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pathspec
Version: 0.5.9
Version: 0.6.0
Release: 0
Summary: Utility library for gitignore style pattern matching of file paths
License: MPL-2.0
Group: Development/Languages/Python
Url: https://github.com/cpburnz/python-path-specification
URL: https://github.com/cpburnz/python-path-specification
Source: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@ -49,10 +46,8 @@ files.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
%check
%python_exec setup.py test
%endif
%files %{python_files}
%doc CHANGES.rst README.rst