forked from pool/python-tox
Accepting request 172887 from devel:languages:python
Ok, I've tried to get the testsuite working, but it was too difficult removed bcond, so it's fixed (forwarded request 172826 from thomas-schraitle) OBS-URL: https://build.opensuse.org/request/show/172887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tox?expand=0&rev=6
This commit is contained in:
commit
1512bb1288
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 08:09:05 UTC 2013 - toms@opensuse.org
|
||||
|
||||
- Update to version 1.4.3:
|
||||
See http://testrun.org/tox/latest//changelog.html for more details
|
||||
|
||||
- SPEC file: Added bcond with test to prepare testing. Doesn't work
|
||||
yet, but can be improved
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:52:27 UTC 2012 - saschpe@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-tox
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,15 +15,14 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-tox
|
||||
Version: 1.4.2
|
||||
Version: 1.4.3
|
||||
Release: 0
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
License: GPL-2.0+
|
||||
Group: Development/Languages/Python
|
||||
Url: http://codespeak.net/tox
|
||||
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.zip
|
||||
Source: http://pypi.python.org/packages/source/t/tox/tox-%{version}.tar.gz
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-py >= 1.4.9
|
||||
@ -64,13 +63,13 @@ cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML documentatio
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
#%%check
|
||||
#python setup.py test
|
||||
# %%check
|
||||
# python setup.py test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.txt doc/_build/html
|
||||
%{_bindir}/tox
|
||||
%{_bindir}/*
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8a5b3ad5ff0907c13203c5b36085f8dafbdd367e0c9211aa24797990a6f3d2f
|
||||
size 77565
|
3
tox-1.4.3.tar.gz
Normal file
3
tox-1.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b998d809d954fd9c30476a56bbbbf20a1a5adaa3e4cc5eb052c7051a682b2021
|
||||
size 71661
|
Loading…
Reference in New Issue
Block a user