forked from pool/python-numpydoc
- update to 1.7.0:
* PERF: wrap inspect.getsourcelines with cache (#532). * during tokenize, use UTF8 encoding on all platforms (#510). * fix 'Alias for field number X' problem with NamedTuples * DOC: Fix typos found by codespell (#514). * DOC: Update link to mailing list (#518). * Add Python 3.12 to classifiers (#529). * Update release process (#534). * Update release process (#535). * ENH: Allow a trailing COMMA or PERIOD in a See Also function list block. * BUG: turn member descriptors into links * Escape the * in *args and **kwargs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpydoc?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae7a5380f0a06373c3afe16ccd15bd79bc6b07f2704cbc6f1e7ecc94b4f5fc0d
|
|
||||||
size 85475
|
|
3
numpydoc-1.7.0.tar.gz
Normal file
3
numpydoc-1.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:866e5ae5b6509dcf873fc6381120f5c31acf13b135636c1a81d68c166a95f921
|
||||||
|
size 87575
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 3 07:51:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.7.0:
|
||||||
|
* PERF: wrap inspect.getsourcelines with cache (#532).
|
||||||
|
* during tokenize, use UTF8 encoding on all platforms (#510).
|
||||||
|
* fix 'Alias for field number X' problem with NamedTuples
|
||||||
|
* DOC: Fix typos found by codespell (#514).
|
||||||
|
* DOC: Update link to mailing list (#518).
|
||||||
|
* Add Python 3.12 to classifiers (#529).
|
||||||
|
* Update release process (#534).
|
||||||
|
* Update release process (#535).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 29 19:29:26 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Thu Feb 29 19:29:26 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
@@ -283,7 +296,7 @@ Tue Jul 23 17:56:18 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|||||||
* ENH: Just use obj
|
* ENH: Just use obj
|
||||||
* FIX: Opt-in, test, uniform styling, css
|
* FIX: Opt-in, test, uniform styling, css
|
||||||
* Add cross-reference links to parameter types
|
* Add cross-reference links to parameter types
|
||||||
* ENH: Allow a trailing COMMA or PERIOD in a See Also function list block.
|
* ENH: Allow a trailing COMMA or PERIOD in a See Also function list block.
|
||||||
* FIX parsing of type-only return params
|
* FIX parsing of type-only return params
|
||||||
* ENH: Added support for multiple functions+description
|
* ENH: Added support for multiple functions+description
|
||||||
* ENH: accept autoclass member options
|
* ENH: accept autoclass member options
|
||||||
@@ -292,13 +305,13 @@ Tue Jul 23 17:56:18 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|||||||
in a docstring
|
in a docstring
|
||||||
* ENH Only print the index if it is necessary.
|
* ENH Only print the index if it is necessary.
|
||||||
* Clarify location of certain invalid docstrings.
|
* Clarify location of certain invalid docstrings.
|
||||||
* BUG: turn member descriptors into links
|
* BUG: turn member descriptors into links
|
||||||
* FIX: Escape chars in re
|
* FIX: Escape chars in re
|
||||||
* MNT Fix collections.abc imports
|
* MNT Fix collections.abc imports
|
||||||
* FIX pedantic handling of whitespace in reference regex
|
* FIX pedantic handling of whitespace in reference regex
|
||||||
* FIX remove duplicated citation back-references
|
* FIX remove duplicated citation back-references
|
||||||
* Move arg and kwargs escaping to docscrape_sphinx
|
* Move arg and kwargs escaping to docscrape_sphinx
|
||||||
* Escape the * in *args and **kwargs
|
* Escape the * in *args and **kwargs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 29 04:11:15 UTC 2018 - arun@gmx.de
|
Sun Apr 29 04:11:15 UTC 2018 - arun@gmx.de
|
||||||
@@ -426,7 +439,7 @@ Fri Jan 20 21:04:08 UTC 2017 - toddrme2178@gmail.com
|
|||||||
* ENH : NumpyDocString subclass collections.Mapping
|
* ENH : NumpyDocString subclass collections.Mapping
|
||||||
* Support Yields section in traitsdoc too.
|
* Support Yields section in traitsdoc too.
|
||||||
* Support Yields section.
|
* 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
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-numpydoc
|
Name: python-numpydoc
|
||||||
Version: 1.6.0
|
Version: 1.7.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
|
||||||
|
Reference in New Issue
Block a user