diff --git a/numpydoc-1.4.0.tar.gz b/numpydoc-1.4.0.tar.gz deleted file mode 100644 index 53ab261..0000000 --- a/numpydoc-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9494daf1c7612f59905fa09e65c9b8a90bbacb3804d91f7a94e778831e6fcfa5 -size 70321 diff --git a/numpydoc-1.5.0.tar.gz b/numpydoc-1.5.0.tar.gz new file mode 100644 index 0000000..173d4a5 --- /dev/null +++ b/numpydoc-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0db7b75a32367a0e25c23b397842c65e344a1206524d16c8069f0a1c91b5f4c +size 71892 diff --git a/python-numpydoc.changes b/python-numpydoc.changes index 5d9c79e..f7aa52f 100644 --- a/python-numpydoc.changes +++ b/python-numpydoc.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sun Oct 9 19:18:50 UTC 2022 - Arun Persaud + +- 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 14:36:37 UTC 2022 - Arun Persaud diff --git a/python-numpydoc.spec b/python-numpydoc.spec index 987ff45..d99fb2d 100644 --- a/python-numpydoc.spec +++ b/python-numpydoc.spec @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-numpydoc -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Sphinx extension to support docstrings in Numpy format License: BSD-3-Clause @@ -29,12 +28,13 @@ Source: https://files.pythonhosted.org/packages/source/n/numpydoc/numpyd # https://docs.python.org/3/objects.inv (changes from time to time, accessed 2021-02-23) Source1: python-objects.inv BuildRequires: %{python_module Jinja2 >= 2.10} -BuildRequires: %{python_module Sphinx >= 3.0} +BuildRequires: %{python_module Sphinx >= 4.2} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Jinja2 >= 2.10 -Requires: python-Sphinx >= 3.0 +Requires: python-Sphinx >= 4.2 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest}