forked from pool/python-numpydoc
Accepting request 995043 from home:apersaud:branches:devel:languages:python:numeric
update to latest version OBS-URL: https://build.opensuse.org/request/show/995043 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpydoc?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c36fd6cb7ffdc9b4e165a43f67bf6271a7b024d0bb6b00ac468c9e2bfc76448e
|
|
||||||
size 609482
|
|
3
numpydoc-1.4.0.tar.gz
Normal file
3
numpydoc-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9494daf1c7612f59905fa09e65c9b8a90bbacb3804d91f7a94e778831e6fcfa5
|
||||||
|
size 70321
|
@@ -1,3 +1,113 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 14 14:36:37 UTC 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 20:31:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Tue Feb 23 20:31:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-numpydoc
|
# spec file for package python-numpydoc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-numpydoc
|
Name: python-numpydoc
|
||||||
Version: 1.1.0
|
Version: 1.4.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
|
||||||
@@ -28,13 +28,13 @@ URL: https://github.com/numpy/numpydoc
|
|||||||
Source: https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-%{version}.tar.gz
|
||||||
# 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.3}
|
BuildRequires: %{python_module Jinja2 >= 2.10}
|
||||||
BuildRequires: %{python_module Sphinx >= 1.6.}
|
BuildRequires: %{python_module Sphinx >= 3.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Jinja2 >= 2.3
|
Requires: python-Jinja2 >= 2.10
|
||||||
Requires: python-Sphinx >= 1.6.5
|
Requires: python-Sphinx >= 3.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@@ -53,7 +53,7 @@ sed -i '1 {/env python/ d}' numpydoc/validate.py
|
|||||||
# don't check coverage
|
# don't check coverage
|
||||||
sed -i 's/--cov.*$//' setup.cfg
|
sed -i 's/--cov.*$//' setup.cfg
|
||||||
# provide the python doc inventory locally
|
# provide the python doc inventory locally
|
||||||
sed -i "\|https://docs.python.org/3| s|None|'%SOURCE1'|" numpydoc/tests/tinybuild/conf.py
|
sed -i "\|https://docs.python.org/3| s|None|'%{SOURCE1}'|" numpydoc/tests/tinybuild/conf.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Reference in New Issue
Block a user