Accepting request 180875 from devel:languages:python
- update to 1.5.0: - fix issue104: use setuptools by default, instead of distribute, now that setuptools has distribute merged. - make sure test commands are searched first in the virtualenv - re-fix issue2 - add whitelist_externals to be used in ``[testenv*]`` sections, allowing to avoid warnings for commands such as ``make``, used from the commands value. - fix issue97 - allow substitutions to reference from other sections (thanks Krisztian Fekete) - fix issue92 - fix {envsitepackagesdir} to actually work again - show (test) command that is being executed, thanks Lukasz Balcerzak - re-license tox to MIT license - depend on virtualenv-1.9.1 - rename README.txt to README.rst to make bitbucket happier (forwarded request 180860 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/180875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=7
This commit is contained in:
commit
dab7e4cc8a
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 25 11:49:47 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 1.5.0:
|
||||||
|
- fix issue104: use setuptools by default, instead of distribute,
|
||||||
|
now that setuptools has distribute merged.
|
||||||
|
- make sure test commands are searched first in the virtualenv
|
||||||
|
- re-fix issue2 - add whitelist_externals to be used in ``[testenv*]``
|
||||||
|
sections, allowing to avoid warnings for commands such as ``make``,
|
||||||
|
used from the commands value.
|
||||||
|
- fix issue97 - allow substitutions to reference from other sections
|
||||||
|
(thanks Krisztian Fekete)
|
||||||
|
- fix issue92 - fix {envsitepackagesdir} to actually work again
|
||||||
|
- show (test) command that is being executed, thanks
|
||||||
|
Lukasz Balcerzak
|
||||||
|
- re-license tox to MIT license
|
||||||
|
- depend on virtualenv-1.9.1
|
||||||
|
- rename README.txt to README.rst to make bitbucket happier
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 17 12:14:38 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Only require argparse on SLE, it's part of Python-2.7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 21 08:09:05 UTC 2013 - toms@opensuse.org
|
Sun Apr 21 08:09:05 UTC 2013 - toms@opensuse.org
|
||||||
|
|
||||||
|
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-tox
|
Name: python-tox
|
||||||
Version: 1.4.3
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
License: GPL-2.0+
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://codespeak.net/tox
|
Url: http://codespeak.net/tox
|
||||||
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
|
||||||
@ -29,12 +30,12 @@ BuildRequires: python-py >= 1.4.9
|
|||||||
BuildRequires: python-pytest
|
BuildRequires: python-pytest
|
||||||
BuildRequires: python-virtualenv
|
BuildRequires: python-virtualenv
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Requires: python-argparse
|
|
||||||
Requires: python-py
|
Requires: python-py
|
||||||
Requires: python-virtualenv
|
Requires: python-virtualenv
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Requires: python-argparse
|
||||||
%else
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -68,7 +69,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE README.txt doc/_build/html
|
%doc LICENSE README.rst doc/_build/html
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b998d809d954fd9c30476a56bbbbf20a1a5adaa3e4cc5eb052c7051a682b2021
|
|
||||||
size 71661
|
|
3
tox-1.5.0.tar.gz
Normal file
3
tox-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0cde6be977c57289551bf316871b888ad78f94edca8972374a68a9d1bfcd5226
|
||||||
|
size 73866
|
Loading…
x
Reference in New Issue
Block a user