Compare commits

...

4 Commits

Author SHA1 Message Date
Kalev Lember 11429189f0 Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-12 12:55:20 +01:00
Matthias Runge 79129af11e add python-pluggy as requirement 2015-08-25 15:15:58 +02:00
Matthias Runge b42ab61dd8 update to 2.1.1 2015-08-18 08:38:11 +02:00
Dennis Gilmore 6e5b2889d8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 21:04:34 +00:00
3 changed files with 30 additions and 7 deletions
+1
View File
@@ -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
+28 -6
View File
@@ -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: 1%{?dist}
Version: 2.1.1
Release: 3%{?dist}
Summary: Virtualenv-based automation of test activities
# file toxbootstrap.py is licensed under MIT License
@@ -26,6 +26,7 @@ BuildRequires: python2-devel
BuildRequires: python-setuptools
Requires: python-py
Requires: python-virtualenv >= 1.11.2
Requires: python-pluggy
# required for check
%if 0%{?fedora}
BuildRequires: python-py
@@ -48,6 +49,7 @@ can use for:
%package -n python3-%{pypiname}
Summary: Virtualenv-based automation of test activities
Requires: python3-py
Requires: python3-pluggy
# python3-virtualenv is rhbz#537246
Requires: python3-virtualenv
BuildRequires: python3-py
@@ -111,21 +113,41 @@ 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
* Thu Nov 12 2015 Kalev Lember <klember@redhat.com> - 2.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Tue Aug 25 2015 Matthias Runge <mrunge@redhat.com> - 2.1.1-2
- add requirement: python-pluggy
* 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
* Tue Dec 16 2014 Matthias Runge <mrunge@redhat.com> - 1.8.1-1
- update to 1.8.1
+1 -1
View File
@@ -1 +1 @@
c4423cc6512932b37e5b0d1faa87bef2 tox-1.8.1.tar.gz
fc5b38cce701ced90a89b9da24af1769 tox-2.1.1.tar.gz