|
|
@ -7,7 +7,7 @@
|
|
|
|
%global pypiname tox
|
|
|
|
%global pypiname tox
|
|
|
|
Name: python-%{pypiname}
|
|
|
|
Name: python-%{pypiname}
|
|
|
|
Version: 2.7.0
|
|
|
|
Version: 2.7.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
|
|
# file toxbootstrap.py is licensed under MIT License
|
|
|
|
# file toxbootstrap.py is licensed under MIT License
|
|
|
@ -133,6 +133,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|
|
|
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 25 2017 Matthias Runge <mrunge@redhat.com> - 2.7.0-1
|
|
|
|
* Tue Apr 25 2017 Matthias Runge <mrunge@redhat.com> - 2.7.0-1
|
|
|
|
- upgrade to 2.7.0
|
|
|
|
- upgrade to 2.7.0
|
|
|
|
|
|
|
|
|
|
|
|