update to 2.1.1
This commit is contained in:
parent
6e5b2889d8
commit
b42ab61dd8
3 changed files with 19 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/tox-1.6.1.tar.gz
|
||||
/tox-1.7.1.tar.gz
|
||||
/tox-1.8.1.tar.gz
|
||||
/tox-2.1.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%if 0%{?fedora} > 12
|
||||
# virtualenv for python3 is missing
|
||||
%global with_python3 0
|
||||
%global with_python3 1
|
||||
%endif
|
||||
|
||||
# Tests requiring Internet connections are disabled by default
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
%global pypiname tox
|
||||
Name: python-tox
|
||||
Version: 1.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
# file toxbootstrap.py is licensed under MIT License
|
||||
|
|
@ -111,21 +111,32 @@ popd
|
|||
#TOXENV=py26 %{__python} setup.py test
|
||||
#%endif
|
||||
|
||||
%if 0%{?fedora}>=17
|
||||
%if 0%{?fedora}>=17
|
||||
TOXENV=py27 %{__python} setup.py test
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%files
|
||||
%doc LICENSE ISSUES.txt doc
|
||||
%doc ISSUES.txt doc
|
||||
%license LICENSE
|
||||
%{_bindir}/%{pypiname}
|
||||
%{_bindir}/%{pypiname}-quickstart
|
||||
%{python_sitelib}/%{pypiname}
|
||||
%{python_sitelib}/%{pypiname}-%{version}-py2.?.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-tox
|
||||
%{_bindir}/python3-%{pypiname}
|
||||
%{_bindir}/python3-%{pypiname}-quickstart
|
||||
%{python3_sitelib}/%{pypiname}
|
||||
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 18 2015 Matthias Runge <mrunge@redhat.com> - 2.1.1-1
|
||||
- update to 2.1.1
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c4423cc6512932b37e5b0d1faa87bef2 tox-1.8.1.tar.gz
|
||||
fc5b38cce701ced90a89b9da24af1769 tox-2.1.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue