update to 2.1.1

epel9
Matthias Runge 10 years ago
parent 6e5b2889d8
commit b42ab61dd8

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
@ -118,14 +118,25 @@ TOXENV=py27 %{__python} setup.py test
%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

@ -1 +1 @@
c4423cc6512932b37e5b0d1faa87bef2 tox-1.8.1.tar.gz
fc5b38cce701ced90a89b9da24af1769 tox-2.1.1.tar.gz

Loading…
Cancel
Save