forked from pool/python-zope.interface
Accepting request 307903 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/307903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 15 12:10:59 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
- update to version 4.1.2:
|
||||||
|
* Add support for PyPy3.
|
||||||
|
* Remove unittest assertions deprecated in Python3.x.
|
||||||
|
* Add zope.interface.document.asReStructuredText, which formats
|
||||||
|
the generated text for an interface using ReST double-backtick
|
||||||
|
markers.
|
||||||
|
- fix documentation generation
|
||||||
|
- pass -q to test to avoid spamming the build log
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 16 13:53:43 UTC 2014 - tbechtold@suse.com
|
Tue Sep 16 13:53:43 UTC 2014 - tbechtold@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.interface
|
# spec file for package python-zope.interface
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-zope.interface
|
Name: python-zope.interface
|
||||||
Version: 4.1.1
|
Version: 4.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pypi.python.org/pypi/zope.interface
|
Url: http://pypi.python.org/pypi/zope.interface
|
||||||
Summary: Interfaces for Python
|
Summary: Interfaces for Python
|
||||||
@@ -67,7 +67,7 @@ This package contains documentation files for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
python setup.py build
|
||||||
python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
PYTHONPATH=$(echo $(pwd)/build/lib.*) python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
@@ -76,7 +76,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
rm %{buildroot}%python_sitearch/zope/interface/_zope_interface_coptimizations.c
|
rm %{buildroot}%python_sitearch/zope/interface/_zope_interface_coptimizations.c
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python setup.py test
|
python setup.py -q test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da
|
|
||||||
size 864139
|
|
||||||
3
zope.interface-4.1.2.tar.gz
Normal file
3
zope.interface-4.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:441fefcac1fbac57c55239452557d3598571ab82395198b2565a29d45d1232f6
|
||||||
|
size 919277
|
||||||
Reference in New Issue
Block a user