|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
|
|
|
|
|
%global pypiname tox
|
|
|
|
|
Name: python-%{pypiname}
|
|
|
|
|
Version: 2.7.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.9.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
# file toxbootstrap.py is licensed under MIT License
|
|
|
|
@ -32,9 +32,10 @@ Summary: %{summary}
|
|
|
|
|
%{?python_provide:%python_provide python2-%{pypiname}}
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python2-setuptools
|
|
|
|
|
BuildRequires: python2-setuptools_scm
|
|
|
|
|
Requires: python2-py
|
|
|
|
|
Requires: python2-virtualenv >= 1.11.2
|
|
|
|
|
Requires: python-pluggy
|
|
|
|
|
Requires: python2-pluggy
|
|
|
|
|
|
|
|
|
|
%if %{with internet}
|
|
|
|
|
# for tests
|
|
|
|
@ -63,6 +64,7 @@ Summary: %{summary}
|
|
|
|
|
Provides: %{pypiname} = %{version}-%{release}
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
Requires: python3-py
|
|
|
|
|
Requires: python3-pluggy
|
|
|
|
|
Requires: python3-virtualenv
|
|
|
|
@ -133,6 +135,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|
|
|
|
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 29 2018 Matthias Runge <mrunge@redhat.com> - 2.9.1-1
|
|
|
|
|
- update to 2.9.1
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|