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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user