Accepting request 307906 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/307906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.exceptions?expand=0&rev=6
This commit is contained in:
commit
2d94ca5e52
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 11:55:03 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to version 4.0.7:
|
||||
* Added explicit support for Python 3.4.
|
||||
* Updated boostrap.py to version 2.2.
|
||||
- switch the source archive to tar.gz (zip not available)
|
||||
- remove unzip from BuildRequires
|
||||
- pass -q to test to avoid spamming the build log
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:17:56 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.exceptions
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,16 +17,15 @@
|
||||
|
||||
|
||||
Name: python-zope.exceptions
|
||||
Version: 4.0.6
|
||||
Version: 4.0.7
|
||||
Release: 0
|
||||
Summary: Zope Exceptions
|
||||
License: ZPL-2.1
|
||||
Group: Development/Languages/Python
|
||||
Url: http://cheeseshop.python.org/pypi/zope.exceptions
|
||||
Source: http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.zip
|
||||
Source: http://pypi.python.org/packages/source/z/zope.exceptions/zope.exceptions-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: unzip
|
||||
# Documentation requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
BuildRequires: python-repoze.sphinx.autointerface
|
||||
@ -69,7 +68,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
#NOTE(frispete): run tests against source in order to avoid the need for an
|
||||
# external test package
|
||||
%check
|
||||
PYTHONPATH=$(pwd)/src python setup.py test
|
||||
PYTHONPATH=$(pwd)/src python setup.py -q test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35afae142d298b39efd84ad4c30c7676abcd78c2b1213c6006804b13d48db044
|
||||
size 34200
|
3
zope.exceptions-4.0.7.tar.gz
Normal file
3
zope.exceptions-4.0.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98235d1a119ec0134076c20a827393c739532560a08f5670553ebf9a735238b8
|
||||
size 413151
|
Loading…
Reference in New Issue
Block a user