diff --git a/pathspec-0.5.9.tar.gz b/pathspec-0.5.9.tar.gz deleted file mode 100644 index 8496a5b..0000000 --- a/pathspec-0.5.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873 -size 25473 diff --git a/pathspec-0.6.0.tar.gz b/pathspec-0.6.0.tar.gz new file mode 100644 index 0000000..b803c7d --- /dev/null +++ b/pathspec-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e285ccc8b0785beadd4c18e5708b12bb8fcf529a1e61215b3feff1d1e559ea5c +size 24159 diff --git a/python-pathspec.changes b/python-pathspec.changes index 639c9e4..9b775ed 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 10 08:25:51 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-pathspec.spec b/python-pathspec.spec index 32c0886..a758c44 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -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