Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-numpydoc-1.5.0-1.5 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python39-numpydoc Distribution: openSUSE:Factory:zSystems
Version: 1.5.0 Vendor: openSUSE
Release: 1.5 Build date: Fri Jun 16 08:05:04 2023
Group: Development/Languages/Python Build host: s390zl2a
Size: 362244 Source RPM: python-numpydoc-1.5.0-1.5.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.

Provides

Requires

License

BSD-3-Clause

Changelog

* 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
* Sat Jan 11 2020 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 0.9.2:
    * Delay import of Sphinx (#248)
* Wed Jul 24 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Do not pull both nose and pytest, just stick with pytest
* Tue Jul 23 2019 Todd R <toddrme2178@gmail.com>
  - Update to version 0.9.1
    * Updating minimum sphinx version in setup.py
  - Update to version 0.9.0
    * CI: bump minimum Sphinx version tested from 1.2.3 to 1.6.5
    * report object name upon mangle_docstrings exception
    * 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.
    * FIX parsing of type-only return params
    * ENH: Added support for multiple functions+description
    * ENH: accept autoclass member options
    * Support Receives section for generator.send(...) params
    * Use DEDUPLICATION_TAG to determine whether a citation node is
      in a docstring
    * ENH Only print the index if it is necessary.
    * Clarify location of certain invalid docstrings.
    * 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
* Sun Apr 29 2018 arun@gmx.de
  - specfile:
    * update copyright year
    * require Jinja (from setup.py)
    * always run tests
  - update to version 0.8.0:
    * DOC: update URL to documentation in setup.py
    * Use isdatadescriptor instead of isgetsetdescriptor
    * Ensure reference renaming is parallel-safe (#136)
    * Simplify and restructure README
    * Automatically load autosummary (#143)
    * FIX Handle case where description is empty in returns (#148)
    * FIX handling of parameter names ending '_'
    * Handle case where description is empty (#140)
    * Correct deduplication logic
    * Make sure case when class + method docstrings are combined is not
      reprocessed
    * Avoid reprocessing already numpydocced docstrings
    * DOC Use .. deprecated for deprecation instead of .. note (#120)
    * Add required arg to setup so that nose does not call it
    * Cosmetic and efficiency improvements to replace_referneces (#132)
    * Remove comment autosummary from _str_param_list
    * Flake8
    * Make version available to Python without dependencies; and to
      Sphinx metadata
    * Test use_blockquotes config
    * Leading and trailing blank lines in parameter description should
      not affect output
    * Stricter comparison of whitespace in testing
    * Corret search syntax
    * Use definition lists rather than blockquotes
    * Support from matplotlib import as alias for import matplotlib
    * only recommend inline form
    * add documentation on hyperlinks
    * DOC: fix syntax error in deprecated of numpydoc_edit_link (#122)
    * DOC Note on section ordering, and add missing sections
    * DOC Fix link
    * DOC: Restore working conf.py
    * DOC: cross-link to github from documentation
    * Add doc build requirements file for readthedocs
    * Corrected rtd url
    * Older versions of sphinx do not have imgmath
    * DOC: pipe README.rst contents into "long_description", for PyPI
      frontpage
    * MAINT: update ReST formatting in README.
    * Basic docs based on Numpy's HOW_TO_DOCUMENT.rst.txt
    * Allow see also object ref to incorporate ~ prefix
* Sat Sep 30 2017 arun@gmx.de
  - update to version 0.7.0:
    * make tests run under python2.7
    * less hacky solution to duplicate section error message, added
      tests
    * make getting filename python2 compatible
    * add context to signature mangling errors
    * MAINT: set version number to 0.7.0.dev0
    * Fix regression in #81
    * BUG: Make docscrape ParseError Python 3 compatible.
    * TST: update test for change in gh-81.
    * MAINT: set minimum Sphinx version to 1.2.3, remove linkcode
      extension.
    * TST: run tests on TravisCI with Python 3.6 instead of 3.5
    * TST: run test suite after installing via sdist.
    * BUG: fix installing numydoc, broken with missing templates after
      gh-77.
    * Added ..currentmodule:: before ..autosummary::
    * Add dependency on jinja2
    * MAINT: add PyPI classifier for Python 3.6, remove Python 2.6 / 3.3
    * Render numpydoc strings from a template
    * Add __version__ attribute
    * ENH: use __text_signature__ if pydoc.doc does not reveal a
      signature.
    * Remove non Python3 compatible files
    * add (possibly slightly off) source lines to mangled docstrings.
    * FIX Unknow sections should not raise an error
    * MAINT Added *.swp and *.swo to gitignore
    * FIX raises an error if a section appears twice
    * adjust tests
    * bold attributes so we don't have to deal with trailing
      underscores. Also looks better.
    * BLD: fix sphinx version req
    * Use setuptools 'install_requires' instead of 'requires' in
      setup.py.
    * change to deep copy for doc sections.
    * allow extending NumpyDocString sections
    * Make default citation pattern more general
    * Make citation pattern configurable
    * Avoid sorting references by length while renaming
    * Factor out function to rename references
* Wed May 17 2017 toddrme2178@gmail.com
  - Implement single-spec version.
  - Fix source URL.
* Fri Jan 20 2017 toddrme2178@gmail.com
  - update to version 0.6.0:
    * REL: use the distutils sdist command instead of the setuptools
      one.
    * numpydoc.docscrape: Restore support for Python 3.4.
    * CI: run Travis on Sphinx 1.2.x and latest
    * better error messages from NumpyDocString
    * MAINT inspect.getfullargspec is deprecated in Py3.5
    * return extension metadata
    * CI: fix travis pip install + add caching
    * BUG: fix spacing in sphinx class doc attribute listing
    * PEP8 fixes for docscrape_sphinx.py
    * PEP8 fixes for docscrape.py
    * PEP8 fixes for numpydoc.py
    * MAINT: More explicit call while building docstrings.
    * TST: More unit tests for the Yields section.
    * ENH: Raise exception if docstring contains Returns and Yields.
    * TST : removed print statement
    * ENH : simplify handling of Yield section
    * Add support for Yields for sphinx strings as well.
    * Add unit test for Yields section.
    * ENH : NumpyDocString subclass collections.Mapping
    * Support Yields section in traitsdoc too.
    * Support Yields section.

Files

/usr/lib/python3.9/site-packages/numpydoc
/usr/lib/python3.9/site-packages/numpydoc-1.5.0-py3.9.egg-info
/usr/lib/python3.9/site-packages/numpydoc-1.5.0-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/numpydoc-1.5.0-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/numpydoc-1.5.0-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/numpydoc-1.5.0-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/numpydoc-1.5.0-py3.9.egg-info/top_level.txt
/usr/lib/python3.9/site-packages/numpydoc/__init__.py
/usr/lib/python3.9/site-packages/numpydoc/__main__.py
/usr/lib/python3.9/site-packages/numpydoc/__pycache__
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/__main__.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/_version.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/_version.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/docscrape.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/docscrape.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/docscrape_sphinx.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/docscrape_sphinx.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/numpydoc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/numpydoc.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/validate.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/validate.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/xref.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/__pycache__/xref.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/_version.py
/usr/lib/python3.9/site-packages/numpydoc/docscrape.py
/usr/lib/python3.9/site-packages/numpydoc/docscrape_sphinx.py
/usr/lib/python3.9/site-packages/numpydoc/numpydoc.py
/usr/lib/python3.9/site-packages/numpydoc/templates
/usr/lib/python3.9/site-packages/numpydoc/templates/numpydoc_docstring.rst
/usr/lib/python3.9/site-packages/numpydoc/tests
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_docscrape.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_docscrape.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_full.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_full.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_main.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_main.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_numpydoc.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_numpydoc.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_validate.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_validate.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_xref.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/__pycache__/test_xref.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/test_docscrape.py
/usr/lib/python3.9/site-packages/numpydoc/tests/test_full.py
/usr/lib/python3.9/site-packages/numpydoc/tests/test_main.py
/usr/lib/python3.9/site-packages/numpydoc/tests/test_numpydoc.py
/usr/lib/python3.9/site-packages/numpydoc/tests/test_validate.py
/usr/lib/python3.9/site-packages/numpydoc/tests/test_xref.py
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/Makefile
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/__pycache__
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/__pycache__/conf.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/__pycache__/conf.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/__pycache__/numpydoc_test_module.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/__pycache__/numpydoc_test_module.cpython-39.pyc
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/conf.py
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/index.rst
/usr/lib/python3.9/site-packages/numpydoc/tests/tinybuild/numpydoc_test_module.py
/usr/lib/python3.9/site-packages/numpydoc/validate.py
/usr/lib/python3.9/site-packages/numpydoc/xref.py
/usr/share/doc/packages/python39-numpydoc
/usr/share/doc/packages/python39-numpydoc/README.rst
/usr/share/licenses/python39-numpydoc
/usr/share/licenses/python39-numpydoc/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:43:14 2024