forked from pool/python-numpydoc
Accepting request 451737 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/451737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpydoc?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93f050bceb52489d92f85c346981f1962c867c01f233d3252894ceae5cb48d34
|
|
||||||
size 32051
|
|
3
numpydoc-0.6.0.tar.gz
Normal file
3
numpydoc-0.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1
|
||||||
|
size 32464
|
@@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 20 21:04:08 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
- update to version 0.6.0:
|
||||||
|
* REL: use the distutils sdist command instead of the setuptools
|
||||||
|
one.
|
||||||
|
* numpydoc.docscrape: Restore support for Python 3.4.
|
||||||
|
* CI: run Travis on Sphinx 1.2.x and latest
|
||||||
|
* better error messages from NumpyDocString
|
||||||
|
* MAINT inspect.getfullargspec is deprecated in Py3.5
|
||||||
|
* return extension metadata
|
||||||
|
* CI: fix travis pip install + add caching
|
||||||
|
* BUG: fix spacing in sphinx class doc attribute listing
|
||||||
|
* PEP8 fixes for docscrape_sphinx.py
|
||||||
|
* PEP8 fixes for docscrape.py
|
||||||
|
* PEP8 fixes for numpydoc.py
|
||||||
|
* MAINT: More explicit call while building docstrings.
|
||||||
|
* TST: More unit tests for the Yields section.
|
||||||
|
* ENH: Raise exception if docstring contains Returns and Yields.
|
||||||
|
* TST : removed print statement
|
||||||
|
* ENH : simplify handling of Yield section
|
||||||
|
* Add support for Yields for sphinx strings as well.
|
||||||
|
* Add unit test for Yields section.
|
||||||
|
* ENH : NumpyDocString subclass collections.Mapping
|
||||||
|
* Support Yields section in traitsdoc too.
|
||||||
|
* Support Yields section.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 7 18:52:25 UTC 2015 - benoit.monin@gmx.fr
|
Thu May 7 18:52:25 UTC 2015 - benoit.monin@gmx.fr
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-numpydoc
|
# spec file for package python-numpydoc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-numpydoc
|
Name: python-numpydoc
|
||||||
Version: 0.5
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx extension to support docstrings in Numpy format
|
Summary: Sphinx extension to support docstrings in Numpy format
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/numpy/numpydoc
|
Url: https://github.com/numpy/numpydoc
|
||||||
Source: https://pypi.python.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
|
Source: https://pypi.io/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
# Test requirements
|
# Test requirements
|
||||||
|
Reference in New Issue
Block a user