New version 0.3.1 (#1455375)
This commit is contained in:
parent
6d49fdff45
commit
63f384c531
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/testpath-0.3.tar.gz
|
||||
/testpath-0.3.1.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global pypi_name testpath
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.3
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Test utilities for code working with files and commands
|
||||
|
||||
@ -26,7 +26,8 @@ BuildRequires: python3-sphinx_rtd_theme
|
||||
|
||||
# Tests:
|
||||
BuildRequires: python2-pytest
|
||||
BuildRequires: python-pathlib
|
||||
BuildRequires: python2-pathlib2
|
||||
BuildRequires: python3-pathlib2
|
||||
BuildRequires: python3-pytest
|
||||
|
||||
%global _description \
|
||||
@ -108,6 +109,10 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%doc html
|
||||
|
||||
%changelog
|
||||
* Wed May 31 2017 Miro Hrončok <mhroncok@redhat.com> - 0.3.1-1
|
||||
- New version 0.3.1 (#1455375)
|
||||
- Uses pathlib2 instead of pathlib
|
||||
|
||||
* Wed Mar 08 2017 Miro Hrončok <mhroncok@redhat.com> - 0.3-1
|
||||
- initial package
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (testpath-0.3.tar.gz) = 71a3266e17616c4df4a4c465151e9d48b89f573e4562132e85982b62446396884a270a32b5d4956aac1f0be1a00096cab9d0dc1718ae8b6312b0436eca683bdf
|
||||
SHA512 (testpath-0.3.1.tar.gz) = ab826cfb76d9a3ed6f1b178240f6bf61439bd792be26b5ad407b5c3efaa455b48965ceaf17e4ca6a4bc706465a8ed1c6c31a1572df5beeea2bb8db7814dc04f0
|
||||
|
Loading…
Reference in New Issue
Block a user