11
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 +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>