1
0

Accepting request 1009184 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1009184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpydoc?expand=0&rev=12
This commit is contained in:
2022-10-10 07:24:13 +00:00
committed by Git OBS Bridge
parent 2d6223a17a
commit 46f8612441
4 changed files with 47 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9494daf1c7612f59905fa09e65c9b8a90bbacb3804d91f7a94e778831e6fcfa5
size 70321

3
numpydoc-1.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0db7b75a32367a0e25c23b397842c65e344a1206524d16c8069f0a1c91b5f4c
size 71892

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Sun Oct 9 19:18:50 UTC 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 doesnt 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 <arun@gmx.de> Sun Aug 14 14:36:37 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@@ -17,9 +17,8 @@
%{?!python_module:%define python_module() python3-%{**}} %{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-numpydoc Name: python-numpydoc
Version: 1.4.0 Version: 1.5.0
Release: 0 Release: 0
Summary: Sphinx extension to support docstrings in Numpy format Summary: Sphinx extension to support docstrings in Numpy format
License: BSD-3-Clause 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) # https://docs.python.org/3/objects.inv (changes from time to time, accessed 2021-02-23)
Source1: python-objects.inv Source1: python-objects.inv
BuildRequires: %{python_module Jinja2 >= 2.10} 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: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-Jinja2 >= 2.10 Requires: python-Jinja2 >= 2.10
Requires: python-Sphinx >= 3.0 Requires: python-Sphinx >= 4.2
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}