1
0

- 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:
2024-04-03 07:54:28 +00:00
committed by Git OBS Bridge
parent 9032f67992
commit 76f4e2c122
4 changed files with 21 additions and 8 deletions

View File

@@ -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