diff --git a/ChangeLog b/ChangeLog index 1d5f91a..880a000 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,16 @@ Change History ============== +0.7.0 (2019-12-27) +------------------ + +- `Issue #28`_: Add support for Python 3.8, and drop Python 3.4. +- `Issue #29`_: Publish bdist wheel. + +.. _`Issue #28`: https://github.com/cpburnz/python-path-specification/pull/28 +.. _`Issue #29`: https://github.com/cpburnz/python-path-specification/pull/29 + + 0.6.0 (2019-10-03) ------------------ diff --git a/Makefile b/Makefile index d00cf52..d1178ed 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pathspec -URL = https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz +URL = https://files.pythonhosted.org/packages/ce/f2/d35c292da8fbff725625a17ae40f48f933070acd5ccddb03d8c09d81758d/pathspec-0.7.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 52b9a62..c6afb46 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pathspec -url = https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz +url = https://files.pythonhosted.org/packages/ce/f2/d35c292da8fbff725625a17ae40f48f933070acd5ccddb03d8c09d81758d/pathspec-0.7.0.tar.gz archives = giturl = domain = diff --git a/pathspec.spec b/pathspec.spec index 234948a..657f529 100644 --- a/pathspec.spec +++ b/pathspec.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pathspec -Version : 0.6.0 -Release : 5 -URL : https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/7a/68/5902e8cd7f7b17c5879982a3a3ee2ad0c3b92b80c79989a2d3e1ca8d29e1/pathspec-0.6.0.tar.gz +Version : 0.7.0 +Release : 6 +URL : https://files.pythonhosted.org/packages/ce/f2/d35c292da8fbff725625a17ae40f48f933070acd5ccddb03d8c09d81758d/pathspec-0.7.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/ce/f2/d35c292da8fbff725625a17ae40f48f933070acd5ccddb03d8c09d81758d/pathspec-0.7.0.tar.gz Summary : Utility library for gitignore style pattern matching of file paths. Group : Development/Tools License : MPL-2.0 MPL-2.0-no-copyleft-exception @@ -16,12 +16,12 @@ Requires: pathspec-python3 = %{version}-%{release} BuildRequires : buildreq-distutils3 %description +*pathspec*: Path Specification ============================== - - *pathspec* is a utility library for pattern matching of file paths. So - far this only includes Git's wildmatch pattern matching which itself is - derived from Rsync's wildmatch. Git uses wildmatch for its `gitignore`_ - files. +*pathspec* is a utility library for pattern matching of file paths. So +far this only includes Git's wildmatch pattern matching which itself is +derived from Rsync's wildmatch. Git uses wildmatch for its `gitignore`_ +files. %package license Summary: license components for the pathspec package. @@ -50,15 +50,16 @@ python3 components for the pathspec package. %prep -%setup -q -n pathspec-0.6.0 -cd %{_builddir}/pathspec-0.6.0 +%setup -q -n pathspec-0.7.0 +cd %{_builddir}/pathspec-0.7.0 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1576012688 +export SOURCE_DATE_EPOCH=1578155886 +# -Werror is for werrorists export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -79,7 +80,7 @@ PYTHONPATH=%{buildroot}$(python -c "import sys; print(sys.path[-1])") python set export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pathspec -cp %{_builddir}/pathspec-0.6.0/LICENSE %{buildroot}/usr/share/package-licenses/pathspec/9744cedce099f727b327cd9913a1fdc58a7f5599 +cp %{_builddir}/pathspec-0.7.0/LICENSE %{buildroot}/usr/share/package-licenses/pathspec/9744cedce099f727b327cd9913a1fdc58a7f5599 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index 7ed6ff8..1e8b314 100644 --- a/release +++ b/release @@ -1 +1 @@ -5 +6 diff --git a/upstream b/upstream index c6acb93..483bcf7 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -e4d41ac4645df83eb2db37d7bd857bca86160a72/pathspec-0.6.0.tar.gz +f6ed49bd9051ebf5aa62526d9be55c10735a82d1/pathspec-0.7.0.tar.gz diff --git a/versions b/versions index a918a2a..faef31a 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -0.6.0 +0.7.0