| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python311-numpydoc | Distribution: openSUSE Tumbleweed | 
| Version: 1.9.0 | Vendor: openSUSE | 
| Release: 1.1 | Build date: Thu Jul 31 20:06:59 2025 | 
| Group: Development/Languages/Python | Build host: reproducible | 
| Size: 752050 | Source RPM: python-numpydoc-1.9.0-1.1.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/numpy/numpydoc | |
| Summary: Sphinx extension to support docstrings in Numpy format | |
Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects.
BSD-3-Clause
* Thu Jul 31 2025 Ben Greiner <code@bnavigator.de>
  - Need to mention:
    * Drop numpydoc-pr523-py312deprecation.patch
    * Drop mockapp.patch
* Thu Jul 31 2025 Felix Stegmeier <felix.stegmeier@suse.com>
  - update to 1.9.0
    * ignore some errors at module level (#593).
    * Rework hook output to remove the table (#611).
    * Switch to storing AST nodes on the stack for more accurate method signature check and easy access to parent nodes (#623).
    * MAINT: Changed class constructor init GL08 reporting (#592).
    * BUG: Correct functionality of numpydoc SS05 (#613).
    * Specity the types of numpydoc_xref_ignore option (#631).
    * DOC: Do not use types for *args, **kwargs (#585).
    * mention conda-forge in installation docs (#595).
    * Fix typo in validation.rst (#605).
    * Fix broken link in format.rst (#628).
    * CI: use hashes for actions' versions in publishing job (#579).
    * Bump the actions group with 2 updates (#581).
    * Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the actions group (#582).
    * [pre-commit.ci] pre-commit autoupdate (#583).
    * MAINT: Add _exception_on_warning to MockApp (#586).
    * Bump the actions group across 1 directory with 2 updates (#590).
    * don't pass maxsplit as positional arg (#596).
    * [pre-commit.ci] pre-commit autoupdate (#598).
    * Add Python 3.13 support (#599).
    * Update readthedocs config (#600).
    * Bump the actions group with 2 updates (#603).
    * Bump the actions group with 3 updates (#609).
    * [pre-commit.ci] pre-commit autoupdate (#614).
    * Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group (#620).
    * Bump scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.1.0 in the actions group (#627).
    * Switch to dependency groups (#626).
    * Fix pip setup command in github workflow (#629).
* Thu Feb 27 2025 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Tue Feb 04 2025 Markéta Machová <mmachova@suse.com>
  - Add mockapp.patch to fix test failure with Sphinx 8.1
  - Trim dependencies
* Wed Nov 20 2024 Dirk Müller <dmueller@suse.com>
  - update to 1.8.0:
    * Unify CLIs (#537).
    * Move "Attributes" and "Methods" below "Parameters" (#571).
    * FIX: coroutines can have a return statement (#542).
    * Unwrap decorated objects for YD01 validation check (#541).
    * Fix bug with validation encoding (#550).
    * Add note about TOML regex; fix typo (#552).
    * DOC: Clarify recommendations regarding use of backticks
      (#525).
* Wed Apr 03 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 2024 Ben Greiner <code@bnavigator.de>
  - Update to 1.6.0
    * Requires Python 3.8+ and Sphinx 5+.
    [#]# Closed issues
    * `numpydoc ignore` inline comment not recognized when using
      decorators #495
    * Align pre-commit and Sphinx rule override syntax #466
    * Use pyproject.toml #473
    * circleci-artifacts-redirector-action error #469
    * Incorporate a pre-commit hook for numpydoc validation #450
    * PR06 fails when offending type name is used only as a substring
      [#446]
    * style of [1] is strange in numpydoc docs #443
    * Double click on function parameter selects parameter type as
      well #427
    [#]# Merged pull requests
    * BUG: validator now handles properties #500 (sdiebolt)
    * Fix clean_backref for extensions that have backrefs to inline
      elements. #499 (mcmtroffaes)
    * BUG: validator now handles decorators #496 (sdiebolt)
    * TST: Test no-file for source #493 (larsoner)
    * Update pydata-sphinx-theme #490 (jarrodmillman)
    * Sync updates to generate_requirements.py from scikit-image #485
      (mwtoews)
    * Generate requirements files from pyproject.toml #483 (mwtoews)
    * Add token for artifact redirector #470 (jarrodmillman)
    * Use rtd template (old method is deprecated) #468
      (jarrodmillman)
    * Drop Python 3.7 #462 (jarrodmillman)
    * Require Sphinx 5+ #461 (jarrodmillman)
    * Pre-commit hook for running numpydoc validation #454
      (stefmolin)
    * Change PR06 logic to only fail when type is used standalone
      [#447] (amoeba)
  - Add numpydoc-pr523-py312deprecation.patch gh#numpy/numpydoc#523
* Sun Oct 09 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * require sphinx >= 4.2
    * require python >= 3.7
  - update to version 1.5.0:
    * Fixed bugs
      + Parsing "returns" section with several types and no name
      + BUG: Fix returns parsing no name
    * Closed issues
      + readthedocs build failing
      + Exclude class properties from being listed under METHODS section
      + BUG: Numpydoc doesn’t render attributes decorated with
      "cached\_property" in the Attributes section
      + Is numpydoc_use_blockquotes deprecated or not yet?
      + No light theme available in docs
      + 1.4.0 release plan
    * Merged pull requests
      + Update doc requirements
      + Update pydata-sphinx-theme
      + Support Python 3.11
      + Update precommit hooks
      + Use Python 3.10 to build docs
      + Use requirements/*.txt files for CI
      + Fix front page
      + Add cached property support
      + ENH: Update validate.py to allow parameters with trailing
      underscores.
      + DOC: Use ":ref:" when referring to section headers
      + Remove numpydoc_use_blockquotes
      + Require sphinx>=4.2 (cleanup)
      + docs: fix validation include line numbers
      + Update precommit linters
      + Update GH actions
      + ENH: Add support for dict show_inherited_class_members
      + DOC: Add theme switcher and default to lightmode.
      + Require sphinx>=4.2
* Sun Aug 14 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 1.4.0:
    * Remove pytest py3.11b2 workaround (#407)
    * Fix CI (#410)
    * Bump version
    * Update GH actions (#406)
    * Test docutils 0.18.1 (#402)
    * Use node.findall if available (docutils 18.x) (#403)
    * Add workaround for pytest failures on 3.11b2 (#404)
    * Test prereleases of requirements (#395)
    * Fix bug with version name (#400)
    * Remove old warning filters (#398)
    * Cleanup sphinx conf (#397)
    * Update pre-commit (#396)
    * Test on 3.11-dev (#375)
    * Ignore black formatting (#394)
    * Merge pull request #391 from jarrodmillman/black
    * Use black formatter
  - changes from version 1.3.1:
    * Update manifest (#388)
    * Update doc requirements (#389)
  - changes from version 1.3.0:
    * Update 1.3 release notes
    * Update release process
    * Require sphinx>3 (#385)
    * Update tests + coverage config to rm warnings. (#383)
    * MAINT: Dont import for version (#382)
    * Runtime verification of sphinx and jinja2 versions (#381)
    * DOC: fix broken link to built-in validation checks. (#379)
    * Add pre-commit hook / linter (#374)
    * Cleanup cruft (#371)
    * Remove deprecated numpydoc_edit_link (#372)
  - changes from version 1.2.1:
    * Update release notes
    * Update year (#370)
    * Upper bound jinja (#369)
    * Use isgeneratorfunction to avoid overgenerating YD01 (#368)
    * Fix AttributeError in underline length check (#363)
    * Use consistent release tags (#361)
    * Update release process
  - changes from version 1.2.0:
    * Add 1.2 release notes (#359)
    * Document release process (#357)
    * Fix CI (#358)
    * Use fstrings (#353)
    * Require sphinx >= 1.8 (#352)
    * Add badges (#354)
    * Fix typos found by codespell (#343)
    * Update deps (#350)
    * Remove empty file (#351)
    * Use setuptools instead of distutils (#349)
    * Update supported Python versions (#348)
    * Fix validation bug when parameter type is set of options. (#347)
    * Escape newline in docstring. (#345)
    * Avoid mutable default arguments (#342)
    * Correctly validate parameters under the "Other Parameters" section (#337)
    * Fix Warnings section in validate (#335)
    * MAINT: Fix CircleCI (#336)
    * Update install.rst (#332)
    * MAINT: Python3 classes do not need to inherit from object (#325)
    * FIX: Fix RTD
    * DOC: Add headers to docstring sections to add link anchors (#320)
    * Be explicit about leading * when documenting *args, **kwargs. (#310)
    * Merge pull request #319 from larsoner/circle
    * FIX: Missing links
    * BUG: Fix navbar search pos
    * MAINT: Make tinybuild
    * MAINT: changes related to renaming default branch (#314)
    * MAINT: use super() as described by PEP 3135 (#315)
    * DOC: Switch docs to pydata-sphinx-theme (#313)
    * DOC: Add section about validation via sphinx-build. (#312)
    * ENH: Enable validation during sphinx-build process (#302)
    * DOC: fix erroneous numpydoc_edit_link formatting (#309)
    * document default values as part of the type spec (#289)
    * Merge pull request #308 from rgommers/fix-missing-obj
    * BUG: fix an incomplete check in `Reader._error_location`
    * Merge pull request #295 from rossbar/xref_conf
    * Merge pull request #272 from rossbar/maint/rm_codepath
    * CI: Switch from travis to Github actions for tests (#307)
    * Improve error messages for see also parsing (#306)
    * Merge pull request #300 from WarrenWeckesser/long-see-also-entry
    * Add a note to the docstring standard about long 'See Also' entries.
    * Fix missing periods (#298)
    * ALTERNATIVE: overload xref_ignore config value
    * MAINT: minor refactoring in docscrape (#297)
    * MAINT: pytest ignore doc directory. (#296)
    * DOC: fix indentation error
    * DOC: fix inaccuracy in validate docstring. (#294)
    * DOC: document config value/kwarg
    * Missed argument rename
    * Add config value to control behavior
    * WIP: kwarg to ignore unknown terms in make_xref.
    * DOC: fix inaccuracy in validate docstring.
    * Fix param parsing. (#286)
    * MAINT: Updates related to xref (#292)
    * BUG: Properly parse See Also when summary on first line. (#283)
    * fix spliting of parameter lines. (#279)
    * ENH: Better warning for sections. (#278)
    * BUG: fix role regex.
    * MAINT: Tick version
* Tue Feb 23 2021 Ben Greiner <code@bnavigator.de>
  - Update to 1.1.0
    Implemented enhancements
    * MAINT: Suggestions from reviewing test suite #271 (rossbar)
    * DEV: Add testing requirements #267 (rossbar)
    * BUG: Defer to autodoc for signatures #221 (thequackdaddy)
    Fixed bugs
    * function signatures for *args, **kwargs objects off #218
    * BUG: Connect to earlier event #269 (larsoner)
    Closed issues
    * “Handler <function mangle_docstrings at 0x7f64b5ba57b8> for
      event ‘autodoc-process-docstring’ threw an exception” #268
    * Timing of next release #249
    * self included in list of params for method #220
    * Additional notes
    * Due to merging of #221, self and cls no longer will appear in method signatures.
  - Release 1.0.0
    Implemented enhancements
    * ENH: Add args and kwargs to example #258 (larsoner)
    * MAINT,STY: Upgrade to bionic, and change style similar to
      NumPy #253 (mwtoews)
    * Delay import of Sphinx #248 (cgohlke)
    * Adding –validate option __main__ and run new validation #240
      (datapythonista)
    * Add docstring validation script (from pandas) #238
      (datapythonista)
    * ENH: Test full output and coverage #230 (larsoner)
    * DOC: Add description for blank lines after the docstring. #229
      (bingyao)
    Fixed bugs
    * References outside function #214
    * FIX: Get doc of actual class in test #262 (larsoner)
    * TST: Add inherited method #260 (larsoner)
    * Fixes references outside function (#214) #259 (Hoxbro)
    * Disable escaping “*” on signature #256 (tk0miya)
    * MAINT: clean-up unused objects #254 (mwtoews)
    * STY: Reword first lines of example.py docstrings #246
      (justinludwig)
    * DOC: Fixed three formatting issues in docs #245 (rossbar)
    * STY Minor style improvements to doc/example.py to pass
      validation #243 (rth)
    * BUG: Allow no . at end if indented #239 (larsoner)
    * DOC: Update links and code checkers info in format.rst #228
      (bingyao)
    * DOC: Update links and info in conf.py. #227 (bingyao)
    * BUG: Fix full rebuilds #226 (larsoner)
    * MAINT: doctest and pytest #225 (larsoner)
    * Py3fy some doctests. #224 (anntzer)
    * MAINT: fix trivial source comment typos #222 (luzpaz)
    * Add missing headings to code examples #252 (Cadair)
    Removed
    * MNT Drop Python 2.7 and 3.4 support #236 (rth)
    Closed issues
    * Prefix added to reference keys in class docstrings #263
    * Test failure with python 3.9 #261
    * sphinx doc napoleon extension maintainer interest request #251
    * Missing reference to float_power function in the ufunc list
    [#250]
    Additional notes
    * CSS styling changed from NumpyDoc < 0.8 and Sphinx < 2.0 to
      more properly make use of definition lists. This can cause
      issues with rendering that can be fixed via CSS, especially
      when using sphinx-rtd-theme.
  - Add python-objects.inv to provide the inventory locally for
    tests
  - Don't install matplotlib for tests
    * it is not available for python 3.6
    * it is not used in tests because the doc directory is skipped
      in all cases
/etc/alternatives/numpydoc /usr/bin/numpydoc /usr/bin/numpydoc-3.11 /usr/lib/python3.11/site-packages/numpydoc /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/INSTALLER /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/METADATA /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/RECORD /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/REQUESTED /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/WHEEL /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/entry_points.txt /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/licenses /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/licenses/LICENSE.txt /usr/lib/python3.11/site-packages/numpydoc-1.9.0.dist-info/top_level.txt /usr/lib/python3.11/site-packages/numpydoc/__init__.py /usr/lib/python3.11/site-packages/numpydoc/__main__.py /usr/lib/python3.11/site-packages/numpydoc/__pycache__ /usr/lib/python3.11/site-packages/numpydoc/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/_version.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/_version.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/cli.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/cli.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/docscrape.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/docscrape.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/docscrape_sphinx.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/docscrape_sphinx.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/numpydoc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/numpydoc.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/validate.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/validate.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/xref.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/__pycache__/xref.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/_version.py /usr/lib/python3.11/site-packages/numpydoc/cli.py /usr/lib/python3.11/site-packages/numpydoc/docscrape.py /usr/lib/python3.11/site-packages/numpydoc/docscrape_sphinx.py /usr/lib/python3.11/site-packages/numpydoc/hooks /usr/lib/python3.11/site-packages/numpydoc/hooks/__init__.py /usr/lib/python3.11/site-packages/numpydoc/hooks/__pycache__ /usr/lib/python3.11/site-packages/numpydoc/hooks/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/hooks/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/hooks/__pycache__/utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/hooks/__pycache__/utils.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/hooks/__pycache__/validate_docstrings.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/hooks/__pycache__/validate_docstrings.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/hooks/utils.py /usr/lib/python3.11/site-packages/numpydoc/hooks/validate_docstrings.py /usr/lib/python3.11/site-packages/numpydoc/numpydoc.py /usr/lib/python3.11/site-packages/numpydoc/templates /usr/lib/python3.11/site-packages/numpydoc/templates/numpydoc_docstring.rst /usr/lib/python3.11/site-packages/numpydoc/tests /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__ /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_docscrape.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_docscrape.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_full.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_full.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_main.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_main.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_numpydoc.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_numpydoc.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_validate.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_validate.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_xref.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/__pycache__/test_xref.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/test_docscrape.py /usr/lib/python3.11/site-packages/numpydoc/tests/test_full.py /usr/lib/python3.11/site-packages/numpydoc/tests/test_main.py /usr/lib/python3.11/site-packages/numpydoc/tests/test_numpydoc.py /usr/lib/python3.11/site-packages/numpydoc/tests/test_validate.py /usr/lib/python3.11/site-packages/numpydoc/tests/test_xref.py /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/Makefile /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/__pycache__ /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/__pycache__/conf.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/__pycache__/conf.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/__pycache__/numpydoc_test_module.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/__pycache__/numpydoc_test_module.cpython-311.pyc /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/conf.py /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/index.rst /usr/lib/python3.11/site-packages/numpydoc/tests/tinybuild/numpydoc_test_module.py /usr/lib/python3.11/site-packages/numpydoc/validate.py /usr/lib/python3.11/site-packages/numpydoc/xref.py /usr/share/doc/packages/python311-numpydoc /usr/share/doc/packages/python311-numpydoc/README.rst /usr/share/licenses/python311-numpydoc /usr/share/licenses/python311-numpydoc/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 29 22:24:05 2025