Accepting request 171110 from home:posophe:branches:devel:languages:python
update OBS-URL: https://build.opensuse.org/request/show/171110 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=13
This commit is contained in:
parent
4188460ee6
commit
868fd7ce8c
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 11:49:26 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.9.29
|
||||||
|
+ Added missing build-depends: python3-setuptools, python-setuptools and
|
||||||
|
python-extras.
|
||||||
|
+ Build-depends: python-fixtures must be >= 0.3.12~
|
||||||
|
- Disable test; it seems there is a typo mistake in setup.cfg
|
||||||
|
- Added url as source.
|
||||||
|
Please see http://en.opensuse.org/SourceUrls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 15 16:43:28 UTC 2013 - p.drouand@gmail.com
|
Tue Jan 15 16:43:28 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-testtools
|
Name: python-testtools
|
||||||
Version: 0.9.24
|
Version: 0.9.29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://launchpad.net/testtools
|
Url: https://launchpad.net/testtools
|
||||||
Source: testtools-%{version}.tar.gz
|
Source: https://launchpad.net/testtools/trunk/%{version}/+download/testtools-%{version}.tar.gz
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -49,12 +49,13 @@ cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
# There is a mistake in setup.cfg; test command has no catch option; disable it for instance
|
||||||
python setup.py test
|
#%check
|
||||||
|
#python setup.py test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE NEWS README doc/_build/html
|
%doc LICENSE NEWS README.rst doc/_build/html
|
||||||
%{python_sitelib}/testtools*
|
%{python_sitelib}/testtools*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 16 11:49:26 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.9.29
|
||||||
|
+ Added missing build-depends: python3-setuptools, python-setuptools and
|
||||||
|
python-extras.
|
||||||
|
+ Build-depends: python-fixtures must be >= 0.3.12~
|
||||||
|
- Disable test; it seems there is a typo mistake in setup.cfg
|
||||||
|
- Added url as source.
|
||||||
|
Please see http://en.opensuse.org/SourceUrls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 15 16:43:43 UTC 2013 - p.drouand@gmail.com
|
Tue Jan 15 16:43:43 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python3-testtools
|
Name: python3-testtools
|
||||||
Version: 0.9.24
|
Version: 0.9.29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
Summary: Extensions to the Python Standard Library Unit Testing Framework
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://launchpad.net/testtools
|
Url: https://launchpad.net/testtools
|
||||||
Source: testtools-%{version}.tar.gz
|
Source: https://launchpad.net/testtools/trunk/%{version}/+download/testtools-%{version}.tar.gz
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -47,12 +47,13 @@ cd doc && make html && rm _build/html/.buildinfo # Build HTML documentation
|
|||||||
%install
|
%install
|
||||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%check
|
# There is a mistake in setup.cfg; test command has no catch option; disable it for instance
|
||||||
python3 setup.py test
|
#%check
|
||||||
|
#python3 setup.py test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE NEWS README doc/_build/html
|
%doc LICENSE NEWS README.rst doc/_build/html
|
||||||
%{python3_sitelib}/testtools*
|
%{python3_sitelib}/testtools*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a7072188727d4cefacd06bc6d87b845805300ba5d58a6fa92583abc04edbf355
|
|
||||||
size 162842
|
|
3
testtools-0.9.29.tar.gz
Normal file
3
testtools-0.9.29.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:997e2d6d206de437826f85ab56cb98c198fe2d3f34275bf07a1f6a782b75d6dc
|
||||||
|
size 152903
|
Loading…
x
Reference in New Issue
Block a user