Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 795f3ebf4c |
@@ -1,3 +1,4 @@
|
|||||||
/tox-1.4.2.zip
|
/tox-1.4.2.zip
|
||||||
/tox-1.6.1.tar.gz
|
/tox-1.6.1.tar.gz
|
||||||
/tox-1.7.1.tar.gz
|
/tox-1.7.1.tar.gz
|
||||||
|
/tox-1.8.1.tar.gz
|
||||||
|
|||||||
+11
-6
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
%global pypiname tox
|
%global pypiname tox
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 1.7.1
|
Version: 1.8.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?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
|
||||||
@@ -20,7 +20,6 @@ License: GPLv2+ and MIT
|
|||||||
URL: http://codespeak.net/tox
|
URL: http://codespeak.net/tox
|
||||||
Source0: http://pypi.python.org/packages/source/t/%{pypiname}/%{pypiname}-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/t/%{pypiname}/%{pypiname}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: python-tox-Fix-command-expansion-and-parsing.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@@ -31,7 +30,7 @@ Requires: python-virtualenv >= 1.11.2
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
BuildRequires: python-py
|
BuildRequires: python-py
|
||||||
BuildRequires: pytest
|
BuildRequires: pytest
|
||||||
BuildRequires: python-virtualenv
|
BuildRequires: python-virtualenv >= 1.11.2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -49,6 +48,7 @@ can use for:
|
|||||||
%package -n python3-%{pypiname}
|
%package -n python3-%{pypiname}
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
Requires: python3-py
|
Requires: python3-py
|
||||||
|
# python3-virtualenv is rhbz#537246
|
||||||
Requires: python3-virtualenv
|
Requires: python3-virtualenv
|
||||||
BuildRequires: python3-py
|
BuildRequires: python3-py
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
@@ -66,9 +66,11 @@ can use for:
|
|||||||
boilerplate and merging CI and shell-based testing.
|
boilerplate and merging CI and shell-based testing.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pypiname}-%{version}
|
%setup -q -n %{pypiname}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
# remove bundled egg-info
|
||||||
|
rm -rf %{pypiname}.egg-info
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
rm -rf %{py3dir}
|
rm -rf %{py3dir}
|
||||||
@@ -124,6 +126,9 @@ TOXENV=py27 %{__python} setup.py test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 16 2014 Matthias Runge <mrunge@redhat.com> - 1.8.1-1
|
||||||
|
- update to 1.8.1
|
||||||
|
|
||||||
* Wed Aug 13 2014 Matthias Runge <mrunge@redhat.com> - 1.7.1-3
|
* Wed Aug 13 2014 Matthias Runge <mrunge@redhat.com> - 1.7.1-3
|
||||||
- Fix ConfigError: ConfigError: substitution key 'posargs' not found
|
- Fix ConfigError: ConfigError: substitution key 'posargs' not found
|
||||||
(rhbz#1127961, rhbz#1128562)
|
(rhbz#1127961, rhbz#1128562)
|
||||||
|
|||||||
Reference in New Issue
Block a user