update to 2.7.0
This commit is contained in:
parent
f0d7c36890
commit
32f19627ca
3 changed files with 19 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/tox-1.8.1.tar.gz
|
||||
/tox-2.1.1.tar.gz
|
||||
/tox-2.3.1.tar.gz
|
||||
/tox-2.7.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
%global pypiname tox
|
||||
Name: python-%{pypiname}
|
||||
Version: 2.3.1
|
||||
Release: 8%{?dist}
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
# file toxbootstrap.py is licensed under MIT License
|
||||
|
|
@ -17,14 +17,14 @@ Source0: https://files.pythonhosted.org/packages/source/t/%{pypiname}/%{p
|
|||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Tox as is a generic virtualenv management and test command line tool you
|
||||
Tox as is a generic virtualenv management and test command line tool you
|
||||
can use for:
|
||||
|
||||
- checking your package installs correctly with different Python versions
|
||||
- checking your package installs correctly with different Python versions
|
||||
and interpreters
|
||||
- running your tests in each of the environments, configuring your test tool
|
||||
- running your tests in each of the environments, configuring your test tool
|
||||
of choice
|
||||
- acting as a frontend to Continuous Integration servers, greatly reducing
|
||||
- acting as a frontend to Continuous Integration servers, greatly reducing
|
||||
boilerplate and merging CI and shell-based testing.
|
||||
|
||||
%package -n python2-%{pypiname}
|
||||
|
|
@ -44,14 +44,14 @@ BuildRequires: python2-virtualenv >= 1.11.2
|
|||
%endif
|
||||
|
||||
%description -n python2-%{pypiname}
|
||||
Tox as is a generic virtualenv management and test command line tool you
|
||||
Tox as is a generic virtualenv management and test command line tool you
|
||||
can use for:
|
||||
|
||||
- checking your package installs correctly with different Python versions
|
||||
- checking your package installs correctly with different Python versions
|
||||
and interpreters
|
||||
- running your tests in each of the environments, configuring your test tool
|
||||
- running your tests in each of the environments, configuring your test tool
|
||||
of choice
|
||||
- acting as a frontend to Continuous Integration servers, greatly reducing
|
||||
- acting as a frontend to Continuous Integration servers, greatly reducing
|
||||
boilerplate and merging CI and shell-based testing.
|
||||
|
||||
This package contains just the module you can import from Python 2,
|
||||
|
|
@ -87,14 +87,14 @@ BuildRequires: python3-virtualenv
|
|||
%endif
|
||||
|
||||
%description -n python3-%{pypiname}
|
||||
Tox as is a generic virtualenv management and test command line tool you
|
||||
Tox as is a generic virtualenv management and test command line tool you
|
||||
can use for:
|
||||
|
||||
- checking your package installs correctly with different Python versions
|
||||
- checking your package installs correctly with different Python versions
|
||||
and interpreters
|
||||
- running your tests in each of the environments, configuring your test tool
|
||||
- running your tests in each of the environments, configuring your test tool
|
||||
of choice
|
||||
- acting as a frontend to Continuous Integration servers, greatly reducing
|
||||
- acting as a frontend to Continuous Integration servers, greatly reducing
|
||||
boilerplate and merging CI and shell-based testing.
|
||||
|
||||
%prep
|
||||
|
|
@ -122,7 +122,6 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|||
%endif
|
||||
|
||||
%files -n python2-%{pypiname}
|
||||
%doc ISSUES.txt doc
|
||||
%license LICENSE
|
||||
%{python2_sitelib}/%{pypiname}
|
||||
%{python2_sitelib}/%{pypiname}-%{version}-py2.?.egg-info
|
||||
|
|
@ -134,6 +133,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|||
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2017 Matthias Runge <mrunge@redhat.com> - 2.7.0-1
|
||||
- upgrade to 2.7.0
|
||||
|
||||
* Sun Apr 09 2017 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-8
|
||||
- Recommend the devel subpackages of Pythons (so tox works with extension modules)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9371b3d3e25c03751a0372e19602dfb9 tox-2.3.1.tar.gz
|
||||
SHA512 (tox-2.7.0.tar.gz) = 96088a9f77e8b994d920a8c9907a0fa50d5e0fe918e5a67673d4c30810642be2872283810d1d8b5ae9cc311605236b64343248485c4d4067b54c7b6d9f31a4b4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue