From 76f4e2c1229edf98bf1038c2c25a0345646cf92e23bf99ffaae4f5ca14b8da5d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Apr 2024 07:54:28 +0000 Subject: [PATCH] - 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 --- numpydoc-1.6.0.tar.gz | 3 --- numpydoc-1.7.0.tar.gz | 3 +++ python-numpydoc.changes | 21 +++++++++++++++++---- python-numpydoc.spec | 2 +- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 numpydoc-1.6.0.tar.gz create mode 100644 numpydoc-1.7.0.tar.gz diff --git a/numpydoc-1.6.0.tar.gz b/numpydoc-1.6.0.tar.gz deleted file mode 100644 index 25b779e..0000000 --- a/numpydoc-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae7a5380f0a06373c3afe16ccd15bd79bc6b07f2704cbc6f1e7ecc94b4f5fc0d -size 85475 diff --git a/numpydoc-1.7.0.tar.gz b/numpydoc-1.7.0.tar.gz new file mode 100644 index 0000000..7fac5be --- /dev/null +++ b/numpydoc-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866e5ae5b6509dcf873fc6381120f5c31acf13b135636c1a81d68c166a95f921 +size 87575 diff --git a/python-numpydoc.changes b/python-numpydoc.changes index 215500f..ae951d8 100644 --- a/python-numpydoc.changes +++ b/python-numpydoc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Apr 3 07:51:01 UTC 2024 - Dirk Müller + +- 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 @@ -283,7 +296,7 @@ Tue Jul 23 17:56:18 UTC 2019 - Todd R * ENH: Just use obj * FIX: Opt-in, test, uniform styling, css * 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 * ENH: Added support for multiple functions+description * ENH: accept autoclass member options @@ -292,13 +305,13 @@ Tue Jul 23 17:56:18 UTC 2019 - Todd R in a docstring * ENH Only print the index if it is necessary. * Clarify location of certain invalid docstrings. - * BUG: turn member descriptors into links + * BUG: turn member descriptors into links * FIX: Escape chars in re * MNT Fix collections.abc imports * FIX pedantic handling of whitespace in reference regex * FIX remove duplicated citation back-references * 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 @@ -426,7 +439,7 @@ Fri Jan 20 21:04:08 UTC 2017 - toddrme2178@gmail.com * 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 diff --git a/python-numpydoc.spec b/python-numpydoc.spec index 10573b3..617d12b 100644 --- a/python-numpydoc.spec +++ b/python-numpydoc.spec @@ -17,7 +17,7 @@ Name: python-numpydoc -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Sphinx extension to support docstrings in Numpy format License: BSD-3-Clause