forked from pool/python-pathspec
Accepting request 736800 from devel:languages:python
- 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/request/show/736800 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pathspec?expand=0&rev=4
This commit is contained in:
commit
5b5c56a8f3
@ -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
3
pathspec-0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c
|
||||
size 24159
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user